pitch-dark/src/pitchdark.a

48 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2018-02-01 03:04:10 +00:00
;license:MIT
2018-02-01 00:07:35 +00:00
;(c) 2018 by 4am
2018-03-29 02:49:51 +00:00
;
2018-04-15 16:29:24 +00:00
; It is Pitch Dark. You are likely to be eaten by a GUI.
;
2018-02-01 00:07:35 +00:00
!cpu 65c02
2018-02-20 21:37:28 +00:00
!ct "src/lcase.ct"
!to "build/PITCH.DARK",plain
!source "src/constants.a"
!source "src/macros.a"
!source "src/WeeGUI_MLI.s"
*=kPitchDarkBinaryAddress
2018-02-01 00:07:35 +00:00
!source "src/pitchdark.init.a"
2018-04-18 20:48:20 +00:00
2018-04-18 19:28:55 +00:00
jmp MainScreen
2018-02-07 14:05:24 +00:00
!if *!=$4000 {
!serious "WeeGUI library must start at $4000, set kPitchDarkBinaryAddress to ",kPitchDarkBinaryAddress+$4000-*
2018-04-18 19:28:55 +00:00
}
2018-03-28 18:18:35 +00:00
!bin "res/WEEGUI"
2018-03-24 16:04:09 +00:00
!source "src/okvs.a"
2018-04-15 02:49:15 +00:00
!source "src/prodos.mli.a"
!source "src/prodos.path.a"
!source "src/parse.common.a"
!source "src/parse.gameinfo.a"
!source "src/parse.prefs.a"
!source "src/glue.common.a"
!source "src/glue.onbeyond.a"
!source "src/glue.zinfo.a"
2018-03-27 20:55:31 +00:00
!source "src/ui.common.a"
2018-07-06 22:29:15 +00:00
!source "src/ui.effects.a"
2018-03-27 20:55:31 +00:00
!source "src/ui.main.a"
!source "src/ui.main.keys.a"
!source "src/ui.options.a"
!source "src/ui.catalog.a"
!source "src/ui.resume.a"
2018-04-11 19:12:36 +00:00
!source "src/ui.versions.a"
2018-04-02 19:43:11 +00:00
!source "src/ui.artwork.a"
2018-06-20 22:58:05 +00:00
!source "src/ui.credits.a"
2018-03-26 17:19:17 +00:00
2018-03-28 15:48:47 +00:00
gGamesListStore
2018-03-29 02:49:51 +00:00
!word *+2 ; address of first okvs store