X-Git-Url: http://git.joshuawise.com/fpgaboy.git/blobdiff_plain/2f55f80959676970f85a02a9a968668ae2113dda..b85870e0cf3c61677a430559c9621a665a8bab6d:/rom.hex diff --git a/rom.hex b/rom.hex index 61c700d..7894cdc 100644 --- a/rom.hex +++ b/rom.hex @@ -1,9 +1,8 @@ -// LD (HL), 05h -36 -05 -// LD H, 12h -26 +// LD A, 12h +3E 12 +// LD H, A +67 // LD L, 34h 2E 34