shithub: pokered

Download patch

ref: d424eb44385c8f9e02d982b715a658e395e56c4b
parent: f59f03c685a84368ff6110d2677fabc888cd89b1
author: yenatch <yenatch@gmail.com>
date: Fri May 30 20:39:09 EDT 2014

Use rgbasm -h to use halt without nops.

--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@
 	@$(gfx) 2bpp $(2bppq);    $(eval 2bppq :=)
 	@$(gfx) 1bpp $(1bppq);    $(eval 1bppq :=)
 	@$(pic) compress $(picq); $(eval picq  :=)
-	rgbasm -o $@ $*.tx
+	rgbasm -h -o $@ $*.tx
 
 
 link    := rgblink -n $*.sym -m $*.map
--- a/home.asm
+++ b/home.asm
@@ -1861,10 +1861,7 @@
 	ld a, NOT_VBLANKED
 	ld [H_VBLANKOCCURRED], a
 .halt
-	; XXX this is a hack--rgbasm adds
-	; a nop after halts by default.
-	db $76 ; halt
-
+	halt
 	ld a, [H_VBLANKOCCURRED]
 	and a
 	jr nz, .halt