Commit Graph

670 Commits

Author SHA1 Message Date
tomch
a7edc342af VS2008 vcproj:
. Debug = PDB for E&C
. Release = PDB
2012-07-10 20:34:14 +00:00
tomch
4fa64b7358 Delete old VS2003 .sln/.vcproj 2012-07-08 12:29:27 +00:00
tomch
595b429796 Improve Config's "Do Benchmark" behaviour when HW config changes. 2012-07-08 12:21:15 +00:00
tomch
f5ec940189 Minor: Fix Benchmark assert 2012-05-07 19:44:35 +00:00
tomch
a620b1b6b6 PropertySheet:
. allow multiple HW changes, and for them to be cancelled + the old config reinstated.
. still 1 "afterclose" msg, but this is OK.
2012-05-06 22:14:03 +00:00
tomch
5478c4c9ed PropertySheet: only allow 1 "afterclose" msg, which is done when the last page (that was accessed) is closed.
Problem:
. Config:   Change ComputerType
. Advanced: Load Saved-State
The 'Change ComputerType' msg is never posted.
2012-03-31 21:34:02 +00:00
tomch
be71f901e0 Split the old PropertySheetPage.cpp into a .cpp module per Page & moved them into Configuration subfolder. 2012-03-27 21:20:36 +00:00
tomch
f92c0ab523 Clean-up in PropertySheetPage.cpp
Registry:
. Added "Slot 4" & "Slot 5"
. Removed "Clone Type"
. Removed "Mouse in slot 4"
. Removed "Z80 in slot 5"
. Removed "Soundcard Type"
2012-03-20 23:17:06 +00:00
tomch
30bc6f26b4 Fixed switching Mockingboard/Phasor/None to restart emulator (consistent with other changes to Apple II HW).
Switched all Property Sheet YESNO message boxes to OKCANCEL (so that ESC key works).
2012-01-23 22:40:36 +00:00
tomch
a3f85280f0 Changed Config->Input prop sheet's UI:
. [Feature #4399] Allow Z80 SoftCard to be inserted into slot 4 or 5. (Allows CP/M v3 to work)
Removed CPP macro: SUPPORT_CPM (since it's been in since 1.16.0, Feb 2009)
Bumped version to 1.21.0
2012-01-22 13:46:36 +00:00
tomch
e614289098 Fix: Floating bus not returned for empty slot $Cnxx addresses (Fix for A2VGA.DSK: Apple][VGA card detection). 2012-01-21 14:36:35 +00:00
tomch
ec82e9f9e4 Removed (Debug|Release)-Win98 builds configs
- Need to use VS2005 to build for Win98!
2011-12-29 22:49:54 +00:00
tomch
95ba7bd519 1.20.1: Fix bug 018242:
. Preserve drive's physical attributes (track, phase) when changing disk. (Fix for Platoon)
2011-07-17 20:34:42 +00:00
tomch
a2dd508865 Small tweak: renamed one of the InitRemainderBuffer() funcs to ReinitRemainderBuffer(). 2011-06-24 20:23:23 +00:00
tomch
9ae07673d5 Reinstated old 1.13.1's DiskControlStepper() code for Chessmaster 2000 issue (bug#18109). NB. This old code is currently #if-zeroed out. 2011-05-10 20:26:47 +00:00
tomch
78fdda2e46 Fix for DOS3.3 images:
- VolumeNumber wasn't being reset to default (254) after using a .2mg that changed the volume number.
2011-02-24 23:08:43 +00:00
tomch
e63a7b00b8 Tweaks to DiskImageHelper (replaced magic number with #define, and made VolumeNumber member protected). 2011-02-24 22:38:51 +00:00
tomch
eecbbba195 Added fix-note about UltimaIII w/MB. 2011-02-24 21:38:29 +00:00
tomch
f1dfe28875 Bumped version to 1.20.
Updated History.txt & index.php to reflect changes in 1.20.
NB. 1.20 is built against r873 (not r874).
2011-02-23 23:15:47 +00:00
mpohoreski
195775b703 .21 Added: Help for BRK
.20 Moved: BRK and BRKOP now under HELP BREAKPOINTS
.19 Added: Shift-F7 will run the emulator at normal speed but with debugger breakpoints active
.18 Added: Implemented BPIO -- currently is the same as BPM
2011-02-21 23:54:09 +00:00
mpohoreski
56b772af43 Added comment for Half-Pixel edge case:
Edge Case for Color Bleed !
   2000:40 00
   2400:40 80
2011-02-21 00:20:57 +00:00
mpohoreski
766583c919 2.7.0.17 Fixed: HELP <category> wasn't displaying when category was one of: FLAGS, OUTPUT, WATCHES 2011-02-20 23:30:24 +00:00
mpohoreski
8acf7c4cbc fixed typo 'displaying' 2011-02-20 23:30:04 +00:00
mpohoreski
a735f2be18 2.7.0.17 Fixed: HELP <category> wasn't displaying when category was one of: FLAGS, OUTPUT, WATCHES 2011-02-20 23:29:30 +00:00
mpohoreski
aa8691579b 2.7.0.15 Fixed: Memory Dump was over-writing watches. 2011-02-20 23:29:00 +00:00
mpohoreski
817261d0e8 Added new command line: -multimon
By default, when AppleWin starts, if the emulator is off the primary screen it will reset the position to re-center it.  If -multimon is specified AppleWin will keep the existing X, and Y position so that it starts up on the secondary monitor.
2011-02-20 18:59:53 +00:00
mpohoreski
a7781fc89c 2.7.0.11 Fixed: Breakpoints and Watches no longer disappear. 2011-02-20 18:05:31 +00:00
mpohoreski
5a0e4f61a0 2.7.0.11 Fixed: Breakpoints and Watches no longer disappear. 2011-02-20 17:41:20 +00:00
mpohoreski
4ff64204be 2.7.0.11 Fixed: Breakpoints and Watches no longer disappear. 2011-02-20 17:39:00 +00:00
mpohoreski
6cdfbe9fc6 Cleaned up the redundant Get AppleWin Window Title code
Debug version clearly visible now
2011-02-20 07:32:09 +00:00
mpohoreski
e6df67054a 2.7.0.10
Added: Watches now show (dynamic) raw hex bytes
    Changed: Lowered watches down from 16 to 8.
2011-02-20 07:31:32 +00:00
mpohoreski
87cf636f14 2.7.0.10
Added: Watches now show (dynamic) raw hex bytes
    Changed: Lowered watches down from 16 to 8.
2011-02-20 07:31:08 +00:00
mpohoreski
1c0080377c Fixed Half-Pixel torture tests: Gumball Intermission: 2001: BB F7
-> works properly in VT_COLOR_STANDARD and VT_COLOR_TEXT_OPTIMIZED
-> disabled Half Pixel Color Bleed
2011-02-19 23:04:44 +00:00
mpohoreski
9c4525cc59 Reverted g_uHalfScanLines being off per Tom's request. 2011-02-19 22:39:48 +00:00
mpohoreski
04e11659ab - Color Standard uses Half-Pixel
- Color Text Optimized uses Half-Pixel
- Added DEBUG Original Color Standard
- Added DEBUG Original Color Text Optimized
- Added Linards tweaked colors
2011-02-19 22:14:08 +00:00
mpohoreski
ab6a52ce63 Added HALF_PIXEL_BLEED proper, so you can turn it on/off at compile time. 2011-02-18 16:54:10 +00:00
mpohoreski
d3c010c0b9 Better Half-Pixel "Bleed Through" for Gumball and Elite 2011-02-18 16:30:12 +00:00
mpohoreski
8d54128bed Fixed Video Mode Description order (text/tv swapped)
Missed null terminator on Color Half Shift
2011-02-18 15:29:24 +00:00
mpohoreski
c0593ff09b Clean-up notes about HGR half-pixel torture tests 2011-02-18 07:30:51 +00:00
mpohoreski
01ea20e069 Added notes about HGR half-pixel torture tests 2011-02-18 06:18:49 +00:00
mpohoreski
de5105b120 Fixed HGR Half-Pixel edge cases:
2444:BB F7 // Elite
2176:2A AB // Ultima 4
2011-02-18 04:03:24 +00:00
mpohoreski
68cbbf13e8 Implemented Half-Pixel solid colors (100% coverage) 2011-02-17 17:29:30 +00:00
mpohoreski
0fecb02bbc 2.7.0.9 Fixed: Bookmarks weren't initialized to zero. 2011-02-17 15:32:53 +00:00
mpohoreski
a5f6f36605 Updated year, acknowledgements, and team info. 2011-02-15 17:39:42 +00:00
mpohoreski
b789bec3fe Made notes for future:
g_sDebugDir
g_sScreenShotDir
2011-02-15 17:22:33 +00:00
mpohoreski
6bc89c65d2 2.7.0.8
Added: New command PWD to display the current debugger directory.
2011-02-15 17:21:27 +00:00
mpohoreski
f7f8dcf27d Changed default video mode to be Authentic Color Half-Pixel (VT_COLOR_HALFPIXEL)
Moved VT_COLOR_HALF_SHIFT_DIM (Fake Half-Pixel) to be debug-only.
Changed default 50% scan lines to be off.
2011-02-15 17:16:36 +00:00
tomch
4b91469013 Updated 2005 vcproj with Debugger_Commands.cpp 2011-02-07 21:58:58 +00:00
mpohoreski
ec85a34abe 2011-02-06 23:04:37 +00:00
mpohoreski
a88bdc6ae3 fixed compile warnings of GetDeviceCaps() 2011-01-30 21:59:17 +00:00