some tests
[megadrive.git] / testpico / data.s
diff --git a/testpico/data.s b/testpico/data.s
new file mode 100644 (file)
index 0000000..9eceaff
--- /dev/null
@@ -0,0 +1,14 @@
+.section .rodata
+.align 2
+
+.global font_base
+font_base:
+.incbin "font.bin"
+
+.global z80_test
+.global z80_test_end
+z80_test:
+.incbin "z80_test.bin80"
+z80_test_end:
+
+# vim:filetype=asmM68k:ts=4:sw=4:expandtab