aboutsummaryrefslogtreecommitdiff
path: root/bank3.s
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-02-09 20:31:12 -0500
committerB. Watson <yalhcru@gmail.com>2016-02-09 20:31:12 -0500
commitce772f39231647cf7a5558d94f542f4ebcdc7025 (patch)
tree7b57875b1cf206f7d4230caa52c86f3e78944512 /bank3.s
parentfdc8911c487236fe978e7f010b299ce98cc223aa (diff)
downloadtaipan-ce772f39231647cf7a5558d94f542f4ebcdc7025.tar.gz
cartridge version WIP. Not really usable yet.
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"