Commit Graph

763 Commits

Author SHA1 Message Date
tomch
85fd582d82 Small typo on toolbar help page 2013-05-20 20:09:17 +00:00
tomch
642f6d316d Web-page for 1.23.0 2013-05-20 20:08:39 +00:00
tomch
690dd0bbfb 1.23.0
Bumped version for RC public release.
2013-04-27 08:27:17 +00:00
tomch
106a69f527 Currently disabled pending review:
. Extended CmdMemorySave() to also support saving physical memory. (Bug 18940)
2013-04-27 08:26:33 +00:00
tomch
c76bdd688c 1.22.2
(Renumbered 1.22.1.5 to 1.22.2.0)
2013-04-26 22:37:58 +00:00
tomch
33df2c6d37 Added Troubleshooting section to help file. 2013-04-26 22:21:43 +00:00
tomch
f93fc25d54 1.22.1.5:
. Allow debugging of save-state image from start-up "logo" screen.
. Fixed inserting of disk images from save-state when drive-2 contained the disk required for drive-1.
2013-04-26 21:55:45 +00:00
tomch
f293e4ee1f Reverted this part of r934:
. Moved DIMouse::DirectInputInit() from WM_CREATE to main init-loop (just before msg-pump)
2013-04-21 21:31:12 +00:00
tomch
28b52edf68 Updated History.doc for 1.22.1.4 2013-03-30 15:18:55 +00:00
tomch
b11e9e388b 1.22.1.4 2013-03-28 22:33:20 +00:00
tomch
6728c75357 Moved DIMouse::DirectInputInit() from WM_CREATE to main init-loop (just before msg-pump)
. Only call DIMouse::DirectInputInit() if there's a mousecard in slot-4
Extended logging: output cmd line & any unsupported args
Fixes for SCREENSHOT_280x192:
. B#18928: correction for left edge loss of scaled scanline (Bill Buckel)
. Start on odd scanline (otherwise for 50% scanline mode get an all black image!)
2013-03-28 22:28:42 +00:00
tomch
a99df90c25 1.22.1.3: New cmd line switch: -no-di
. Disable DirectInput, ie. for DIMouse
2013-03-23 14:14:48 +00:00
tomch
639f1e88e1 1.22.1.2: extended logging for:
. WM_CREATE, WM_CLOSE + others
. DIMouse::DirectInputInit()
. MB_Initialize()
2013-03-23 13:34:01 +00:00
tomch
0732779eeb Remove todo for MB_Read(). 2013-03-22 20:54:14 +00:00
tomch
0004e290c4 1.22.1.1: extended logging on init & shutdown 2013-03-18 23:17:18 +00:00
tomch
6ffa1e54ef Fix bug #18886: MMU issue 2013-03-10 23:44:30 +00:00
tomch
d7e7dd3a43 Set g_nMaxViewportScale 2013-03-09 13:05:34 +00:00
tomch
a511e5c234 v1.22.1
. Make 2x the default
  - But refuse double-sizing the window unless the screen is large enough.
2013-03-07 23:23:26 +00:00
tomch
8c98cf004e [Bug #018852] Fix redraw issue with 2x to 1x windowed mode for WinXP:
. MoveWindow() with bRepaint=TRUE
2013-01-09 22:21:12 +00:00
tomch
90b8735bc3 Consolidate DoFrameResizeWindow() with FrameResizeWindow() 2013-01-06 13:47:52 +00:00
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