libx48ng/src
2024-09-10 20:46:50 +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 Remove SDL1 GUI. WITH_SDL=yes and --sdl are kept around to not break habits 2024-09-08 17:03:14 +02:00
config.h Remove SDL1 GUI. WITH_SDL=yes and --sdl are kept around to not break habits 2024-09-08 17:03:14 +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 it always bothered me that this key was called 'colon' when it's clearly a (single-)quote 2024-09-09 16:20:52 +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 add some lowercase letters to small_font to display serial devices 2024-09-10 16:13:11 +02:00
ui.h Remove SDL1 GUI. WITH_SDL=yes and --sdl are kept around to not break habits 2024-09-08 17:03:14 +02:00
ui_bitmaps_big_font.h *_bitmap => *_bits 2024-09-10 13:44:42 +02:00
ui_bitmaps_misc.h rename bitmaps header files 2024-09-10 13:17:40 +02:00
ui_bitmaps_small_font.h add some lowercase letters to small_font to display serial devices 2024-09-10 16:13:11 +02:00
ui_inner.h rename bitmaps header files 2024-09-10 13:17:40 +02:00
ui_sdl2.c re-create annunciators' textures after changing contrast 2024-09-10 20:46:50 +02:00
ui_text.c it always bothered me that this key was called 'colon' when it's clearly a (single-)quote 2024-09-09 16:20:52 +02:00
ui_x11.c it always bothered me that this key was called 'colon' when it's clearly a (single-)quote 2024-09-09 16:20:52 +02:00