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
2e2d56cc32
commit
e726d88f58
@ -209,6 +209,7 @@ void __not_in_flash_func(ZxScanlineVgaRenderLoopCallbackLine)(uint32_t y) {
|
||||
}
|
||||
|
||||
void __not_in_flash_func(ZxScanlineVgaRenderLoopCallbackMenu)(bool state) {
|
||||
setMenuState(showMenu);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -84,6 +84,10 @@ void __not_in_flash_func(pzx_menu_mode)(bool m) {
|
||||
#endif
|
||||
}
|
||||
|
||||
bool pzx_menu_mode() {
|
||||
return menu != 0;
|
||||
}
|
||||
|
||||
// Keyboard Matrix Arrays [INDEX][ROWS][COLS]
|
||||
#ifdef PICOMPUTER_PICOZX
|
||||
#define JOYSTICK_OFFSET 2
|
||||
|
@ -7,5 +7,6 @@ void __not_in_flash_func(pzx_keyscan_row)();
|
||||
uint8_t __not_in_flash_func(pzx_kempston)();
|
||||
void __not_in_flash_func(pzx_keyscan_get_hid_reports)(hid_keyboard_report_t const **curr, hid_keyboard_report_t const **prev);
|
||||
void __not_in_flash_func(pzx_menu_mode)(bool menu);
|
||||
bool pzx_menu_mode();
|
||||
bool pzx_fire_raw();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user