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
tomcw
25496d3a52
WOZ: removed floppyWriteMode/FloppyLoadMode - use Sequencer Function instead
2019-10-05 09:53:02 +01:00
tomcw
d5236d5ee4
Merge branch 'master' of ssh://github.com/AppleWin/AppleWin
2019-09-30 22:14:06 +01:00
tomcw
31f7e7296b
WOZ: support Sequencer Function
2019-09-30 21:29:58 +01:00
tomcw
5e98140da1
WOZ:
...
. set m_headWindow = 0, after >50 bitcell gap
. bias fake bits to be ~30% chance of a 1 bit
Disk logging:
. added timestamps to I/O accesses
. DumpTrackWOZ() now outputs sync bits between nibbles
2019-09-30 20:39:47 +01:00
tomcw
f9a1ef04f7
Debugger: videoinfo cmd: return feedback on success
2019-09-23 01:50:18 +01:00
tomcw
604aff4bbb
Debugger: added help for videoinfo cmd
2019-09-22 16:53:38 +01:00
tomcw
b3eb789e03
Debugger: added BG_INFO_WATCH|ZEROPAGE enums
2019-09-22 15:59:19 +01:00
tomcw
b5b1deeead
Debugger: added & used consts for video-scanner info
2019-09-22 15:28:10 +01:00
tomcw
7261c79054
Debugger: minor refactor for VideoScanner info
2019-09-22 15:11:14 +01:00
tomcw
f84c985751
Debugger refactor: moved ConfigColorsReset() from Debug.cpp to Debugger_Color.cpp
2019-09-22 11:25:48 +01:00
tomcw
9a0617e889
Debugger: removed the now redundant Debug_UpdatePalette() func
2019-09-22 11:14:32 +01:00
tomcw
3b9dc8d0f7
Merge branch 'master' of ssh://github.com/AppleWin/AppleWin
2019-09-21 16:38:46 +01:00
tomcw
9ee9414bb6
Debugger: show video-scanner's h,v position (at the expense of losing 2 watches). ( #666 )
2019-09-21 16:37:45 +01:00
tomcw
e4f0a8b8d9
Debugger: fix crash in ParseSymbolTable() due to PR #687
2019-09-17 19:17:30 +01:00
tomcw
3264fd3ee9
Two fixes for the 'char* to std::string' PR #687
2019-09-15 21:26:40 +01:00
tomcw
d2a5a6e829
Merge branch 'audetto-strings'
2019-09-15 20:45:50 +01:00
tomcw
660c75617b
Merge branch 'strings' of ssh://github.com/audetto/AppleWin into audetto-strings
2019-09-15 20:45:05 +01:00
tomcw
506a52f359
Refactor slots & allow empty slots for s1(printer), s6(disk2)
...
. NB. can't empty s3(uthernet) yet
2019-09-15 20:37:20 +01:00
tomcw
94556b5eaf
SSC: Added support for '-s2 empty' to remove SSC from slot-2 ( #668 )
2019-09-09 22:12:51 +01:00
Raphaël Zumer
15c30f4e1c
Increase version numbers in README.md (PR #688 )
2019-09-09 21:32:35 +01:00
Spiny-Norman
3414245de8
Added VS2019 support (PR #675 )
...
VS2019: Added ddraw.lib to Debug and Release configurations; Set 'Basic Runtime Checks' = Default
2019-09-09 18:17:05 +01:00
Spiny-Norman
0f02325433
Merge branch 'kiyolee-vs2019-support'
2019-09-09 18:06:29 +01:00
Spiny-Norman
62e13b85dc
Merge branch 'vs2019-support' of https://github.com/kiyolee/applewin into kiyolee-vs2019-support
2019-09-09 17:41:26 +01:00
Andrea Odetti
409634d65f
Use a more descriptive variable name.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2019-09-08 21:33:26 +01:00
Andrea Odetti
bd201202cd
Some more std::string changes.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2019-09-07 19:37:19 +01:00
Andrea Odetti
be476f9a9c
Fix a couple of issues around std::string.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2019-09-07 18:51:07 +01:00
Andrea Odetti
dced4793b7
Next iteration of the string project.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2019-09-07 10:16:51 +01:00
Andrea Odetti
f5f60310c1
More std::strings.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2019-09-07 09:02:39 +01:00
tomcw
8978cabcda
VS2017: Added ddraw.lib to Debug and Release configurations; Set 'Basic Runtime Checks' = Default
2019-09-07 09:01:26 +01:00
tomcw
4b4a86722c
1.29.2.0: Updated version and History.txt
2019-09-06 20:09:42 +01:00
tomcw
300494c470
Mockingboard: only do multi-TIMER1 support update when 6502 interrupts are enabled. ( #685 )
2019-09-06 19:59:28 +01:00
Andrea Odetti
d5890e8356
Replace some char * with std::string.
2019-09-06 17:34:25 +01:00
tomcw
ed9ae72778
Mockingboard: moved multi-TIMER1 support before the AY access. ( #685 )
2019-09-05 22:03:56 +01:00
tomcw
11323e2aba
Mockingboard: support multiple TIMER1 interrupts, with one for MB reg updates ( #685 )
2019-09-05 20:42:34 +01:00
tomcw
64bdd7192a
NTSC: fixed comment
2019-09-01 17:35:15 +01:00
tomcw
581546c1e9
1.29.1.2: test updated/fixed TV rendering for #650
2019-09-01 16:50:02 +01:00
tomcw
bd16b34514
NTSC: Minor refactor of updateFramebufferColorTVXXXScanline() names
2019-09-01 16:47:48 +01:00
tomcw
65b5330c51
TV video rendering: use prev (not next) line's pixel to avoid artifacts from prev frame! ( #650 )
2019-09-01 16:38:27 +01:00
tomcw
2f6b24b970
Fixed up the Debug/Release NoDX configurations
2019-09-01 11:28:24 +01:00
tomcw
9a061e271f
VS2015: Added ddraw.lib to Debug and Release configurations
2019-09-01 11:10:37 +01:00
tomcw
fe375534cf
NTSC: Commit to the improved TV modes. ( #650 )
2019-08-31 15:02:32 +01:00