tomch
f24971f582
Merge from Tom: r683
...
Added Speech API support:
. Capture char output to COUT
. Enable speech via -speech cmd-line
. Ctrl+Reset and FullSpeed mode purge the speech buffers
Removed #pragma hdrstop from all .cpp files except AppleWin.cpp (which is the PCH create file)
2010-02-14 21:11:26 +00:00
tomch
b619d8a146
Merge from Tom: 674-676
...
Fix cmd-line -d1/d2 switches with relative path (Bug #16632 )
Fix speaker volume when booting with -d1 switch
Fix debugger bugs:
- Crash when doing: help *
- Crash when doing: run script.txt (Bug #16651 )
Fix "Harddisk images aren't persisted when in different folders" (Bug #16652 )
2010-01-17 18:43:06 +00:00
tomch
88bdf4601c
Disk/HardDisk image r/w support for .gz/.zip (and .2mg) files.
...
. Multi-zip archives are read-only.
Added disk/harddisk eject sub-menu to Disk Config tab.
Removed .bin registration.
Added zlib & zip libs to project (VS 2008 Express).
2010-01-03 18:43:08 +00:00
tomch
92db4693f1
Fix: Nick's disappearing disk bug
...
Fix: Cmd-line switches for inserting disks
2009-05-29 21:39:13 +00:00
tomch
797a66c622
Fixed FLASHing 'S' in AppleII+ mode!
...
Renamed: TRACKS -> TRACKS_MAX
Added new var g_uNumTracksInImage - derived from disk image size
Enabled Edit&Continue debugging in VS2005 vcproj
2009-02-24 22:13:46 +00:00
nick_westgate
e4f6aa7ad8
- Comment change only: correction to comment about disk firmware patch removal
2009-02-03 02:24:50 +00:00
tomch
74bab15f4f
Removed the Disk][ f/w patch (track stepping delay) in all disk modes
2009-02-01 10:33:37 +00:00
tomch
c646c8dfcf
Tweak - Now only remove Disk][ f/w's track stepping delay in *enhanced* disk mode
...
- Additionally fix the ADC chksum for "The CIA Files"
2009-02-01 10:18:37 +00:00
tomch
cf705a85a8
Added new cmd-line switch: -printer-real
...
. Enables control in Advanced config to allow dumping to a real printer
Resource file:
. Bumped copyright year to 2009
. Set version to 1.16.0
Updated html help (toc, acknowledgements, cfg-advanced)
Updated History.txt (changes/fixes for 1.16.0)
2009-01-17 15:10:00 +00:00
mpohoreski
036902bce0
using new enum for IO slot size
...
bugfix: controller hack fix was hard-coded to slot 6
2008-09-04 16:42:14 +00:00
mpohoreski
8f22df5156
1.15.0.3 changes
2008-08-31 04:31:35 +00:00
tomch
1251cff260
Merged from cm630 branch for "Pravets" clone support
2008-06-20 23:47:25 +00:00
nick_westgate
9d5c56bc1c
Disk.cpp tidy-up. Removed superfluous "if" and tried to give the logging another facelift.
2007-08-06 02:03:00 +00:00
tomch
a1debc40e4
Merge from Tom branch to trunk
...
. SSC now working: PR#2 & IN#2
. etc.
2007-05-28 11:16:42 +00:00
tomch
1f14c3e075
Fixed cock-up on resolving conflict in previous revision. Grr!
2007-04-04 21:49:04 +00:00
tomch
3bfac2b933
Added preprocessor define _VC71 to VC7.1 project & exclude LOG'ing for VC7.1 builds (only affects debug builds)
2007-04-04 21:28:10 +00:00
mpohoreski
9794ccbdbe
Changed __VA_ARGS__ to work on compilers that don't support it
2007-04-02 14:32:50 +00:00
nick_westgate
3b043604b0
Updated AppleWin (not TFE etc) copyright dates from "2006" to "2006-2007".
2007-04-01 15:24:52 +00:00
tomch
26a45bc17e
Merged from sicklittlemonkey branch to trunk
...
(rev 111-HEAD)
2007-03-23 22:26:35 +00:00
mpohoreski
787aba9b4e
instance -> g_hInstance
2006-07-02 09:56:50 +00:00
mpohoreski
f1c1779069
added global: g_pAppTitle
...
removed: define TITLE
indentation cleanup
2006-06-27 02:34:46 +00:00
mpohoreski
9ae0ea29b0
Renamed globals to match coding convention:
...
g_bApple2e
g_bApple2plus
g_sProgramDir
2006-06-25 03:46:33 +00:00
mpohoreski
d26aa82dd1
Breakpoints on full-speed.
...
BRK # [ON|OFF]
BRKOP ##
2006-05-14 00:43:19 +00:00
mpohoreski
051344249f
No longer uses implicit error value of ImageOpen()
2006-03-09 21:47:44 +00:00
mpohoreski
8365a7c3c1
Renamed: DiskProtect() to DiskGetProtect()
...
Added: DiskGetProtect()
2006-03-07 18:14:09 +00:00
mpohoreski
a4cff52aff
Removed hard-coded drive light status to enum proper
2006-02-28 18:37:47 +00:00
mpohoreski
e218480e11
Added: DiskEject() DiskProtect()
2006-02-26 02:02:57 +00:00
tomch
bba1353a0c
*** empty log message ***
2006-02-25 20:50:29 +00:00