libx48ng/src
Gwenhael Le Moine 82f6e7a842
make pretty-code
2024-04-09 19:47:49 +02:00
..
tools clean some warnings 2023-10-01 22:50:53 +02:00
debugger.c clang-format decided to align things better 2024-04-02 16:14:02 +02:00
debugger.h merge debugger c in one big file, clean dead code, fiddling 2023-09-16 19:07:39 +02:00
emu_actions.c convert many booleans to actual bool 2024-04-09 16:45:56 +02:00
emu_emulate.c convert many booleans to actual bool 2024-04-09 16:45:56 +02:00
emu_init.c convert many booleans to actual bool 2024-04-09 16:45:56 +02:00
emu_memory.c convert many booleans to actual bool 2024-04-09 16:45:56 +02:00
emu_register.c eliminate duplicate code 2023-09-26 11:28:32 +02:00
emu_serial.c update .clang-format and format all the code 2023-09-22 09:44:23 +02:00
emu_timer.c clean some warnings 2023-10-01 22:50:53 +02:00
emulator.h convert many booleans to actual bool 2024-04-09 16:45:56 +02:00
emulator_inner.h comment unused #define 2023-09-27 14:04:23 +02:00
main.c make pretty-code 2024-04-09 19:47:49 +02:00
romio.c clean some warnings 2023-10-01 22:50:53 +02:00
romio.h update .clang-format and format all the code 2023-09-22 09:44:23 +02:00
runtime_options.c add --inhibit-shutdown as a quick and crude temporary fix for #15 2024-04-02 16:16:29 +02:00
runtime_options.h add --inhibit-shutdown as a quick and crude temporary fix for #15 2024-04-02 16:16:29 +02:00
ui.c +\n 2024-04-03 17:31:19 +02:00
ui.h re-arrange code 2024-04-09 15:51:18 +02:00
ui_inner.h enclose UIs more in themselves 2023-09-27 14:01:23 +02:00
ui_sdl.c ui_* can use saturn.annunc directly, no need to copy it in display 2024-04-02 21:42:59 +02:00
ui_text.c make pretty-code 2024-04-09 19:47:49 +02:00
ui_x11.c ui_x11 use press_key() and release_key() too now 2024-04-02 22:45:36 +02:00