Commit Graph

163 Commits

Author SHA1 Message Date
tomch
8e4324835d Merge from AppleWin-Tom @ r396-HEAD:
. Fixed FLASH rate (was too fast)
2008-11-25 22:38:54 +00:00
tomch
5e4c7f402b Merge from AppleWin-Tom @ r402:
. BugID-014557: Fix for loading serial port from Registry (caused AppleWin to crash when booting Apple Pascal)
. Fixed FLASH rate (was too fast)
2008-11-25 22:33:05 +00:00
tomch
6ae8b7b3c3 Compile-time fix for VC++2008 Express 2008-09-28 14:03:40 +00:00
tomch
7363af652e Corrected CLK_Z80 value 2008-09-09 21:07:14 +00:00
mpohoreski
62db996477 fixed formatting of DDE else to prevent confusion 2008-09-04 16:43:11 +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
150e6f0f7a using new enum for IO slot size 2008-09-04 16:41:17 +00:00
mpohoreski
c25fb95d4f using new enum for IO slot size 2008-09-04 16:40:52 +00:00
mpohoreski
00ba3fb4b5 Added Peripheral_Clock_Generic.h 2008-09-04 16:40:10 +00:00
mpohoreski
af3a9e6126 removed commented out old defines 2008-09-04 16:37:33 +00:00
mpohoreski
1482abe1b4 Custom No Slot and Thunderclock WIP 2008-09-04 16:32:21 +00:00
mpohoreski
00bfa5b2ab Enums for Slot & Firmware Addresses and Sizes 2008-09-04 16:30:34 +00:00
tomch
aacd1533f4 Reverted a bit more code to original to z80em distro. 2008-08-31 20:00:07 +00:00
tomch
32c623a7a3 Found source of Z80 emulation (z80em by Marcel de Kogel) & reverted (as close as possible) to his distro.
Updated Help html (team & ack's).
2008-08-31 15:37:53 +00:00
tomch
f0b6b43465 Fixed compile error (for VS8) 2008-08-31 13:38:22 +00:00
mpohoreski
eece84b5ac Added new command: '@' 2008-08-31 08:49:11 +00:00
mpohoreski
8f22df5156 1.15.0.3 changes 2008-08-31 04:31:35 +00:00
mpohoreski
cc50688bf9 bugfixes:
.2 Fixed 'G' to not send the Return of the command into the Apple Keyboard
.1 Renamed GO to G to not conflict with GR, GR1, GR2
2008-08-31 01:06:43 +00:00
mpohoreski
78963c65e4 Added: Authentic Mono video mode (like ApplePC 2.52 mono) 2008-08-27 08:47:52 +00:00
mpohoreski
ab276e2719 Added: HELP VIEW and commands 2008-08-25 05:25:27 +00:00
mpohoreski
492c2da6f2 undid %02d in formatting version string 2008-08-25 01:37:57 +00:00
mpohoreski
d4ff773966 updated year to 2008 for GPL 2008-08-25 01:24:48 +00:00
mpohoreski
8685d9a67e -printscreen command line 2008-08-25 01:24:20 +00:00
mpohoreski
77e0423046 added: -printscreen command line to enable display of print screen filename 2008-08-25 01:10:37 +00:00
mpohoreski
8bfee03343 - added printscreen support to release build
- fixed potential buffer overrun with version string
2008-08-25 00:53:19 +00:00
mpohoreski
9bdab0a038 Working PrintScrn for saving .bmps 2008-08-25 00:36:48 +00:00
tomch
4e7303dd0d Bumped version to 1.15.0 for CP/M beta support
Made PrintScrn support conditional on _DEBUG
2008-08-24 21:50:35 +00:00
tomch
49cbcf92c0 Merged from Ken's branch (for CP/M card support) 2008-08-19 21:36:31 +00:00
tomch
44e9ebf516 Minor bug fix to Pravets capslock 2008-07-28 20:33:22 +00:00
tomch
b3f454b77a Fix: Old bug - uninitialised local static! (bFreshReset)
Change: Better formatting
2008-07-26 21:52:35 +00:00
tomch
cf5bc257e6 Merged from cm630 branch (fix for '~' displayed instead of '^') 2008-07-26 21:44:35 +00:00
mpohoreski
88e087009a WIP: PrintScreen saving AppleWin_ScreenShot_#.bmp 2008-07-14 16:02:44 +00:00
tomch
272683e056 Corrections to comments 2008-07-07 21:51:50 +00:00
tomch
f819d49527 Fix: Append .aws to save-state file if not present 2008-06-21 15:02:36 +00:00
tomch
08c46a4464 Merged from cm630 branch
Fix for browsing for CiderPress changed curr dir
Fix for pressing "OK" on Advanced sheet resulted in resetting savestate file to default
2008-06-21 11:48:15 +00:00
tomch
1251cff260 Merged from cm630 branch for "Pravets" clone support 2008-06-20 23:47:25 +00:00
tomch
f66a95bc38 Fix for Contiki v1.3 : spurious IRQs 2008-06-20 21:35:55 +00:00
tomch
20172ef171 Fixes for mouse emu:
. Un-ClipCursor() when alt-tabbing to a different app
. Don't set cursor to (0,0) when using left-mouse button to enter mouse emu
2008-06-08 12:31:50 +00:00
tomch
a7e3527b48 Fix: set afterclose=0 when init'ing Input property page 2008-05-18 18:53:48 +00:00
tomch
01b6452d1e Added config mode to restrict mouse to Apple's window 2008-05-18 18:23:25 +00:00
tomch
84ef622351 Merge from AppleWin-Tom branch:
Consolidated Save-State & Advanced prop sheets (now all on Advanced)
Disable joystick emulation via mouse when mouse interface is enabled
Support shift-f9 to cycle backwards through video modes
Use DirectInput to get mouse delta (instead of absolute WM_MOUSEMOVE msg)
Support Ctrl-Left Mouse Button to show the Windows cursor (otherwise GEOS never allows mouse to leave window)
Fix for Blazing Paddles (mouse support)
2008-05-17 23:20:33 +00:00
tomch
88f052da50 Added Advanced config tab for:
. Freeze Rom
. Clone selection
2008-04-11 21:54:06 +00:00
tomch
62f51d4f6a Fix for Bug #13425 (Full Screen mode: drawing/erasing of the buttons on the RHS of the screen) 2008-03-29 13:01:21 +00:00
tomch
d511effa5a . Change: Moved 'Mouse interface in slot 4' from Configuration to Input config page
. Added support for The Freeze's F8 cracking ROM
. Added -f8rom <custom.rom> cmd line switch to allow loading a custom 2K Rom at $F800
2008-02-22 21:28:35 +00:00
tomch
f81e1f8e87 Fix: Extended HDD image file filter to include *.po 2007-12-16 00:02:16 +00:00
tomch
e0ddd2c078 Fix: HDD wasn't booting ($C0Fx I/O wasn't registered) 2007-12-15 23:04:01 +00:00
tomch
0435e98e24 Version 1.14.1.2
. Change: Removed crosshairs in mouse-mode
. Change: Hide Windows' mouse cursor when over Apple's screen (in mouse-mode)
. Fix: Use mouse position delta (fixes GEOS)
2007-12-02 14:55:32 +00:00
tomch
1a3cc466f5 Version 1.14.1.1 (beta)
. Fix: Mouse card is now reset on a system reset (reboot from Fantavision to Dazzle Draw : 'no mouse installed' problem)
. Fix: CLEARMOUSE cmd was resetting the clamp value (Fantavision problem)
2007-12-01 21:21:40 +00:00
tomch
d2942e5a13 Fix so that Infiltrator boots 2007-08-11 11:25:51 +00:00
tomch
80fbca24cf Fix: Mouse support in Contiki v1.3 2007-08-08 21:24:28 +00:00