]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - rom.asm
Add DI/EI delay test. Add LD M, A.
[fpgaboy.git] / rom.asm
diff --git a/rom.asm b/rom.asm
index cf8fd603c2fbfeebf5c65d591c7eec4788dcb396..1a2221f3541e3e3bdc85448b881f11f5ed7ea468 100644 (file)
--- a/rom.asm
+++ b/rom.asm
@@ -43,11 +43,10 @@ irqhand:
        call putc
        
        ld hl, $DF81
+       inc [hl]
        ld a, [hl]
-       add 1
        ld c, $51
        ld [c], a
-       ld [hl], a
 
 
        POP HL
This page took 0.022696 seconds and 4 git commands to generate.