libx48ng/src
2024-09-07 10:37:16 +02:00
..
legacy_tools Drop mkcard. dd is standard and can replace it (see setup-x48ng-home.sh) 2024-08-29 13:03:44 +02:00
config.c [sdl2] minimal UI ported to sdl2, only LCD area displayed for now 2024-09-04 15:19:16 +02:00
config.h [sdl2] minimal UI ported to sdl2, only LCD area displayed for now 2024-09-04 15:19:16 +02:00
debugger.c more or less revert 247d0cc, don't have the energy to chase this weird bug where in x11 and sdl pressing F7 to exit needs an extra key to be pressed to actually work. please_exit code is just commented away to maybe come back to it later on. 2024-08-13 20:50:54 +02:00
debugger.h exit only from main.c; inline emulate into main 2024-04-24 16:06:24 +02:00
emu_emulate.c no need to force inline 2024-06-12 09:14:54 +02:00
emu_init.c more or less revert 247d0cc, don't have the energy to chase this weird bug where in x11 and sdl pressing F7 to exit needs an extra key to be pressed to actually work. please_exit code is just commented away to maybe come back to it later on. 2024-08-13 20:50:54 +02:00
emu_keyboard.c simplify saturn.keybuf 2024-06-05 14:08:10 +02:00
emu_memory.c naming config 2024-04-18 15:47:23 +02:00
emu_register.c define number of fields 2024-06-05 15:05:50 +02:00
emu_serial.c superfluous include 2024-08-14 14:04:27 +02:00
emu_timer.c move declarations out of emulator.h 2024-04-11 09:55:24 +02:00
emulator.h more or less revert 247d0cc, don't have the energy to chase this weird bug where in x11 and sdl pressing F7 to exit needs an extra key to be pressed to actually work. please_exit code is just commented away to maybe come back to it later on. 2024-08-13 20:50:54 +02:00
emulator_for_debugger.h use bool and step_instruction doesn't need to return anything 2024-06-11 12:33:35 +02:00
emulator_inner.h define number of fields 2024-06-05 15:05:50 +02:00
main.c clean up and comment 2024-08-13 20:54:16 +02:00
romio.c more bool variables; split opt_gx and opt_49 (unused) 2024-04-09 23:07:26 +02:00
romio.h more bool variables; split opt_gx and opt_49 (unused) 2024-04-09 23:07:26 +02:00
ui.c colors fiddling; -TRANSPARENT 2024-09-06 22:43:24 +02:00
ui.h [sdl2] minimal UI ported to sdl2, only LCD area displayed for now 2024-09-04 15:19:16 +02:00
ui_inner.h colors fiddling; -TRANSPARENT 2024-09-06 22:43:24 +02:00
ui_sdl.c more or less revert 247d0cc, don't have the energy to chase this weird bug where in x11 and sdl pressing F7 to exit needs an extra key to be pressed to actually work. please_exit code is just commented away to maybe come back to it later on. 2024-08-13 20:50:54 +02:00
ui_sdl2.c [sdl2] long-click sticky key functional 2024-09-07 10:37:16 +02:00
ui_text.c more or less revert 247d0cc, don't have the energy to chase this weird bug where in x11 and sdl pressing F7 to exit needs an extra key to be pressed to actually work. please_exit code is just commented away to maybe come back to it later on. 2024-08-13 20:50:54 +02:00
ui_x11.c more or less revert 247d0cc, don't have the energy to chase this weird bug where in x11 and sdl pressing F7 to exit needs an extra key to be pressed to actually work. please_exit code is just commented away to maybe come back to it later on. 2024-08-13 20:50:54 +02:00