Skip to content

Commit

Permalink
cx16: change reset_system() to use Reset SMC sequence instead of hard…
Browse files Browse the repository at this point in the history
… reboot
  • Loading branch information
irmen committed Jul 19, 2023
1 parent 5659742 commit 7136b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/res/prog8lib/cx16/syslib.p8
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
}}
Expand Down

0 comments on commit 7136b33

Please sign in to comment.