From ce772f39231647cf7a5558d94f542f4ebcdc7025 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 9 Feb 2016 20:31:12 -0500 Subject: cartridge version WIP. Not really usable yet. --- bank3.s | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bank3.s (limited to 'bank3.s') 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" -- cgit v1.2.3