tomcw
17a4746df6
6522: reset also clears DDRB, DDRA, PCR
2023-03-11 21:08:41 +00:00
tomcw
5a7076135e
Debugger: mini-view for AYs: show AY PSG function: RD, WR, LA (or '--' if INACTIVE)
2023-03-11 13:56:44 +00:00
tomcw
bf4eed6600
Debugger: mini-view: fix for 'm1 AYsn'
2023-03-11 11:53:20 +00:00
tomcw
2f8ad98fc0
Debugger: mini-mem views:
...
Add: 'm1 MBsn' and 'm2 MBsn' (eg. 'm1 MB4A').
Support 'm1 MBs' and 'm1 AYs' (eg. 'm1 MB4') which defaults to 6522-A.
Move the 2nd mini-mem view (ie. m2) down 1 line.
Remove legacy mini-mem devices: AY0-AY3 and SY0-SY3 (eg. 'm1 SY0').
. so eg. 'm1 AY0' now means show slot-0's AY1 & AY2.
2023-03-11 10:51:23 +00:00
tomcw
80328b2bac
Debugger: mini-mem: fix SYn to match AYn
2023-03-09 23:02:31 +00:00
tomcw
1416cc1676
Debugger: mini-mem views: support Phasor's AY1&AY2 pair in a single view.
...
. use: AYsn, where s=0-7 (slot), n=A|B (6522)
2023-03-09 22:53:09 +00:00
tomcw
055c299bb4
Debugger: use dedicated MB structs to populate mini-mem views.
...
Remove old v1 save-state header files.
2023-03-09 20:16:21 +00:00
tomcw
3f2f071fa6
MB: rename consts AY0/AY1 to AY1/AY2 (for consistency with mb-audit code)
2023-03-07 21:51:24 +00:00
tomcw
57c26c59b2
Update History.txt & some Phasor-related comments
2023-03-07 18:06:06 +00:00
tomcw
fb37310acd
Phasor: support AY READ from both AYs ( #1192 )
2023-03-06 22:25:30 +00:00
tomcw
f55c1abc52
Help doc: add info about '-s5h1' and '-s5h2'
2023-03-05 22:52:05 +00:00
tomcw
46302015b6
Help doc: add info about '-s<N> hdc'
2023-03-05 22:41:59 +00:00
tomcw
df0f4356ec
Fix so that MB can still read AY regs after setting INACTIVE state ( #1193 )
2023-03-05 21:09:08 +00:00
tomcw
7c5f0e7b9a
1.30.14.0: Update History.txt
2023-03-05 21:02:45 +00:00
tomcw
a3a89ad156
Phasor/MB: For AY INACTIVE state, bus floats high - so reflect this in 6522 PortA ( fixes #1193 )
2023-03-05 15:43:13 +00:00
tomcw
500f32071b
Phasor/MB ( #1192 )
...
. For MB: isChipSelected[0] = true. So do this on Reset() or for Phasor when switching to MB mode.
. Add "Notes on Phasor's AY-3-8913 chip-select & r/w"
. Refactor some common code into SY6522::UpdatePortAForHiZ()
2023-03-05 15:37:52 +00:00
tomcw
7110e92f14
MB/Phasor save-state: persist 'Chip Select' & 'Reg Address Latch Valid' for MB card too
2023-03-04 23:25:53 +00:00
tomcw
4f8ee0d7d9
AppleWin help: add info about -multimon command line ( #1190 )
2023-03-04 23:08:49 +00:00
tomcw
d8e30e56be
Phasor: support discrete LATCH & READ PSG functions ( #1192 )
...
. Recode 'MB_SUBUNIT::state' as a 2-element array
2023-03-04 22:41:07 +00:00
tomcw
3b53c882ab
Phasor: improve odd Phasor logic for AY1 & AY2 chip select ( #1192 )
2023-03-04 19:38:11 +00:00
tomcw
34141b0c1d
Phasor:
...
. add 2nd nAYCurrentRegister (Reg. Address Latch) for 2nd AY8913.
. add support for the odd Phasor logic when doing discrete LATCH and WRITE PSG functions.
(keep in sync with mb-audit v1.3)
2023-03-04 18:14:00 +00:00
tomcw
89eb0cb07b
Mockingboard: After AY is reset, then latched addr isn't valid
...
. Save-state: save all 8 bits of latched addr.
. Debugger: for mini-AY dump, show latched addr (current register shown in white)
2023-03-01 21:01:59 +00:00
tomcw
db44b15c37
For Phasor (native/Echo+ modes) improve support for null AY chip-select case
2023-02-28 20:42:53 +00:00
tomcw
a57bb0cb6a
Update help for -capslock=off
2023-02-27 22:54:29 +00:00
tomcw
453268a302
Add command line: -capslock=off ( #1187 )
2023-02-27 22:42:57 +00:00
tomcw
9cf3d00288
For Phasor (native/Echo+ modes) support the null AY chip-select case (for eg. mb-audit v0.9)
2023-02-26 21:52:46 +00:00
tomcw
31cb83419a
AppleWin.chm: Sound: updated info about which slots the MB/Phasor/SAM cards can be plugged into
2023-02-26 21:06:42 +00:00
tomcw
d612972e6c
Add command line support for hard disk controller (hdc) in slot-5 ( #1033 )
...
. -s5 hdc
. -s5h1 <pathname>
NB. No GUI config support, so no way to plug/unplug HDDs.
2023-02-26 20:42:21 +00:00
tomcw
0d0adc1f22
Phasor's Echo+: support dual-mono (R copied to L)
2023-02-25 21:25:46 +00:00
tomcw
abe606b2a6
Alt+Enter: fix regression, as this key combo should default to toggling full screen ( #1188 )
2023-02-25 10:58:53 +00:00
tomcw
bca99278b6
Simplify Phasor's Echo+ mode's chip-select ( #1183 )
2023-02-21 21:32:11 +00:00
tomcw
dc029a4700
Fix Phasor's Echo+ mode's dual chip-select ( #1183 )
2023-02-21 21:08:20 +00:00
ThorstenB
e3863d47de
Properly catch the use of multiple Z80 cards. (PR #1184 )
2023-02-20 19:57:25 +00:00
tomcw
cc07dc7f7b
Fix Phasor's Echo+ mode to use correct AYs ( #1183 )
2023-02-19 21:22:44 +00:00
tomcw
13ee80686c
Phasor: support reading AY8913 regs for Echo+ mode
2023-02-19 18:28:37 +00:00
tomcw
bcdaa3e1c1
Phasor: support Echo+ mode ( #1183 )
2023-02-19 16:38:06 +00:00
Andrea
fd8ed23b56
2 small fixes: enum comparison and include. (PR #1182 )
2023-02-19 09:46:07 +00:00
tomcw
1aa0e38696
Typo in comment
2023-02-17 17:20:56 +00:00
Andrea
fb11c74d62
Avoid a couple of warnings. (PR #1180 )
2023-02-17 17:18:29 +00:00
tomcw
b0220169b8
Fix a few Coverity issues ( #470 )
2023-02-05 21:53:51 +00:00
Andrea
5dd14256c2
CardManager: remove redundant calls. (PR #1179 )
2023-02-05 21:05:57 +00:00
Andrea
b2926390c8
Remove unused includes. (PR #1178 )
2023-02-05 21:04:45 +00:00
Andrea
6b176f8ff5
Mockingboard: fix out of bounds access. (PR #1177 )
2023-02-05 21:03:37 +00:00
tomcw
f03f5e0904
Fix for 6522 counter underflows falsely delaying when IRQ occurs. ( Fixes #1176 )
2023-02-05 11:02:56 +00:00
tomcw
6a3a3114c7
MB:6522: fix edge case for IRQ not firing for very small latch values. ( Fixes #1175 )
2023-02-04 12:09:19 +00:00
tomcw
958c71de5f
Phasor save-state v10: load older state's AYs in correct order. ( Fixes #1174 )
2023-01-30 21:27:49 +00:00
tomcw
749329b99f
Phasor card fixes:
...
. Reset/Power-cycle: revert to PH_Mockingboard mode
. Load state: set SSI263() to 'm_phasorMode'
2023-01-29 19:20:07 +00:00
tomcw
d61d348f94
Fix comment
2023-01-29 13:37:07 +00:00
tomcw
cf722ff0cc
Fix so that MockingboardCardMgr asserts IRQ based on the wired-OR sum of all MB card's 6522s. ( Fixes #1173 )
2023-01-29 13:32:55 +00:00
tomcw
c56d341bdb
Remove old debug code
2023-01-28 20:56:54 +00:00