tomcw
4a0e93fe28
Added new -alt-enter cmd-line switch to allow configuration of Alt+Enter behaviour ( #556 )
2018-06-10 18:14:34 +01:00
tomcw
fdd6a622dc
Simplified AKD support
2018-06-02 22:26:29 +01:00
tomcw
539f5db40a
Fix for //e keyboard's AKD. ( Fixes #330 )
2018-05-30 22:38:10 +01:00
tomcw
a07407c6f8
Suppress AKD support for II and II+ models. ( Fixed #116 )
2018-05-28 22:36:00 +01:00
tomcw
0d4be07e7e
SysKey hook filter:
...
. Fix for GetKeyState() not detecting the special keys as being up (so AKD was erroneously reporting the key still down).
. eg. Whilst pressing TAB, press LEFT ALT, then release TAB.
2018-05-28 22:13:54 +01:00
tomcw
6b53adde55
SysKey hook filter:
...
. Also suppress ALT+SPACE
. PostMessage to AppleWin message-pump for WM_KEYDOWN, WM_KEYUP for these special key combos
. Add special any-key-down (AKD) handling for these special key combos
2018-05-28 17:27:38 +01:00
tomcw
20cd8913f5
For #556 : Suppress the Windows Default Beep (ie. Ding) whenever ALT+<key> is pressed.
2018-05-26 18:04:13 +01:00
TomCh
a78f1e04da
SSC: Support for TX IRQ and other SSC updates ( #552 )
...
. Support TX IRQ for both TCP and COM modes (fixes #522 )
. Support CTS/RTS (fixes #311 )
. Fixed reading DIPSW registers
. Fixed TCP mode which was only generating an IRQ for first byte received
. Added UpdateCommandReg() to consolidate all updates to SSC command reg
. Updated reference URLs
2018-04-08 17:37:26 +01:00
tomcw
d7de4908cd
Add comment for the reason that reset doesn't affect memmode & videomode for II and II+ models.
...
Add accessor for memmode, make static and replace extern refs with GetMemMode().
2018-03-19 18:49:08 -07:00
Andrea
6051bc55d0
Changes to ease code compilation in gcc. ( #541 )
...
Changes to ease code compilation in GCC.
Disk_t and HDD contain a std::string and for this reason they need a proper constructor, ZeroMemory is not guaranteed to work.
2018-02-24 15:12:40 +00:00
tomcw
5505ff696f
HDD error wasn't cleared on a reset or power-cycle - fixes #515
2017-12-03 21:05:05 +00:00
tomcw
146b6ebad3
Opening any dialog will deactivate the main frame - so don't hide the mouse cursor
2017-10-28 22:13:05 +01:00
tomcw
e5dbdb1696
Full-screen: Hide mouse cursor after 2s of inactivity ( #504 )
2017-10-28 21:59:48 +01:00
tomcw
49465d0182
Fix position of disk status in 2x Windowed-mode
2017-10-21 21:59:21 +01:00
tomcw
c49d68f2b5
Flush current track (if dirty) before 'Send to CiderPress' ( fix #499 )
2017-10-19 22:49:10 -07:00
tomcw
ba6a38d325
Frame.cpp: Get rid of the MAGICX/Y constants! Get the correct system-metric: SM_CXFIXEDFRAME (not SM_CXBORDER). Remove more commented out old code.
2017-10-12 22:11:10 +01:00
tomcw
670ca20057
Frame.cpp: Remove redundant, commented out and if 0 code, mostly relating to the old full-screen implementation
2017-10-11 19:18:53 +01:00
tomcw
32ffe0e1ac
Frame.cpp: internalise the FRAMEBUFFER_BORDERLESS_W|H constants as static vars
2017-10-11 17:55:10 +01:00
tomcw
018e338612
Frame.cpp: move header constants into Frame.cpp and expose with accessor functions
2017-10-11 17:38:36 +01:00
tomcw
03b4e889e5
Stop ASSERT when 'mouse entering Apple screen area' ( #464 )
2017-10-10 22:11:36 +01:00
tomcw
b1dfd57502
Tidy-up in Frame.cpp: unused prototypes, dead code; consolidate some full-screen constants
2017-10-10 22:06:24 +01:00
TomCh
0bf2ae677a
Full-screen and 2x tweaks for Status Area ( #492 )
...
Status Area tweaks:
. Full-screen: Correctly erase the PAUSED or STEPPING text status
. 2x windowed mode: draw the the correct size 3d rect
2017-10-05 22:06:53 +01:00
tomcw
9616df504e
Full-screen: Added Config UI checkbox for the display of subunit status (ie. keyboard caps, disk activity, paused/stepping state) - #224
2017-10-02 22:22:26 +01:00
tomcw
c5bbf9a2c2
Cmd-line: Remove old -fs8bit switch
2017-09-30 09:47:48 +01:00
tomcw
3cf50d01ba
Cmd-line: support new -fs-height=<best|nnn> ( #488 )
2017-09-29 20:33:30 +01:00
Michaelangel007
b5c5dcf638
Fix poor code formatting
2017-08-26 16:45:51 -07:00
Michaelangel007
7039c2a575
Don't offset viewport when full screen. #464
2017-08-26 16:44:20 -07:00
michaelangel007
be41616359
Implements #462 sans: help disasm
2017-08-25 07:22:08 -07:00
tomcw
fb963148c2
At the point of opening AppleWin.chm, try to delete any Zone.Identifer alt data stream ( fixes #437 )
2017-08-14 21:23:49 +01:00
tomcw
9e7318e7ed
Debugger: revert behaviour from 8fce7a8
so that Ctrl+F2 doesn't immediately stop the drive spinning, but F2 still does ( #460 )
2017-08-12 11:50:31 +01:00
tomcw
8fce7a8753
Debugger: F2 or Ctrl+F2 whilst debugger will immediately stop the drive spinning (allowing disk swap) ( fixed #460 )
2017-08-11 21:45:07 +01:00
tomcw
0257492209
Debugger: Don't 'eat' the next keypress when leaving the debugger via F7 (or clicking the Debugger button)
2017-05-29 21:28:45 +01:00
tomcw
739afea01a
Remove redundant code relating to SetCharseType() and g_nCharsetType
2017-04-30 18:50:27 +01:00
tomcw
41286cd29f
Debugger: Remove DebugDisplay()'s unused first parameter: bDrawBackground because it was unused and in some cases it was being passed a bitfield, not a BOOL
2017-04-22 20:52:21 +01:00
tomcw
124eca4546
Debugger: Allow MODE_DEBUG and MODE_STEPPING states to persist across an F2 ResetMachineState() call ( #217 )
2017-04-22 20:42:42 +01:00
tomcw
5e6a445bab
Debugger: When MODE_STEPPING (eg. g or gg mode), prevent ESC from exiting back to the debugger. F7 or Pause keys can still be used. ( #217 )
2017-04-22 17:13:41 +01:00
tomcw
30d8b7716a
Debugger: Mute sound when entering debugger from MODE_STEPPING:
...
. ie: ESC, F7 and Pause key
Debugger: Fix for MODE_STEPPING when jump from $C3xx to $C8xx:
. Don't break on floating-bus, as Expansion ROM will be switched in on
this access.
IORead_Cxxx(): Fix the logic for IO_SELECT when not slot-3
2017-03-12 21:54:08 +00:00
tomcw
3d6c10bad9
Debugger:
...
. Move the BRK and invalid opcodes checks out of main emulation's Fetch() and into DebugContinueStepping()
. Added a new break condition: when PC reads floating bus or I/O memory
. On a break condition, output a 'Stop Reason' message to the console
2017-03-07 21:35:38 +00:00
tomcw
29b7fa15b8
Merge branch 'master' of https://github.com/AppleWin/AppleWin
2017-02-25 22:48:07 +00:00
tomcw
0b6c5bbb91
Support for #384 :
...
. Debug 'G(o)' cmd now defaults to normal speed (and precise video updates)
. New debug 'GG' cmd enables full speed (and periodic video updates)
. Single-stepping (normal or full speed) now routed through ContinueExecution()
. Removed Cpu6502()/Cpu65C02() check for debug breakpoints
. Removed the (undocumented) SHIFT+F7 feature to exit debugger for 'normal speed breakpoints'
. Removed the g_bDebugNormalSpeedBreakpoints variable
2017-02-25 22:32:46 +00:00
tomcw
a6bfe4cfe9
1.26.1.1: Fix #382 - CTRL+RESET not re-init'ing correct 40/80 text rendering routine when in mixed mode
2017-02-17 14:55:04 +00:00
Kelvin Lee
56570960ef
Renamed g_restart to g_bRestart.
2016-12-29 12:10:25 -05:00
Kelvin Lee
e0cac15ede
Renamed global variable restart to g_restart. Made it proper bool.
2016-12-29 12:10:03 -05:00
Kelvin Lee
bb25fb702e
Fixed compiler warning about too many arguments for sprintf.
2016-12-29 11:36:43 -05:00
tomcw
421d9a77f6
VideoRefreshScreen(): Use default args instead of passing 0 for arg0
2016-11-06 14:33:14 +00:00
tomcw
1bb60026a5
Debugger - Fix #345 : wrap and protect debugger's video mode
2016-11-06 14:23:23 +00:00
tomcw
86ba0b0407
Apply fixes and enhancements to PR #285 (Support for TK3000 //e)
2016-10-22 23:20:23 +01:00
tomcw
5f0ccfc75c
Added new function NTSC_VideoRedrawWholeScreen() to fix #352
2016-09-25 10:42:14 +01:00
tomcw
0a7a0e9e5c
Fixed #348 (>800KiB HDD images not mountable)
2016-09-19 22:14:57 +01:00
tomcw
31ba57b7c7
Debug logging: add log message for time from boot until first key read (for AZTEC.DSK).
...
+ Remove an unused var.
2016-09-06 21:38:00 +01:00