mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-10-31 10:13:35 +00:00
wargames: fix the SSI speech to work on actual hardware
This commit is contained in:
parent
28d9b629fb
commit
2c6ade629c
@ -172,6 +172,24 @@ not_end:
|
||||
sta speech_playing
|
||||
|
||||
|
||||
; IS THIS NEEDED?
|
||||
|
||||
lda #$E8
|
||||
ldx #SSI263_F ; duration/phoneme
|
||||
jsr ssi263_write_chip
|
||||
|
||||
lda #$7F
|
||||
ldx #SSI263_CAA ; duration/phoneme
|
||||
jsr ssi263_write_chip
|
||||
|
||||
lda #$A8
|
||||
ldx #SSI263_RI ; duration/phoneme
|
||||
jsr ssi263_write_chip
|
||||
|
||||
lda #$6F
|
||||
ldx #SSI263_I ; duration/phoneme
|
||||
jsr ssi263_write_chip
|
||||
|
||||
ldy #$00
|
||||
; Get the next data
|
||||
lda (SPEECH_PTRL),Y
|
||||
|
Loading…
Reference in New Issue
Block a user