gsplus/src
2019-03-13 20:14:04 -04:00
..
arch cleanup headers a bit 2019-01-02 19:53:34 -05:00
assets load tools and gs/os calls from NList.Data 2019-02-19 21:49:35 -05:00
atbridge remove stale old msvc projects 2019-01-02 21:48:55 -05:00
rawnet missing include 2019-03-04 22:18:27 -05:00
tfe remove stale old msvc projects 2019-01-02 21:48:55 -05:00
adb_keycodes.h adb keycodes. 2019-02-04 20:41:11 -05:00
adb.c update adb keycodes with F15-F20, use proper value for F keys, eliminate Mac OS arrow key mapping. 2019-02-04 20:43:12 -05:00
adb.h update adb keycodes with F15-F20, use proper value for F keys, eliminate Mac OS arrow key mapping. 2019-02-04 20:43:12 -05:00
clock.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
CMakeLists.txt linux headless build, default the gui debugger to off 2019-03-13 20:14:04 -04:00
compile_time.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
config.c remove CYGWIN/WIN_SDL defines. 2019-02-21 13:45:35 -05:00
config.h add new menu lookup for ethernet interface. 2018-12-26 00:11:42 -05:00
config.txt duh, add config.txt 2016-10-27 21:32:34 -05:00
debug_shell.re2c debugger - add n (next) command 2019-03-12 18:57:59 -04:00
debug_template.re2c wip 2019-03-07 23:56:15 -05:00
debug.c clean up some buffer overflows 2019-03-07 23:56:33 -05:00
debug.h omg adding debugger to experimental branch 2016-10-19 13:12:19 -05:00
defc.h Merge branch 'mmu' 2019-03-08 00:52:48 -05:00
defcomm.h halt_printf, control-c, etc set a halt bit. This now invokes the debugger, asynchronously (ie, after the current instruction finishes execution). 2019-02-06 22:53:44 -05:00
defs_instr.h re-order instructions so zero/negative flags are set AFTER memory write (which may abort) 2019-01-28 22:01:29 -05:00
defs.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
dis.c clean up the disassembler a little bit. 2019-01-28 18:10:27 -05:00
disasm.c clean up the disassembler a little bit. 2019-01-28 18:10:27 -05:00
disasm.h clean up the disassembler a little bit. 2019-01-28 18:10:27 -05:00
engine_c.c debugger - add n (next) command 2019-03-12 18:57:59 -04:00
engine_s.s Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
fbdriver.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
fix_mac_menu.m tweak the apple menu bar to add option-key to all key equivalents. Eg, Command-Q => Option+Command-Q 2017-02-10 20:06:11 -05:00
fst.h host fst code (part 1) 2016-10-29 12:46:41 -04:00
glog.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
glog.h manually redoing Kelvin's glogf work 2017-01-20 13:28:09 -06:00
gsos.h host fst code (part 1) 2016-10-29 12:46:41 -04:00
GSplus.bat cygwin build 2016-04-24 09:42:13 -05:00
gsport32.aps initial commit 2015-11-05 14:23:46 -06:00
gsport32.rc uhm 2016-02-07 23:01:25 -06:00
gsportfont.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
headless_driver.c add SIGINFO / SIGUSR1 signal to headless driver. 2019-03-12 20:30:21 -04:00
host_common.c cleanup to build with MSVC. 2019-01-04 17:53:16 -05:00
host_common.h win32 host mli support 2018-08-23 00:38:53 -04:00
host_fst.c win32 host mli support 2018-08-23 00:38:53 -04:00
host_mli.c host mli - opening/closing a directory would close fd 0 (aka stdin). 2019-02-17 22:23:22 -05:00
icongs.h icons and branding refresh 2016-11-02 21:28:16 -05:00
imagewriter.cpp using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
imagewriter.h attempt more warning cleanup 2016-10-23 21:17:22 -05:00
instable.h debugger - new WANTS_BRK bit. setting it will cause BRKS to invoke the debugger instead of being handled within the 65816. 2019-02-06 22:50:38 -05:00
INTERNALS.iwm initial commit 2015-11-05 14:23:46 -06:00
INTERNALS.overview initial commit 2015-11-05 14:23:46 -06:00
INTERNALS.xdriver initial commit 2015-11-05 14:23:46 -06:00
iw_charmaps.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
iwm_35_525.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
iwm.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
iwm.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
joystick_driver.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
macdriver_console.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
macdriver_generic.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
macsnd_driver.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
make_inst latest osx artifact (and some cleaning) 2016-10-14 14:44:58 -05:00
make_size latest osx artifact (and some cleaning) 2016-10-14 14:44:58 -05:00
make_win latest osx artifact (and some cleaning) 2016-10-14 14:44:58 -05:00
Makefile tfe -> rawnet. 2018-12-14 20:37:39 -05:00
moremem.c new breakpoint code. 2019-01-28 23:04:20 -05:00
op_routs.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
options.c bug 2019-03-08 01:30:33 -05:00
options.h remove warning about parse_cli_options not returning a value. 2018-12-13 21:50:43 -05:00
paddles.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
parallel.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
parallel.rom initial commit 2015-11-05 14:23:46 -06:00
partls.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
printer_charmaps.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
printer.cpp using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
printer.h uhm 2016-02-07 23:01:25 -06:00
prodos_protos.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
prodos.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
protos_engine_c.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
protos_macdriver.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
protos_macsnd_driver.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
protos_windriver.h win32 - prototype for low-level event handler. 2019-03-08 01:25:28 -05:00
protos_xdriver.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
protos.h debugger - add n (next) command 2019-03-12 18:57:59 -04:00
readline.c prefer _WIN32 over WIN32. 2019-02-23 17:34:14 -05:00
resource uhm 2016-02-07 23:01:25 -06:00
resource.h uhm 2016-02-07 23:01:25 -06:00
scc_imagewriter.c clean up socket stuff a little bit to compile better with msys2 2019-02-19 21:57:52 -05:00
scc_llap.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
scc_llap.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
scc_macdriver.c clean up socket stuff a little bit to compile better with msys2 2019-02-19 21:57:52 -05:00
scc_socket_driver.c add back missing header. 2019-02-20 00:09:25 -05:00
scc_windriver.c clean up socket stuff a little bit to compile better with msys2 2019-02-19 21:57:52 -05:00
scc.c clean up socket stuff a little bit to compile better with msys2 2019-02-19 21:57:52 -05:00
scc.h clean up socket stuff a little bit to compile better with msys2 2019-02-19 21:57:52 -05:00
sdl2_driver.c adb keycodes. 2019-02-04 20:41:11 -05:00
sdl2snd_driver.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
sdlsnd_driver.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
sim65816.c merge other stuff 2019-03-08 00:30:19 -05:00
size_tab.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
smartport.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
sound_driver.c apparently, -DWIN_SOUND was to workaround cygwin not defining _WIN32. But we explicitely -D_WIN32. SMH. 2019-02-20 23:47:42 -05:00
sound.c apparently, -DWIN_SOUND was to workaround cygwin not defining _WIN32. But we explicitely -D_WIN32. SMH. 2019-02-20 23:47:42 -05:00
sound.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
superhires.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
support.h initial commit 2015-11-05 14:23:46 -06:00
to_pro.c msvc warnings 2019-01-04 22:58:56 -05:00
unix_host_common.c unix host mli bug fixes 2019-02-17 18:46:19 -05:00
vars_c initial commit 2015-11-05 14:23:46 -06:00
vars_hp initial commit 2015-11-05 14:23:46 -06:00
vars_kegs32 branding update - minor cleanup 2016-04-27 21:58:38 -05:00
vars_linuxppc initial commit 2015-11-05 14:23:46 -06:00
vars_mac initial commit 2015-11-05 14:23:46 -06:00
vars_osx_sdl2 remove debug and status line (not supported) flags from osx builds 2018-08-14 22:48:50 -05:00
vars_osx_x11 branding update - minor cleanup 2016-04-27 21:58:38 -05:00
vars_pi branding update - minor cleanup 2016-04-27 21:58:38 -05:00
vars_rpilinux_fb branding update - minor cleanup 2016-04-27 21:58:38 -05:00
vars_rpilinux_sdl2 pi build with sdl2 2018-08-23 18:35:41 +00:00
vars_solaris initial commit 2015-11-05 14:23:46 -06:00
vars_win32 resolve builds on windows with new fst objects 2018-08-24 11:40:25 -05:00
vars_win32_sdl missing lib directives 2018-03-11 15:57:03 -05:00
vars_win32_sdl2 resolve builds on windows with new fst objects 2018-08-24 11:40:25 -05:00
vars_x86linux_sdl updated makefiles for host / win32_host 2016-11-27 15:04:29 -05:00
vars_x86linux_sdl2 updated makefiles for host / win32_host 2016-11-27 15:04:29 -05:00
vars_x86linux_x11 updated makefiles for host / win32_host 2016-11-27 15:04:29 -05:00
vars_x86solaris updated makefiles for host / win32_host 2016-11-27 15:04:29 -05:00
video.c add scaling options and fix speedups 2018-08-30 09:55:10 -05:00
win_console.c Add Low-Level hook for Windows keyboard events 2019-03-08 01:13:30 -05:00
win_generic.c Add Low-Level hook for Windows keyboard events 2019-03-08 01:13:30 -05:00
win_keymap.h Add Low-Level hook for Windows keyboard events 2019-03-08 01:13:30 -05:00
win32_host_common.c cleanup to build with MSVC. 2019-01-04 17:53:16 -05:00
win32_host_fst.c msvc warnings 2019-01-04 22:58:56 -05:00
win32.rc move icon files around. 2019-02-11 20:15:30 -05:00
win32snd_driver.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
winresource.h uhm 2016-02-07 23:01:25 -06:00
wintoolbar.bmp initial commit 2015-11-05 14:23:46 -06:00
xdriver.c making it merge someway, somehow 2018-08-20 13:16:47 -05:00