32x mostly works
[megadrive.git] / testpico / data.s
diff --git a/testpico/data.s b/testpico/data.s
deleted file mode 100644 (file)
index 9eceaff..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-.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