libx48ng/src
2024-05-23 15:33:29 +02:00
..
tools enable more warnings by default, make it compile cleanly with them 2024-05-20 19:03:39 +02:00
config.c enable more warnings by default, make it compile cleanly with them 2024-05-20 19:03:39 +02:00
config.h naming config 2024-04-18 15:47:23 +02:00
debugger.c enable more warnings by default, make it compile cleanly with them 2024-05-20 19:03:39 +02:00
debugger.h exit only from main.c; inline emulate into main 2024-04-24 16:06:24 +02:00
emu_emulate.c enable more warnings by default, make it compile cleanly with them 2024-05-20 19:03:39 +02:00
emu_init.c enable more warnings by default, make it compile cleanly with them 2024-05-20 19:03:39 +02:00
emu_keyboard.c special header file for debugger: emulator_for_debugger.h 2024-04-10 14:21:10 +02:00
emu_memory.c naming config 2024-04-18 15:47:23 +02:00
emu_register.c eliminate duplicate code 2023-09-26 11:28:32 +02:00
emu_serial.c enable more warnings by default, make it compile cleanly with them 2024-05-20 19:03:39 +02:00
emu_timer.c move declarations out of emulator.h 2024-04-11 09:55:24 +02:00
emulator.h exit only from main.c; inline emulate into main 2024-04-24 16:06:24 +02:00
emulator_for_debugger.h move declarations out of emulator.h 2024-04-11 09:55:24 +02:00
emulator_inner.h exit only from main.c; inline emulate into main 2024-04-24 16:06:24 +02:00
main.c config.useDebugger 2024-04-25 14:17:12 +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 more static functiosn in ui_x11.c + small stuff 2024-05-23 13:50:42 +02:00
ui.h enable more warnings by default, make it compile cleanly with them 2024-05-20 19:03:39 +02:00
ui_inner.h refactor ui_init_LCD() use 2024-04-10 08:27:26 +02:00
ui_sdl.c enable more warnings by default, make it compile cleanly with them 2024-05-20 19:03:39 +02:00
ui_text.c enable more warnings by default, make it compile cleanly with them 2024-05-20 19:03:39 +02:00
ui_x11.c [ui_x11.c] less functions 2024-05-23 15:33:29 +02:00