wargames: fix the SSI speech to work on actual hardware

This commit is contained in:
Vince Weaver 2022-08-11 09:42:08 -04:00
parent 28d9b629fb
commit 2c6ade629c
1 changed files with 18 additions and 0 deletions

View File

@ -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