]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - diag.asm
Gate off vraminuse, oaminuse, etc with wehther the LCD is powered on. Make sure to...
[fpgaboy.git] / diag.asm
index e9fff6a2ed3476cc8741888d142b8c65421d17de..668452decb47fea864ee0715b5b6649a189d4b43 100644 (file)
--- a/diag.asm
+++ b/diag.asm
@@ -33,6 +33,9 @@ main:
        ld hl, signon
        call puts
 
+       ld a, $91
+       ld [$FF40], a
+
        call putscreen
        
        ei
This page took 0.022222 seconds and 4 git commands to generate.