mirror of
https://github.com/fruit-bat/pico-zxspectrum.git
synced 2025-04-19 00:04:01 +03:00
bobvgalcd
This commit is contained in:
parent
bf54c3508e
commit
1142c2cf6a
@ -188,6 +188,7 @@ foreach(target
|
||||
ZxSpectrumPicomputerZxInverseLcd_720x576x50Hz
|
||||
ZxSpectrumPicomputerZxILI9341Lcd_720x576x50Hz
|
||||
ZxSpectrumPicomputerZxILI9341Lcd_640x480x60Hz
|
||||
ZxSpectrumPicomputerZx2Lcd_720x576x50Hz
|
||||
)
|
||||
add_executable(${target}
|
||||
${picomputer_zx_lcd_src}
|
||||
@ -253,3 +254,11 @@ target_compile_definitions(ZxSpectrumPicomputerZxILI9341Lcd_640x480x60Hz PRIVATE
|
||||
LCD_RGB
|
||||
)
|
||||
|
||||
target_compile_definitions(ZxSpectrumPicomputerZx2Lcd_720x576x50Hz PRIVATE
|
||||
${picomputer_zx_lcd_common_defines}
|
||||
${zxspectrum_zx_lcd_720x576x50Hz_defines}
|
||||
LCD_MIRROR_X
|
||||
REAL_ZXKEYBOARD
|
||||
REAL_ZXKEYBOARD_BOB
|
||||
HID_KEY_MOD_SAVE=2
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user