tomcw
d11f0a222d
Fix the discontinuous whole screen redraw bug in full-speed mode ( #405 )
2017-04-23 21:37:01 +01:00
tomcw
d9669fa45b
Printscreen: Fix for missing half-top line for B&W TV and Color TV ( #403 )
2017-04-22 22:22:29 +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
Michaelangel007
a5274ca7d0
Fix comment typo
2017-04-17 21:44:30 -07:00
tomcw
3265189958
Update README.md to reference 1.26.2.2
2017-04-16 09:54:13 +01:00
tomcw
5834e5211e
1.26.2.2: Experimental - Bump version & update History.txt
2017-04-15 17:42:27 +01:00
tomcw
a5cffc7441
NTSC: Removed the redundant per-line caching of video mode & video function. Tested with ANSI STORY (end credits) and Rainbow.
2017-04-14 20:59:43 +01:00
tomcw
af241833bc
Fixed typo in README.md
2017-04-14 15:57:32 +01:00
Michaelangel007
69716c4809
Make docs/compiling into hyper-link
2017-04-14 05:19:19 -07:00
Michaelangel007
08f8c39de7
Update README with latest stable release 1.26.1.1, next release 1.26.2.1, prev release 1.25.0.3
2017-04-14 05:17:43 -07:00
michaelangel007
137be1f597
Finally fix MSVC2010 git shenanigans
2017-04-13 10:28:30 -07:00
michaelangel007
f8a30a9dfa
UNDO bad merge deleting yaml2008.vcproj
2017-04-13 10:25:59 -07:00
michaelangel007
27cd3fa0ea
Merge branch 'master' of https://github.com/AppleWin/AppleWin
...
Conflicts:
AppleWinExpress2010.vcxproj
2017-04-13 10:18:35 -07:00
michaelangel007
4f4cbff34c
FIX: MSVC2010: Projet includes zip and zlib
2017-04-13 10:03:13 -07:00
michaelangel007
1c8afa1f3d
FIX: MSVC2010: Projet includes zip and zlib
2017-04-13 09:58:15 -07:00
michaelangel007
a5b57895a6
FIX: MSVC2010: Add Pravets YamlHelper to filters
2017-04-13 09:39:18 -07:00
michaelangel007
44da7c9ba3
FIX:MSVC2010: NTSC_CharSet.cpp
2017-04-13 09:34:48 -07:00
Nick Westgate
a2f015882e
Fix language card switch behaviour - fixes #400
2017-04-08 09:38:13 +12:00
Michaelangel007
4325900b2d
DOC: Fix 6502 cheat sheet x2 x6 ZP
2017-04-05 07:51:16 -07:00
tomcw
1bd85e123e
SSC: Added -modem switch (for dcd,dsr,dtr) and removed invert switches ( #386 )
2017-03-23 21:36:26 +00:00
tomcw
82302c19ce
Fixed #387 : Added support for up to 40-track .nib images
2017-03-21 22:06:56 +00:00
tomcw
3db755c2b4
Fixed #316 - For g cmd: don't set regular BP when also doing g_nDebugStepUntil
2017-03-21 21:25:24 +00:00
tomcw
0ac0212f46
1.26.2.1: Experimental - Bump version & update History.txt
2017-03-19 21:48:59 +00:00
tomcw
abd99d109e
SSC: Experimental support for 6551's status bits: DCD and DSR via -dcd[-invert] and -dsr[-invert] args ( #386 )
2017-03-19 21:44:20 +00:00
tomcw
b377dc8afb
Savestate: SSC - DTR : added a todo comment
2017-03-19 17:27:07 +00:00
tomcw
49752ff7c3
LC 0xC08n.b0=1: After write-enable RAM, STA doesn't write-protect ( #395 )
2017-03-18 21:33:45 +00:00
tomcw
b44d939fe2
1.26.2.0: Experimental - Bump version & update History.txt
2017-03-18 15:32:45 +00:00
tomcw
6d55634281
Debugger: fix for MODE_STEPPING at was falsely breaking on floating bus
2017-03-18 15:18:14 +00:00
tomcw
6063d8e96f
SSC: Experimental support for 6551's DTR via -dtr or -dtr-invert args ( #386 )
2017-03-18 13:56:18 +00:00
tomcw
5470febbf8
Fix for write to 0xCFFF (wasn't implemented), and clear IO_SELECT_InternalROM on 0xC006 (SLOTCXROM) access ( #392 )
2017-03-16 22:28:18 +00:00
tomcw
87862bcf28
Fix for 2x read access to (odd addr) to enable write access ( #392 )
2017-03-15 21:42:06 +00:00
tomcw
1c3838ab8f
Debugger: removed unused var
2017-03-12 21:56:42 +00: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
3a2313c52e
Debugger:
...
. Improved break on FB or IO: account for slot empty (or not) & if expansion ROM enable
Memory:
. IORead_Cxxx(): Fix for Apple II support for when slot-3 is empty
. Apple II type was erroneously testing //e soft-switches
2017-03-10 22:00:01 +00:00
Nick Westgate
16b81133e0
Allow disk write protect read with drive off - Fixes #389
...
- Added comments
- Removed mistaken check for writing nibbles < 0x80
- Reset forces all switches off
2017-03-08 23:13:56 +13: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
adfb48c6ab
Added old doc about SSC registers
2017-03-04 21:00:12 +00:00
tomcw
743add80f0
Improve ContinueExecution() whilst MODE_STEPPING:
...
. GetKeyState(VK_SCROLL) is slow, so only call periodically
. Account for g_nCpuCyclesFeedback before calling SpkrUpdate()
2017-02-26 13:45:06 +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
8c4f451557
Remove old, unused _Video_SetupBanks()
2017-02-17 16:00:22 +00:00
tomcw
fc781cdd47
Remove old, unused Video.cpp var/code:
...
. g_VideoForceFullRedraw
. VideoApparentlyDirty()
2017-02-17 15:37:37 +00:00
tomcw
568441f844
CHM Help: Corrected 'Save-state' page to reference the Advanced config tab
2017-02-17 15:14:14 +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
tomcw
decbb401f9
1.26.1.0: Bump version, copyright year & History.txt
2017-02-11 16:51:10 +00:00
Kelvin Lee
1193cfd10f
Added missing yaml2010.vcxproj.filters
2016-12-29 14:25:00 -05:00
tomcw
0f6c6cfefb
Fix-up the VS2010 sln after the vcproj/sln renames
2016-12-29 14:23:36 -05:00
tomcw
7ed4f00768
Rename VS2010 sln & vcprojs to be consistent with other VS versions
2016-12-29 14:17:54 -05:00