mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-05 18:25:43 +00:00
wargames: fix the SSI speech to work on actual hardware
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user