notaz.gp2x.de
/
megadrive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
testpico: z80 timing correction
[megadrive.git]
/
testsram
/
data.s
1
.section .rodata
2
3
# I don't know why multiple different .align don't work..
4
.align 0x8000
5
6
.global font_base
7
font_base:
8
.incbin "font.bin"
9
10
# vim:filetype=asmM68k:ts=4:sw=4:expandtab