TomCh
d1b595f7bd
Fix for "Mad Effect 1&2" demos (PR #725 )
...
. 6502 interrupt delays 1 opcode when interrupt occurs on last cycle of opcode (#724 ).
. Only 1-cycle delay for VF_TEXT & VF_MIXED mode changes (#656 ).
NB. Mad Effect 1 still has a bit of flicker on Space Invader (left edge)
2019-11-16 23:49:21 +00:00
tomcw
97e73c632d
Full-speed: new VideoGetVblBarEx() required when called from main loop
2019-11-11 19:55:46 +00:00
tomcw
3c6d5d1e76
Phasor: fixed noisy playback for AE's player. ( Fixes #659 )
2019-11-11 17:35:10 +00:00
Andrea
d6d76ae6bc
Memory fix for struct ImageInfo (PR #715 )
...
ImageInfo is not a POD and cannot simply be initialised with ZeroMemory()
. the std::string constructor must be called.
. ImageInfo: simplify code using new / delete vs VirtualAlloc
Also fixed mismatching new / delete [] reported by valgrind
2019-11-11 14:09:29 +00:00
tomcw
20b8515b7b
Full-speed: Only redraw video screen during VBl (support VBl in full-speed)
2019-11-10 23:52:29 +00:00
tomcw
d4e01643fa
Mockingboard: improved sound-buffer updating
...
. Changed to 6522.TIMER underflowing at 0x0000 -> 0xFFFF (#652 )
. Changed MB_Update() to be based on cycle delta (was TIMER1 interval)
. this improves support for small 6522.T1C interval
. removed MB_GetFramePeriod()
. removed overly-complex dual-timer support
. Replaced MB_EndOfVideoFrame() with MB_PeriodicUpdate()
2019-11-10 15:52:07 +00:00
tomcw
eb59c52dc4
Mockingboard: Fix initial fast (weird) music playback issue ( #711 )
2019-11-03 21:37:55 +00:00
tomcw
4ad0923399
Fix video tearing by only updating during the Apple II VBL ( #711 )
2019-11-03 15:05:28 +00:00
tomcw
d92eca5068
Cmd line: -m and -no-mb: fix crash
2019-11-03 14:23:47 +00:00
tomcw
5792107dce
Debugger: fixed help for 'videoinfo' cmd
2019-11-03 09:36:33 +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
07aeadc23f
Fixed out-of-bounds global buffer access
...
. detected using VS2019 asan support
2019-10-23 18:17:38 +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
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
tomcw
2a06f32bf6
Disk: Fixed write/disk-format issue (regression at 25496d3a52
)
2019-10-13 10:25:33 +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
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
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
31b78aa09a
HDD: Fixed not being able to enable HDDs - regression introduced at 506a52f359
2019-10-05 16:56:38 +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
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
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