Commit Graph

8 Commits

Author SHA1 Message Date
tomcw 0c58998e02 Mask AY_NOISEPER (reg-6) with 0x1F, as Cybernoid reg data has a value of 0x2F, which reads back at 0x0F on real hw 2021-01-17 21:47:04 +00:00
tomcw 6622164bac Verify the AY writes by reading back the AY regs 2021-01-17 19:49:45 +00:00
tomcw d84745262f Support TAB to switch AY chip & revert to USE_AYDATA1=1 (tag:CYB-TEST2-D) 2021-01-03 17:08:33 +00:00
tomcw 25a3efc4ff Added assembly-time USE_AYDATA1 define:
. USE_AYDATA1=0: use the Cybernoid noisy section of 48 AY-reg sets
  - keys (to change A-period): 1...5; Q...T
. USE_AYDATA1=1: use just 2 AY-reg sets
  - keys (to change A-period): 1,2; Q,W
2021-01-02 21:41:06 +00:00
tomcw 94b58b49d5 Cybernoid Test 2
. Write AY regs from $D to $0 (like real Cybernoid)
. Write AY regs in pairs (eg. $1,$0) as optimally as possible
2020-09-20 12:03:05 +01:00
tomcw 7218584326 Use keys (1-5) & (Q-T) to inc/dec the 5 tone periods. 2020-09-19 23:51:20 +01:00
tomcw d22d64473c Trim all the unused AY-reg sets! 2020-09-19 21:51:32 +01:00
tomcw 3d223a3134 Cybernoid Test 2:
. Continuous loop around noisy section
. SPACE to single-step the playback; RETURN to resume playback; ESC to quit
2020-09-19 21:30:22 +01:00