mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-15 04:30:18 +00:00
15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
;license:MIT
|
|
;(c) 2023 by 4am
|
|
;
|
|
; initialize and clear screen
|
|
; assumes zero page is completely trashed
|
|
; assumes ROM is banked in on entry
|
|
;
|
|
; note: this file is included by both the launcher and proboothd
|
|
|
|
jsr ROM_TEXT
|
|
jsr ROM_HOME
|
|
jsr ROM_NORMAL
|
|
jsr ROM_IN0
|
|
jsr ROM_PR0
|