Commit Graph

29 Commits

Author SHA1 Message Date
Christopher Mason
2404c4f5f4 Changed how serial ports are configured. Now you can select what individual port connects to. 2014-02-12 05:10:59 +00:00
David Schmidt
369871df3f Re-enable Cygwin with a couple of tweaks to ifdefs 2013-05-28 20:05:37 +00:00
Peter
9d3d750f98 Fix Win32 specific code that inadvertently leaked outside the "#ifdef _WIN32" blocks. 2013-05-28 17:27:54 +00:00
Peter
08df2baad0 In the Win32 build only, allow the user to hide the console window since a typical end-user won't care about the contents. 2013-05-16 02:06:23 +00:00
Peter
b5069fd381 Add a show/hide "debug status lines" configuration option for Win32 so that this preference gets saved. Related, remove the X-Window specific menu option on Win32 to make room for the new "status lines" option. 2013-05-15 15:55:06 +00:00
Peter
3f7029ec37 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
Oliver Schmidt
05fcad315e Made the Visual C++ 2010 solution generally work (again). 2013-01-09 22:52:17 +00:00
David Schmidt
1a92935d20 Boot from a disk image when initially invoked with it 2012-02-28 06:16:34 +00:00
David Schmidt
ac77772f2a Typo snuck in somehow... 2012-02-18 07:58:57 +00:00
David Schmidt
e7e481206d Make life easier on Windows - drag/drop files get more Posix-like names so you can edit file locations from config window 2012-02-18 07:34:21 +00:00
David Schmidt
1c9806253e 2012-02-18 06:21:43 +00:00
David Schmidt
357870d575 Add plain text printer output 2011-01-09 17:27:11 +00:00
David Schmidt
a04a010658 Add diagnostic message to report ROM reading 2011-01-07 12:54:47 +00:00
David Schmidt
3443ba812b Quit, even when the config menu is up. 2011-01-06 03:07:09 +00:00
Mike Stephens
632f67aea9 Merge from mstephens branch. Incorporates modifications to support building under Visual Studio 2010. 2010-10-12 02:43:33 +00:00
David Schmidt
5dc39a808f Merge in changes from activegs 2010-05-08 04:41:06 +00:00
David Schmidt
705f3a159b OS/2 tinkering 2010-04-23 17:31:10 +00:00
David Schmidt
d2bf79bb7c Removing all references to the KEGS name except in the copyright notices 2010-04-21 21:59:03 +00:00
David Schmidt
13183e4ce7 Replacing file descriptor read/write calls with FILE fread/fwrite calls for a little more standard portability. 2010-04-18 03:06:51 +00:00
David Schmidt
6fe4eba92f Simplify image size discovery, rename GSportMac to just GSport 2010-04-17 21:15:15 +00:00
David Schmidt
f5c585f7b0 Quiet down the Windows build 2010-04-17 00:42:53 +00:00
David Schmidt
8096e96c21 Should probably close files again after you're finished with them. 2010-04-16 02:14:59 +00:00
David Schmidt
69507de665 Enable drag/drop files in Windows, add disk image size guessing to config. 2010-04-16 02:05:37 +00:00
Christopher Mason
82e7c863bc Fixed build problems with Uthernet (missing types.h include).
Fixed config.c, should build properly on VC++ and Cygwin.
2010-04-15 02:56:31 +00:00
David Schmidt
c34bc55c64 Compilation fix for Mac 2010-04-13 11:31:55 +00:00
David Schmidt
8b8616209d Buildable on Linux 2010-04-12 15:31:11 +00:00
David Schmidt
4a3949112f Protect Uthernet with HAVE_TFE and Printer with HAVE_PARALLEL 2010-04-12 14:23:37 +00:00
David Schmidt
d4f8d4d606 Initially merge Christopher Mason's changes in (build not working yet) 2010-04-12 10:48:59 +00:00
David Schmidt
adad3fef17 Standard SVN approach 2010-04-11 22:07:58 +00:00