mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
cx16: change reset_system() to use Reset SMC sequence instead of hard reboot
This commit is contained in:
parent
5659742d97
commit
7136b33f2e
@ -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 *
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user