Update C128 exit code
This commit is contained in:
parent
c3c0583f19
commit
755c9234e1
|
@ -332,13 +332,12 @@ spexit:
|
||||||
sta $13
|
sta $13
|
||||||
#if defined(__C128__) || defined(__C128B__) || defined(__C128E__)
|
#if defined(__C128__) || defined(__C128B__) || defined(__C128E__)
|
||||||
sta $1a
|
sta $1a
|
||||||
|
lda #$1b
|
||||||
|
sta $18
|
||||||
#endif
|
#endif
|
||||||
lda #$19
|
lda #$19
|
||||||
sta $16
|
sta $16
|
||||||
#if defined(__C128__)
|
#if defined(__PLUS4__)
|
||||||
lda #0
|
|
||||||
sta 0xff00
|
|
||||||
#elif defined(__PLUS4__)
|
|
||||||
sta $ff3e
|
sta $ff3e
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue