mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-01-01 09:32:09 +00:00
Adjusted 100Hz timer. Added BBC BASIC tunes.
This commit is contained in:
parent
b691b0e3f8
commit
2ed8f9b785
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -762,7 +762,8 @@ ENSQINIT LDX #3
|
||||
LDY #10 ; Five oscillators enabled
|
||||
JSR ENSQWRTDOC
|
||||
LDY #$00 ; Amplitude for osc #4 (timer)
|
||||
LDA #33+1 ; Freq G2+1/8 tone = 99.46Hz
|
||||
LDA #00 ; EMPIRICAL
|
||||
* LDA #33+1 ; Freq G2+1/8 tone = 99.46Hz
|
||||
LDX #$04
|
||||
JSR ENSQNOTE ; Start oscillator 4
|
||||
LDX #$A4 ; Control register for osc #4
|
||||
|
@ -1,2 +1,2 @@
|
||||
#mame -w apple2ee -debug -sl5 mouse -sl7 cffa2 -harddisk1 ~/Personal/Development/Applecorn/applecorn.po
|
||||
mame -w apple2gs -debug -sl7 cffa2 -harddisk1 ~/Personal/Development/Applecorn/applecorn.po -harddisk2 tests/Shawty1.po
|
||||
mame -w apple2gs -debug -sl7 cffa2 -harddisk1 ~/Personal/Development/Applecorn/applecorn.po -harddisk2 tests/JGHMusic1.po
|
||||
|
Loading…
Reference in New Issue
Block a user