mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-15 12:27:32 +00:00
disable search mode until we work out memory constraints
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user