Commit Graph

30 Commits

Author SHA1 Message Date
tomch
49cbcf92c0 Merged from Ken's branch (for CP/M card support) 2008-08-19 21:36:31 +00:00
mpohoreski
88e087009a WIP: PrintScreen saving AppleWin_ScreenShot_#.bmp 2008-07-14 16:02:44 +00:00
tomch
1251cff260 Merged from cm630 branch for "Pravets" clone support 2008-06-20 23:47:25 +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
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
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
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
1c5ee1302b 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
tomch
a1debc40e4 Merge from Tom branch to trunk
. SSC now working: PR#2 & IN#2
. etc.
2007-05-28 11:16:42 +00:00
nick_westgate
3b043604b0 Updated AppleWin (not TFE etc) copyright dates from "2006" to "2006-2007". 2007-04-01 15:24:52 +00:00
tomch
094d872723 A more elegant exit from the 'restart' loop (when SysClk fails to init) 2007-03-27 20:46:14 +00:00
tomch
26a45bc17e Merged from sicklittlemonkey branch to trunk
(rev 111-HEAD)
2007-03-23 22:26:35 +00:00
tomch
d5fee7cc43 Minor: Corrected indentation 2006-11-28 16:34:21 +00:00
mpohoreski
2b1a2d505e New debugger font on by default now
Color console support
(still have a bug with MA1 xxxx, if xxxx has 0x60)
Main Message loop is more 'game' like for debugger cursor timing
2006-07-05 21:23:13 +00:00
mpohoreski
787aba9b4e instance -> g_hInstance 2006-07-02 09:56:50 +00:00
mpohoreski
f1c1779069 added global: g_pAppTitle
removed: define TITLE
indentation cleanup
2006-06-27 02:34:46 +00:00
mpohoreski
8298d32a69 Mouse wheel support
many scrolling fixes
general cleanup of globals
2006-06-26 16:59:48 +00:00
mpohoreski
9ae0ea29b0 Renamed globals to match coding convention:
g_bApple2e
g_bApple2plus
g_sProgramDir
2006-06-25 03:46:33 +00:00
mpohoreski
2b1e0c76a4 Fixed BRKOP, BRK # to enter debugger
Pressing F7 after triggered break stops on next break
Fixed global "mode" to comply with coding convention: g_nAppMode
2006-06-12 22:06:50 +00:00
tearex
2223bc6cfb Illegal opcodes support
Separate NMOS 6502 and CMOS 65C02 support
CPU flag handling improvement
NMI support
Apple II (original model) support
Apple II/IIPlus mode font improvement
"M" glyph improvement
Small _M14 / CLK_6502 fix.
Reset behavior improvement
Small monochrome video improvement - mono text now honors color selection just like mono graphics.
2006-06-11 15:49:38 +00:00
mpohoreski
635d6e5811 framewindow -> g_hFrameWindow 2006-05-14 00:44:38 +00:00
tomch
cc16dce85a Fixed: [Bug #6790] Right click menu stops working on drives after switching from full screen back to Windows. 2006-04-20 22:09:52 +00:00
mpohoreski
eb36e472a5 Added menu check to easily tell if write protection is on / off 2006-03-07 18:17:57 +00:00
mpohoreski
b4a22d74dd Added Drive Protection bitmap 2006-02-28 18:40:59 +00:00
mpohoreski
b2388f033c Replaced Debugger Magic Number with DEBUG_EXIT_KEY 2006-02-27 03:37:56 +00:00
mpohoreski
dc3d374be8 Debugger API was renamed to be more descriptive 2006-02-26 06:44:22 +00:00
mpohoreski
1cabac956d Right-Click now ejects disk image
Shift-Right-Click sets write protection
Ctrl-Right-Click clears write protection
2006-02-26 02:05:57 +00:00
tomch
bba1353a0c *** empty log message *** 2006-02-25 20:50:29 +00:00