mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-16 03:27:44 +00:00
disable search mode until we work out memory constraints
This commit is contained in:
@@ -26,7 +26,7 @@ Main
|
||||
jmp @loop
|
||||
|
||||
; 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/prodos.path.a"
|
||||
!source "src/glue.prorwts2.a"
|
||||
@@ -35,8 +35,8 @@ Main
|
||||
!source "src/parse.common.a"
|
||||
!source "src/parse.prefs.a"
|
||||
!source "src/parse.games.a"
|
||||
!source "src/ui.font.a"
|
||||
!source "src/ui.font.data.a"
|
||||
; !source "src/ui.font.a"
|
||||
; !source "src/ui.font.data.a"
|
||||
gGlobalPrefsStore
|
||||
!word *+2 ; address of first okvs store
|
||||
}
|
||||
|
Reference in New Issue
Block a user