X-Git-Url: http://git.joshuawise.com/fpgaboy.git/blobdiff_plain/30ef1ae0e1d60f55aee401ad9741cb8d5a0feef0..f9000d73c8971e2e6323122efb06bcfd846b5d62:/rom.asm diff --git a/rom.asm b/rom.asm index 0c25fab..1a2221f 100644 --- a/rom.asm +++ b/rom.asm @@ -43,12 +43,10 @@ irqhand: call putc ld hl, $DF81 + inc [hl] ld a, [hl] - ld b, 1 - add b ld c, $51 ld [c], a - ld [hl], a POP HL