mirror of
https://github.com/irmen/prog8.git
synced 2025-02-19 11:31:07 +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 {{
|
%asm {{
|
||||||
sei
|
sei
|
||||||
ldx #$42
|
ldx #$42
|
||||||
ldy #1
|
ldy #2
|
||||||
tya
|
lda #0
|
||||||
jsr cx16.i2c_write_byte
|
jsr cx16.i2c_write_byte
|
||||||
bra *
|
bra *
|
||||||
}}
|
}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user