gsport/src
2013-02-17 17:49:48 +00:00
..
arch Shuffle Mac build artifacts around, add COPYING.txt to Mac .dmg 2012-02-23 12:40:43 +00:00
tfe Made the Visual C++ 2010 solution generally work (again). 2013-01-09 22:52:17 +00:00
adb.c Enable shift-insert for Oliver's clipboard paste 2013-01-30 18:18:11 +00:00
adb.h Merge in changes from activegs 2010-05-08 04:41:06 +00:00
clock.c OSX needs to calculate endianness mid-compilation; it can't be passed on compile command since one gcc invocation can produce both ppc and intel binaries 2012-02-29 17:37:44 +00:00
compile_time.c Merge in changes from activegs 2010-05-08 04:41:06 +00:00
config.c Add a missing null terminator to the slot 1 ROM file list. Previously, GSport could crash when "parallel.rom" is missing due to overrunning the end of the file list. 2013-02-17 17:49:48 +00:00
config.h
defc.h Merge in changes from activegs 2010-05-08 04:41:06 +00:00
defcomm.h Merge in changes from activegs 2010-05-08 04:41:06 +00:00
defs_instr.h
defs.h
dis.c Merge in changes from activegs 2010-05-08 04:41:06 +00:00
disas.h
engine_c.c Merge in changes from activegs 2010-05-08 04:41:06 +00:00
engine_s.s
gsport32.aps
gsport32.ico
gsport32.rc
GSport.bat Windows build now puts everything in one directory for easier operation 2012-02-18 08:03:17 +00:00
gsport.sln Merge from mstephens branch. Incorporates modifications to support building under Visual Studio 2010. 2010-10-12 02:43:33 +00:00
gsport.vcxproj Made the Visual C++ 2010 solution generally work (again). 2013-01-09 22:52:17 +00:00
gsport.vcxproj.filters Made the Visual C++ 2010 solution generally work (again). 2013-01-09 22:52:17 +00:00
gsportfont.h
instable.h
INTERNALS.iwm
INTERNALS.overview
INTERNALS.xdriver
iwm_35_525.h
iwm.c OSX needs to calculate endianness mid-compilation; it can't be passed on compile command since one gcc invocation can produce both ppc and intel binaries 2012-02-29 17:37:44 +00:00
iwm.h
joystick_driver.c Merge from mstephens branch. Incorporates modifications to support building under Visual Studio 2010. 2010-10-12 02:43:33 +00:00
macdriver_console.c Have *nix ports automagically create a config file in the current working directory if it doesn't exist 2012-02-21 14:37:20 +00:00
macdriver_generic.c Skip the leading return character when this is the first line in the paste buffer 2013-02-01 14:24:59 +00:00
macsnd_driver.c Merge in changes from activegs 2010-05-08 04:41:06 +00:00
make_inst
make_size
make_win
Makefile Add a tiny little boot image in s7d1 so GSport drops you into BASIC vs. the monitor. 2012-02-27 19:42:15 +00:00
moremem.c Let everyone print text. This is a particularly bad hack of the printer code, with ifdefs all over printer.cpp for SDL. I removed HAVE_PARALLEL, since every one has it now; but HAVE_SDL is now a switch that defines if a platform has the graphics library available instead. 2011-01-09 23:19:39 +00:00
op_routs.h
paddles.c Merge in changes from activegs 2010-05-08 04:41:06 +00:00
parallel.c Made the Visual C++ 2010 solution generally work (again). 2013-01-09 22:52:17 +00:00
parallel.rom
partls.c
printer_charmaps.h
printer.cpp Made the Visual C++ 2010 solution generally work (again). 2013-01-09 22:52:17 +00:00
printer.h Making sure Win32 can build with and without SDL support, suppress some warnings 2011-01-10 03:10:09 +00:00
prodos_protos.h
prodos.h
protos_engine_c.h
protos_macdriver.h Merge activegs changes specific to Mac 2010-05-08 05:13:17 +00:00
protos_macsnd_driver.h
protos_windriver.h Merge in changes from activegs 2010-05-08 04:41:06 +00:00
protos_xdriver.h
protos.h Added 'Paste from Clipboard' with F5 key on Windows. 2013-01-27 13:26:13 +00:00
resource
resource.h
scc_macdriver.c Merge in changes from activegs 2010-05-08 04:41:06 +00:00
scc_socket_driver.c Open the SCC port on IN#, not just PR# 2013-01-28 19:34:44 +00:00
scc_windriver.c Merge in changes from activegs 2010-05-08 04:41:06 +00:00
scc.c Merge from mstephens branch. Incorporates modifications to support building under Visual Studio 2010. 2010-10-12 02:43:33 +00:00
scc.h
SDL.dll
sim65816.c Enable shift-insert for Oliver's clipboard paste 2013-01-30 18:18:11 +00:00
size_c.h Merge from mstephens branch. Incorporates modifications to support building under Visual Studio 2010. 2010-10-12 02:43:33 +00:00
size_tab.h
smartport.c OSX needs to calculate endianness mid-compilation; it can't be passed on compile command since one gcc invocation can produce both ppc and intel binaries 2012-02-29 17:37:44 +00:00
sound_driver.c OSX needs to calculate endianness mid-compilation; it can't be passed on compile command since one gcc invocation can produce both ppc and intel binaries 2012-02-29 17:37:44 +00:00
sound.c OSX needs to calculate endianness mid-compilation; it can't be passed on compile command since one gcc invocation can produce both ppc and intel binaries 2012-02-29 17:37:44 +00:00
sound.h
superhires.h
support.h
to_pro.c
vars_c
vars_hp
vars_kegs32
vars_linuxppc
vars_mac Add a little note in the mac vars about some interesting tidbits about SDKs and linking 2012-03-05 17:52:51 +00:00
vars_solaris
vars_win32 Update windows vars 2012-02-26 23:21:56 +00:00
vars_win32_sdl Fixing up some build artifacts for Windows 2012-03-04 13:34:18 +00:00
vars_x86linux Update generic Unix build - compile with g++ to pick up printer additions, which also resulted in a number of casting changes. 2012-02-24 22:23:00 +00:00
vars_x86solaris
video.c OSX needs to calculate endianness mid-compilation; it can't be passed on compile command since one gcc invocation can produce both ppc and intel binaries 2012-02-29 17:37:44 +00:00
win32.ico
win32.rc
win32snd_driver.c Merge in changes from activegs 2010-05-08 04:41:06 +00:00
win_console.c Fixing up some build artifacts for Windows 2012-03-04 13:34:18 +00:00
win_generic.c Added 'Paste from Clipboard' with F5 key on Windows. 2013-01-27 13:26:13 +00:00
winresource.h
wintoolbar.bmp
xdriver.c Added 'Paste from Clipboard' with F5 key on Windows. 2013-01-27 13:26:13 +00:00