Commit Graph

2493 Commits

Author SHA1 Message Date
tomch
d6eb91be7e 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
6a2c6b6363 Merged from Ken's branch (for CP/M card support) 2008-08-19 21:36:31 +00:00
tomch
028b4aa338 Minor bug fix to Pravets capslock 2008-07-28 20:33:22 +00:00
tomch
d2749a9c44 Fix: Old bug - uninitialised local static! (bFreshReset)
Change: Better formatting
2008-07-26 21:52:35 +00:00
tomch
bc36b0afd3 Merged from cm630 branch (fix for '~' displayed instead of '^') 2008-07-26 21:44:35 +00:00
tomch
6addf2cf63 Added FREEZE'S NON-AUTOSTART F8 ROM [SPECS].rtf 2008-07-19 13:28:24 +00:00
mpohoreski
b5782b7e4f WIP: PrintScreen saving AppleWin_ScreenShot_#.bmp 2008-07-14 16:02:44 +00:00
tomch
88c866cfa8 Corrections to comments 2008-07-07 21:51:50 +00:00
mpohoreski
0f53550217 Added .cpp/.h: 6821, MouseInterface, & Tape
Added lib: dinput8.lib
2008-06-26 15:17:12 +00:00
tomch
b162cd663b Added Ctrl-F9 change to webpage 2008-06-23 21:30:03 +00:00
tomch
2ef0f5b9ef Minor update to .vcproj 2008-06-22 00:26:00 +00:00
tomch
11ef504fac Version 1.14.2 2008-06-22 00:22:46 +00:00
tomch
d72156a255 Update html-help files 2008-06-21 23:26:47 +00:00
tomch
d56309f25e Fix: Append .aws to save-state file if not present 2008-06-21 15:02:36 +00:00
tomch
42a214d4fb 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
6016fcc12a Merged from cm630 branch for "Pravets" clone support 2008-06-20 23:47:25 +00:00
tomch
da57609f87 Fix for Contiki v1.3 : spurious IRQs 2008-06-20 21:35:55 +00:00
tomch
436f45e256 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
81ebfe8a31 Added dinput8.lib to ApplewinExpress.vcproj 2008-06-08 09:35:22 +00:00
tomch
2a31fa0258 Fix: set afterclose=0 when init'ing Input property page 2008-05-18 18:53:48 +00:00
tomch
84ba1ad382 Added config mode to restrict mouse to Apple's window 2008-05-18 18:23:25 +00:00
tomch
758d4ffbbe Bumped version to 1.14.1.3 2008-05-17 23:33:00 +00:00
tomch
a2f0bc5775 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
11281e81f9 Added Advanced config tab for:
. Freeze Rom
. Clone selection
2008-04-11 21:54:06 +00:00
tomch
9e89fb8f52 Forgot to add the ROM for r284 2008-03-29 13:34:17 +00:00
tomch
8c01f76d71 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
facfa0ba25 . 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
d2422382bb Fix: HDD's f/w's ProDOS entrypoint moved to $c70a
- Now DOSMaster .hdv/.po images work
2007-12-26 13:54:50 +00:00
tomch
1f41a50836 Fix: Extended HDD image file filter to include *.po 2007-12-16 00:02:16 +00:00
tomch
f2aa8898fd Fix: HDD wasn't booting ($C0Fx I/O wasn't registered) 2007-12-15 23:04:01 +00:00
tomch
637155954e 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
73f2f63298 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
tearex
43e2546d46 ApplewinExpress.vcproj was missing the new Mouse-related files. 2007-08-12 23:01:20 +00:00
tomch
47206a864c Fix so that Infiltrator boots 2007-08-11 11:25:51 +00:00
tomch
f2a52d23f3 Fix: Mouse support in Contiki v1.3 2007-08-08 21:24:28 +00:00
tomch
804d34ee13 Version 1.14.0 (beta)
Updated History.txt
2007-08-07 20:54:33 +00:00
tomch
e032dcc1ed Merged in the mouse rom 2007-08-06 21:41:34 +00:00
tomch
333666c2f0 Merge from Tom branch to trunk
. Mouse interface now implemented & selectable from UI
. Scroll Lock toggle also configurable from UI
2007-08-06 21:38:35 +00:00
nick_westgate
6342a9d33a Disk.cpp tidy-up. Removed superfluous "if" and tried to give the logging another facelift. 2007-08-06 02:03:00 +00:00
tomch
43bfc1a05b Merge from Tom branch to trunk
. SSC now working: PR#2 & IN#2
. etc.
2007-05-28 11:16:42 +00:00
tomch
77ff09654d Updated web-page (index.php) for release 1.13.2 2007-04-07 11:13:51 +00:00
tomch
392fa005fe Updated Website.txt 2007-04-07 11:12:11 +00:00
tomch
0e28032b60 Updated History.txt for release 2007-04-07 10:31:54 +00:00
tomch
bcbfb90897 Fixed cock-up on resolving conflict in previous revision. Grr! 2007-04-04 21:49:04 +00:00
tomch
cbd33c3cb8 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
64eb1204cb Changed __VA_ARGS__ to work on compilers that don't support it 2007-04-02 14:32:50 +00:00
mpohoreski
a727dad57e Projects for MSVC++ .NET 7.1 2007-04-02 14:32:01 +00:00
nick_westgate
2dd856bf75 Updated AppleWin (not TFE etc) copyright dates from "2006" to "2006-2007". 2007-04-01 15:24:52 +00:00
tomch
4afb6c3369 Minor fixes:
. Debugger's '\' now fixed (view Apple's screen)
. Debugger's Ctrl-~ now fixed for UK keyboard (use Ctrl-¬). So for both US & UK it's Ctrl & key to left of numerical 1
2007-03-31 14:45:44 +00:00
nick_westgate
1ff5e89993 Tweaked history additions on Disk ][ and Printer additions, and removed non ASCII characters. 2007-03-28 01:25:59 +00:00