gsplus/src
2019-02-10 21:42:15 -05:00
..
arch cleanup headers a bit 2019-01-02 19:53:34 -05:00
atbridge remove stale old msvc projects 2019-01-02 21:48:55 -05:00
rawnet os x - setuid helper utility to connect to the bridge interface. 2019-01-08 18:41:55 -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 move readline code to separate file. 2019-02-10 21:40:22 -05:00
compile_time.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
config.c cleanup to build with MSVC. 2019-01-04 17:53:16 -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 add ;s stack command. 2019-02-10 21:42:15 -05:00
debug.c fix up tcp debug to work with new debugger 2019-01-29 19:20:17 -05:00
debug.h omg adding debugger to experimental branch 2016-10-19 13:12:19 -05:00
defc.h eliminate overflow warnings when byteswapping. 2019-02-06 22:48:04 -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 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
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
gsp_icon.ico win32 icon. 2016-12-15 22:00:19 -05: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.ico 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 using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05: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 cleanup to build with MSVC. 2019-01-04 17:53:16 -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 new breakpoint code. 2019-01-28 23:04:20 -05:00
options.h new cli options 2018-02-27 06:56:45 -06: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 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -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 fix up tcp debug to work with new debugger 2019-01-29 19:20:17 -05:00
readline.c move readline code to separate file. 2019-02-10 21:40:22 -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 using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -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 using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
scc_socket_driver.c cleanup to build under msys2/mingw64 2019-01-02 18:45:14 -05:00
scc_windriver.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
scc.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
scc.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -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 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
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 using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
sound.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -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 cleanup to build with MSVC. 2019-01-04 17:53:16 -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 using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
win_generic.c clean up windows key mapping to use adb names codes. also fixes a few mistakes with keypad values. 2019-02-04 23:45:39 -05:00
win_keymap.h clean up windows key mapping to use adb names codes. also fixes a few mistakes with keypad values. 2019-02-04 23:45:39 -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.ico initial commit 2015-11-05 14:23:46 -06:00
win32.rc win32 icon. 2016-12-15 22:00:19 -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