aboutsummaryrefslogtreecommitdiff
path: root/bank3.s
diff options
context:
space:
mode:
Diffstat (limited to 'bank3.s')
-rw-r--r--bank3.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/bank3.s b/bank3.s
new file mode 100644
index 0000000..950b6a0
--- /dev/null
+++ b/bank3.s
@@ -0,0 +1,9 @@
+
+ .include "atari.inc"
+
+font = $9c00
+
+ .org $8000
+ .incbin "splitrom.raw.3"
+ .res font - *, $ff
+ .incbin "taifont"