]> 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 0c25faba8bed2c5e703cf912f20a5781e64c65fd..1a2221f3541e3e3bdc85448b881f11f5ed7ea468 100644 (file)
--- a/rom.asm
+++ b/rom.asm
@@ -43,12 +43,10 @@ irqhand:
        call putc
        
        ld hl, $DF81
        call putc
        
        ld hl, $DF81
+       inc [hl]
        ld a, [hl]
        ld a, [hl]
-       ld b, 1
-       add b
        ld c, $51
        ld [c], a
        ld c, $51
        ld [c], a
-       ld [hl], a
 
 
        POP HL
 
 
        POP HL
This page took 0.022995 seconds and 4 git commands to generate.