mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
reenable search mode and fonts data
This commit is contained in:
parent
0036d0cf5d
commit
222e077932
@ -26,7 +26,7 @@ Main
|
|||||||
jmp @loop
|
jmp @loop
|
||||||
|
|
||||||
; these routines will only be called after relocating to language card
|
; these routines will only be called after relocating to language card
|
||||||
; !source "src/ui.search.mode.a"
|
!source "src/ui.search.mode.a"
|
||||||
!source "src/ui.attract.mode.a"
|
!source "src/ui.attract.mode.a"
|
||||||
!source "src/prodos.path.a"
|
!source "src/prodos.path.a"
|
||||||
!source "src/glue.prorwts2.a"
|
!source "src/glue.prorwts2.a"
|
||||||
@ -35,8 +35,8 @@ Main
|
|||||||
!source "src/parse.common.a"
|
!source "src/parse.common.a"
|
||||||
!source "src/parse.prefs.a"
|
!source "src/parse.prefs.a"
|
||||||
!source "src/parse.games.a"
|
!source "src/parse.games.a"
|
||||||
; !source "src/ui.font.a"
|
!source "src/ui.font.a"
|
||||||
; !source "src/ui.font.data.a"
|
!source "src/ui.font.data.a"
|
||||||
gGlobalPrefsStore
|
gGlobalPrefsStore
|
||||||
!word *+2 ; address of first okvs store
|
!word *+2 ; address of first okvs store
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user