git.joshuawise.com
/
fpgaboy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Some LCDC IRQ stuffs. Working on fixing ldm_a
[fpgaboy.git]
/
rom.asm
diff --git
a/rom.asm
b/rom.asm
index
1a2221f
..
1504c71
100644
(file)
--- a/
rom.asm
+++ b/
rom.asm
@@
-1,9
+1,8
@@
SECTION "a",HOME
main:
- ld c, $51 ; Note that we are alive.
- ld a, $FF
- ld [c],a
+ ld a, $FF ; Note that we are alive.
+ ld [$FF51],a
ld sp, $DFF0
This page took
0.017304 seconds
and
4
git commands to generate.