Commit graph

2042 commits

Author SHA1 Message Date
tomcw
250e481104 Fixed out-of-bounds global buffer access
. detected using VS2019 asan support
2019-11-03 09:36:16 +00:00
tomcw
bb645d82e1 Help: Debugger: Added BPMR & BPMW 2019-11-03 09:36:16 +00:00
TomCh
bb573c63ef Debugger: BPMR & BPMW (PR #710)
Extended BPM to also support BPMR and BPMW
Fixed BPM[R|W] 0:FFFF (ie. support a range of 0x10000)
2019-11-03 09:36:16 +00:00
Andrea Odetti
d44bc6c019 Improve cmake detection of required libraries.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2019-11-03 09:36:16 +00:00
Andrea Odetti
0aad738d0e Tiny cleanup.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2019-11-03 09:36:16 +00:00
tomcw
74d49aebbc Debugger display: minor refactor 2019-11-03 09:36:16 +00:00
tomcw
dcea8cde98 Debugger display (#666, #702):
. Video-scanner: when invisible use yellow (instead of red) (fixes #666)
. Soft-switches: row "80:" show a red 'x' when AltZP is set (#702)
2019-11-03 09:36:16 +00:00
tomcw
4a64bba6c8 History.txt: tweak date for 1.29.3.0 2019-11-03 09:36:16 +00:00
tomcw
906d28117c Disk: minor refactor 2019-11-03 09:36:16 +00:00
tomcw
715321ad4a Save-state: show an error MsgBox if old HDD v1 save-state and PC is in $Cnss HDD firmware 2019-11-03 09:36:16 +00:00
TomCh
3d4691e9bd
ADTPro not working (#707) (PR #714)
. Wrap m_vbTxEmpty in a mutex
. Check WriteFile() result & log error
2019-11-02 19:53:00 +00:00
tomcw
5edd8ac32b SSC: Get initial modem status when COM port is first opened 2019-10-27 16:53:24 +00:00
tomcw
d23d091caa SSC: Support COM ports greater than 9 (#707) 2019-10-24 21:43:00 +01:00
Kelvin Lee
cb007df40b Debugger: Symbol loading: Fix random crash upon start up. (PR #694) 2019-10-25 04:25:07 +09:00
tomcw
bd730e25c0 Help: Debugger: Added row-80 - red 'x' for ALTZP 2019-10-24 19:56:20 +01:00
tomcw
a889e6f0d4 1.29.4.0: Updated version and History.txt 2019-10-24 19:27:48 +01:00
tomcw
07aeadc23f Fixed out-of-bounds global buffer access
. detected using VS2019 asan support
2019-10-23 18:17:38 +01:00
tomcw
32d0098b70 Help: Debugger: Added BPMR & BPMW 2019-10-22 21:42:55 +01:00
TomCh
2f64795e2e
Debugger: BPMR & BPMW (PR #710)
Extended BPM to also support BPMR and BPMW
Fixed BPM[R|W] 0:FFFF (ie. support a range of 0x10000)
2019-10-23 05:31:53 +09:00
tomcw
13588165ff Debugger display: minor refactor 2019-10-20 21:17:40 +01:00
tomcw
52376fd664 Debugger display (#666, #702):
. Video-scanner: when invisible use yellow (instead of red) (fixes #666)
. Soft-switches: row "80:" show a red 'x' when AltZP is set (#702)
2019-10-20 11:30:31 +01:00
tomcw
098b8036eb History.txt: tweak date for 1.29.3.0 2019-10-13 17:00:10 +01:00
tomcw
3cd4ead90d Disk: minor refactor 2019-10-13 16:01:00 +01:00
tomcw
1472f25bad Save-state: show an error MsgBox if old HDD v1 save-state and PC is in $Cnss HDD firmware 2019-10-13 15:48:07 +01:00
Andrea Odetti
9ce6592c5e Merge remote-tracking branch 'upstream/master' 2019-10-13 11:31:20 +01:00
tomcw
2a06f32bf6 Disk: Fixed write/disk-format issue (regression at 25496d3a52) 2019-10-13 10:25:33 +01:00
tomcw
d7e0600ddd Updated History.txt for 1.29.3.0 2019-10-12 22:45:10 +01:00
tomcw
d39ba32e8a LC: Support write-enabling LC via single 'INC abs,X' opcode for 6502 & 65C02. (#404, #700) 2019-10-12 22:34:35 +01:00
tomcw
3ba303a749 Help: updated for the 3 new command line switches 2019-10-12 18:50:14 +01:00
tomcw
52c3dd982e Updated History.txt for 1.29.3.0 2019-10-12 18:24:18 +01:00
tomcw
8a55e35e2d LC: fixed INC to only write-enable LC for 65C02 (#700) 2019-10-12 18:17:11 +01:00
tomcw
df4ed7b964 Added new cmd-line switch: -model <apple2|apple2p|apple2e|apple2ee>. (Fixes #689) 2019-10-12 18:07:51 +01:00
tomcw
ad9dd28942 Added new cmd-line switch: -clock-multiplier. 2019-10-12 16:40:36 +01:00
tomcw
dc8a22169e Added new cmd-line switch: -s7-empty-on-exit. (Fixes #692) 2019-10-12 16:01:55 +01:00
Andrea Odetti
6c28c71e7f Merge remote-tracking branch 'upstream/master' 2019-10-12 14:29:08 +01:00
Andrea Odetti
c669c101e2 minizip 2.9.0 fixes the bug.
No need for the workaround.
2019-10-12 14:28:54 +01:00
Andrea Odetti
ba801e4e13 Avoid RAND_MAX overflow. 2019-10-12 14:26:52 +01:00
tomcw
9768611a60 Added item to History.txt 2019-10-11 22:48:15 +01:00
tomcw
34b0c33cb1 1.29.3.0: Updated version and History.txt. Updated help. 2019-10-11 22:42:06 +01:00
tomcw
75f6ab9e59 Debugger: added auto-run of 'DebuggerAutoRun.txt' on startup. (#666) 2019-10-11 21:24:01 +01:00
tomcw
319797df69 Debugger: Video-scanner info:
. moved vert,horz onto same row
. made hex & apple modes the default display config
. added 2nd line showing cycles
. moved mini-mem views over by 1 char
2019-10-10 22:21:25 +01:00
tomcw
9994635e13 LC: Support write-enabling LC via single 'INC abs' and similar RMW opcodes (#700) 2019-10-08 22:12:35 +01:00
tomcw
7265dee506 Fixes:
. loading disk state (v5)
. string append bug introduced in 'char* to std::string' PR #687
2019-10-06 16:39:43 +01:00
tomcw
94926b4f55 HDD: Fixed SmartPort return address wrong when crossing page + some space-saving optimisations (Fixes #319) 2019-10-05 17:01:35 +01:00
tomcw
31b78aa09a HDD: Fixed not being able to enable HDDs - regression introduced at 506a52f359 2019-10-05 16:56:38 +01:00
tomcw
826dc6625e HDD firmware: switched assembler from A65 1.06 to ACME 0.96.4 2019-10-05 15:18:41 +01:00
Andrea Odetti
d8f2976830 Merge remote-tracking branch 'upstream/master' 2019-10-05 11:29:49 +01:00
tomcw
25496d3a52 WOZ: removed floppyWriteMode/FloppyLoadMode - use Sequencer Function instead 2019-10-05 09:53:02 +01:00
Andrea Odetti
7c5b3a643b Merge remote-tracking branch 'upstream/master' 2019-10-01 10:36:39 +01:00
tomcw
d5236d5ee4 Merge branch 'master' of ssh://github.com/AppleWin/AppleWin 2019-09-30 22:14:06 +01:00