Fixed fix

This commit is contained in:
drmortalwombat 2024-01-08 20:11:11 +01:00
parent bcf19136d4
commit 4ea3633b5a

View File

@ -341,11 +341,6 @@ spexit:
#elif defined(__PLUS4__)
sta $ff3e
#endif
#if defined(__C128__) || defined(__C128B__) || defined(__C128E__)
lda #0
sta $1b
#endif
#endif
rts
}