Christopher Mason
ce319c9370
Speed up serial transfer to Virtual Imagewriter.
2014-12-16 21:56:24 +00:00
Christopher Mason
7e57fdbe9c
Fix annoying Ensoniq DOC bug that was causing out-of-tune notes in Synthlab and Diversi-Tune.
2014-08-31 03:17:37 +00:00
Christopher Mason
fdead45d01
Implement RLE and ASCII85 encoding on color Postscript output in the Imagewriter emulator. Fix B&W Postscript output scaling bug.
2014-07-30 03:55:12 +00:00
Christopher Mason
4c064fd973
Add vars_x86linux_sdl so folks can build virtual printer support under Linux X11.
2014-07-23 01:28:17 +00:00
David Schmidt
ae7f849af1
Update build instructions for Raspberry Pi
2014-07-10 20:24:35 +00:00
David Schmidt
2432232a60
Trim up the emulated printer documentation
2014-06-26 17:24:08 +00:00
David Schmidt
7e21d64bf0
Update web assets for latest Maven
2014-06-26 16:35:45 +00:00
David Schmidt
8266911a0c
Add Christopher Mason's emulated Imagewriter LQ/II doc
2014-06-26 16:34:03 +00:00
David Schmidt
764d461650
Add images for Imagewriter printing
2014-06-26 16:33:06 +00:00
Peter
b36637b133
Remove the AppleTalk "notes.txt" file because the content has migrated to "appletalk.apt".
2014-06-22 20:02:15 +00:00
Peter
c5c82a8c3b
Fix two minor typos in the AppleTalk documentation.
2014-06-22 20:00:06 +00:00
David Schmidt
f6925df523
Update version number on site
2014-06-22 13:14:49 +00:00
David Schmidt
a384976235
Re-order release details to put Appletalk first, assign version and date
2014-06-22 13:12:36 +00:00
David Schmidt
ad5e769d90
Better page naming
2014-06-22 02:01:15 +00:00
David Schmidt
e249a055e1
Update web assets for latest maven
2014-06-21 21:46:26 +00:00
David Schmidt
b31c745d6f
Update website creation scripts for new content
2014-06-21 21:31:59 +00:00
David Schmidt
7b565978dc
Update web documentation to include Peter Neubauer's AppleTalk implementation
2014-06-21 21:28:06 +00:00
David Schmidt
7c874885eb
Update maven transform
2014-06-21 20:21:55 +00:00
David Schmidt
3cf688ac2f
Update table to please Maven
2014-06-21 20:21:17 +00:00
David Schmidt
b67b4eeb25
Make default imagewriter font be one we ship
2014-06-21 19:36:58 +00:00
David Schmidt
d6938a174b
Update version number to 0.31
2014-06-21 19:16:05 +00:00
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