cx16: change reset_system() to use Reset SMC sequence instead of hard reboot

This commit is contained in:
Irmen de Jong 2023-07-20 01:59:20 +02:00
parent 5659742d97
commit 7136b33f2e

View File

@ -961,8 +961,8 @@ asmsub set_rasterline(uword line @AY) {
%asm {{
sei
ldx #$42
ldy #1
tya
ldy #2
lda #0
jsr cx16.i2c_write_byte
bra *
}}