Peter
044a19af02
Fix an inconsistent menu name. Previously, the "Developer Options" menu appeared in the main menu as "Debugging Options".
2014-06-16 16:09:23 +00:00
David Schmenk
615f06fa17
Fix libraries for fb RPi build
2014-06-10 18:33:33 +00:00
Peter
ab1fee6d3f
Shorten the main menu. Previously, the main menu was too long, and menu items would overwrite the help text near the bottom of the screen.
2014-05-21 17:53:23 +00:00
Peter
4cee84c171
Add additional documentation for the AppleTalk bridge.
2014-05-21 17:19:20 +00:00
Christopher Mason
2932a6e6bd
Fix a few missing breaks in resolution switch statements.
2014-05-20 23:03:31 +00:00
David Schmidt
9ff3a2aba1
Patch from Vladmir Ivanov (vladitx) - better floating bus support, fixes Castle Wolfenstein random event generation
...
comp.emulators.apple2, May 4, 2014; Subject: KEGS 0.91 fix for "Beyond Castle Wolfenstein"
2014-05-04 13:30:59 +00:00
Peter
c64cc86de9
Fix Shift-F10 status line toggling on Windows.
2014-04-25 15:36:46 +00:00
Peter
483b63a050
Show the Debugging Options menu on all platforms that support AppleTalk emulation.
2014-04-23 22:14:35 +00:00
Peter
ab27b61d1c
Compile C source files with the C compiler rather than the C++ compiler.
2014-04-23 15:36:50 +00:00
Peter
58cc512bc9
Merged revision(s) 262-316 from branches/pneubauer/appletalk: Add support for AppleTalk emulation and bridging.
2014-04-15 03:23:34 +00:00
Christopher Mason
20ca867301
Fix missing extern
2014-04-09 21:56:37 +00:00
Christopher Mason
634b89cc45
Rename a variable to allow Visual Studio to build Imagewriter support.
2014-04-06 22:58:20 +00:00
Christopher Mason
5df55a3269
Fix some errors in Imagewriter code.
2014-04-06 02:09:46 +00:00
Christopher Mason
ce9d39b004
Fix misc errors. Remove SDL and FreeType libraries from vars_win32.
2014-04-03 21:04:18 +00:00
Christopher Mason
408c0453d1
Fix so that Imagewriter will build without SDL.
2014-04-03 19:34:59 +00:00
Christopher Mason
9fe038c8d0
Merge Imagewriter branch into trunk.
2014-04-02 21:29:34 +00:00
David Schmidt
21a61c06a7
Update history for Chris Mason's serial port configurability fix
2014-02-14 11:24:12 +00:00
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 Schmenk
7149c81995
Add TOGGLE_STATUS define
2013-12-21 22:12:03 +00:00
Peter
bb085287d8
Fix console input on Windows to permit the debugger to function.
...
Previously, on Win32 with MSVC, the non-blocking input function didn't work correctly and prevented use of the debugger. Instead, use native console I/O to implement non-blocking input, which both works and avoids CRT (i.e. MSVC vs. Cygwin) dependency.
2013-12-04 01:55:22 +00:00
Peter
4db94cb6ff
Update the Visual Studio project files to the current version of Visual Studio (2013).
2013-12-04 01:47:37 +00:00
David Schmenk
26d9202ef9
Map Alt-F4 to exit and Alt-F10 to reset
2013-11-24 15:19:07 +00:00
David Schmenk
6a22f2d28b
Capture WM DELETE WINDOW for proper cleanup
2013-11-22 22:19:34 +00:00
David Schmenk
d411fd85f4
Bring up to speed w/ TOGGLE_STATUS
2013-11-22 20:37:05 +00:00
David Schmenk
e61efdc528
Call xdriver_end only once on quit key sequence
2013-11-22 00:23:41 +00:00
David Schmenk
405f1c387e
Add CMD-SHIFT-F10 -> Quit
2013-11-22 00:08:33 +00:00
David Schmenk
7bcd53b4f8
Toggle status lines with shift-F10
2013-11-19 02:43:27 +00:00
David Schmenk
e3440318be
Support arbitrary frambuffer bit depths
2013-11-17 02:43:26 +00:00
David Schmenk
eb50826de5
Uthernet support for RPi
2013-11-16 00:28:17 +00:00
David Schmenk
6f584ae2df
Arch routines for TFE
2013-11-16 00:27:24 +00:00
David Schmenk
dd05be98dc
Updates to build fbdriver with current
2013-10-07 20:07:50 +00:00
David Schmenk
61df2a666c
Clamp mouse position
2013-09-20 04:48:59 +00:00
David Schmidt
2bcae886f4
Add Dave Schmenk's framebuffer+Raspberry Pi implementation - fullscreen on the Pi. Shift-F10 exits.
2013-09-18 12:51:33 +00:00
David Schmidt
b7885c4e2a
Joystick fix from Dave Schmenk - correctly read joystick values even when it's not in motion.
2013-09-10 20:47:42 +00:00
David Schmidt
0093780eda
Enable incoming serial over IP data with IN#x without having to PR#x first
2013-07-25 15:05:44 +00:00
Peter
aa99ef3e43
Fix some C++ syntax that I accidentally introduced into C code.
2013-06-25 17:17:58 +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
15d24ba764
Add several generated files that should not be in source control to the SVN ignore lists.
2013-05-16 02:13:32 +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
c6057e57ee
Implement get_itimer() for Win32, which enables some the emulator's timing statistics.
2013-05-15 20:33:52 +00:00
Peter
08b87fafd0
Cleanup whitespace, indentation, header files, global declarations, and comments in the Win32-specific code to make this code easier to read and maintain.
2013-05-15 20:03:32 +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
032c2c02e5
Use the existing "GSPort32" icon for the window rather than the boring default.
2013-05-15 14:36:27 +00:00
Peter
220ab7a9ee
Adjust Visual Studio build settings to slightly improve runtime performance.
2013-05-08 22:01:23 +00:00
Peter
434677d9f9
Remove several unused global variables from the Win32 front-end.
2013-05-08 21:33:55 +00:00
David Schmidt
c642545c2d
Tweak Pi instructions more
2013-04-24 20:55:00 +00:00
David Schmidt
989f2c2617
Tweak Pi instructions
2013-04-24 11:25:06 +00:00
David Schmidt
ae968e299d
Update developing page for Pi
2013-04-23 18:50:50 +00:00
David Schmidt
00de2c883a
Add #include for Raspberry Pi
2013-04-23 15:31:48 +00:00