Commit Graph

743 Commits

Author SHA1 Message Date
tomch
989930aa3e [Bug #018852] Fix redraw issue with 2x to 1x windowed mode:
. Invalidate old rect region
2013-01-05 22:01:15 +00:00
tomch
f13fc6ddb2 Updated AppleWin.chm help for change to Toolbar's "resize" button.
+ other minor mods to chm.
2012-12-30 14:21:12 +00:00
tomch
1e5c1257d2 AppleWin 1.22.0:
. [Feature #003272 and #005335] Support 2x windowed mode:
  - Toggle between 1x and 2x by using Resize button (or F6).
  - Full screen now enabled by CTRL+Resize button (or CTRL+F6).
  * Based on Sheldon's patch with extensions for Registry persistence, mouse-hover tips & debugger view support.
. [Bug #018455] Improved rendering speed of debugger view.
  * Now all debugger objects are drawn to a memDC, then StretchBlt'd to the frameDC at the end of the frame update.
2012-12-29 14:53:52 +00:00
tomch
fa0110000b HDD firmware: added comment about $Cn07 remaining $3C (not $00). 2012-10-20 14:29:56 +00:00
tomch
706ee7cdbc HDD firmware: Added support for SmartPort entrypoint
. "Prince of Persia (Original 3.5 floppy for IIc+).2mg" now boots
2012-10-20 14:20:56 +00:00
tomch
d00171b572 Typo: fix comment 2012-10-06 22:08:37 +00:00
tomch
29a4903879 Fixed HDD firmware to allow epyx_californiagames_iicplus.2mg to boot. 2012-10-06 22:06:17 +00:00
oliverschmidt
9c1ba7f29f Added the two solution (and project) configurrtions 'Debug NoDX' and 'Release NoDX' which allow to build with a plain vanila VS 2010 without DirectX SDK installed - obviously with a somewhat reduced functionality. 2012-10-05 07:01:27 +00:00
oliverschmidt
21d8d0c67a Fixed project file reference. 2012-10-04 20:04:13 +00:00
oliverschmidt
52cf3e7a89 Added Visual C++ 2010 (Express) project files. 2012-10-04 19:29:26 +00:00
tomch
02f7b556eb Small refactor: moved mousetext fix to common function 2012-09-18 19:55:29 +00:00
tomch
300c6ad50a Fix for original IIe showing mousetext (Feature #4346) 2012-09-16 21:53:07 +00:00
tomch
f5f77a445c Modified harddisk firmware to support Apple Oasis' entrypoint:
. for DOSMaster images created with Apple Oasis (Feature #5557).
Ported & added a Win32 build of the a65 assembler (see a65v106_w32.zip for source).
2012-09-16 13:33:44 +00:00
mpohoreski
249e18b8e6 Updated history with Debugger 2.7.0.17 and AppleWin 1.20.0.0 2012-09-07 18:54:44 +00:00
tomch
047e49c594 Config: better logic between mousecard & using mouse for joystick emu. 2012-08-12 19:10:47 +00:00
tomch
4079a4467b v1.21.1.0 2012-08-12 12:48:16 +00:00
tomch
d6c5b8bc57 Fix mouse support for BeagleWrite / MultiScribe. 2012-08-12 12:47:02 +00:00
tomch
cdd669a26d Fix for MB type not being set to empty on a restart. (Broke during Config refactor) 2012-08-12 11:03:38 +00:00
tomch
64c92bc193 Updated Help (.chm):
. Added new page for No-Slot clock
. Added info about .2mg & compression for disk image formats
. Changed screenshots from XP to Win7
2012-08-12 10:04:44 +00:00
tomch
74de773fc0 Updated VS2005 Express with new files.
Added zip/zlib vcproj's for VS2005 Express.
Delete VS2005-Pro vcproj & sln.
2012-08-11 22:21:42 +00:00
tomch
4e9e4669da vcproj: For Debug config enable, incremental linking for E&C.
Remove old commented out code.
2012-08-11 22:02:35 +00:00
tomch
10f9545085 Update to History.txt (about change to Config prop sheets) 2012-08-11 21:53:46 +00:00
tomch
8870787232 Updated History.txt to document fix for Mabel's Mansion too. 2012-08-11 21:48:36 +00:00
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