libx48ng/src
2023-10-31 13:17:45 +01:00
..
tools clean some warnings 2023-10-01 22:50:53 +02:00
debugger.c clean some warnings 2023-10-01 22:50:53 +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 (big refactoring) move actual keyboard management from ui_* to emulator 2023-09-27 12:37:24 +02:00
emu_emulate.c clean some warnings 2023-10-01 22:50:53 +02:00
emu_init.c config.lua and its consequences looks good 2023-10-01 12:47:42 +02:00
emu_memory.c update .clang-format and format all the code 2023-09-22 09:44:23 +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 [ui_text] draw LCD directly from lcd_nibbles_buffer 2023-09-27 14:38:26 +02:00
emulator_inner.h comment unused #define 2023-09-27 14:04:23 +02:00
main.c update .clang-format and format all the code 2023-09-22 09:44:23 +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 attempt to be more tolerant to older lua 2023-10-29 20:37:07 +01:00
runtime_options.h [ui_text] Wow, --tui --tiny was much easier then I feared! 2023-10-19 11:11:34 +02:00
ui.c avoid segfault when compiled WITH_X11=no WITH_SDL=no and trying --x11 or --sdl 2023-10-31 13:17:45 +01:00
ui.h reintroduce conditional front-ends at build, try to auto-detect them. 2023-09-27 16:26:27 +02:00
ui_inner.h enclose UIs more in themselves 2023-09-27 14:01:23 +02:00
ui_sdl.c make DONT_SHADOW_SHIFTS=yes makes a binary that doesn´t use Shift keys 2023-10-22 18:28:43 +02:00
ui_text.c naming 2023-10-19 13:22:18 +02:00
ui_x11.c make DONT_SHADOW_SHIFTS=yes makes a binary that doesn´t use Shift keys 2023-10-22 18:28:43 +02:00