Skip to content

Commit aff5d2a

Browse files
committed
Updated to 0.4.3
1 parent 7a97595 commit aff5d2a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ cmake_minimum_required(VERSION 3.13)
33

44
# compile-time options
55

6-
set(PICO9918_VERSION "0.4.2")
6+
set(PICO9918_VERSION "0.4.3")
77
set(PICO9918_PCB_MAJOR_VER 0)
88
set(PICO9918_PCB_MINOR_VER 4)
99

1010
set(PICO9918_SCANLINES 1)
1111

12+
# SCART RGBs options
13+
set(PICO9918_SCART_RGBS 0) # 1 for RGBs, 0 for VGA
14+
set(PICO9918_SCART_PAL 0) # 1 for PAL 576i, 0 for NTSC 480i
15+
1216
# end compile-time options
1317

1418

src/res/splash.png

-1 Bytes
Loading

0 commit comments

Comments
 (0)