Code: Select all
org &8000
exx
ld bc,&7F10	; penr, select pen 10
out (c),c	
ld bc,&7F54	; &54 is black
out (c),c
exx
InfLoop:
	halt
jp InfLoopI've tried this with firmware calls, and the result is the same. I feel I'm missing something here?
Code: Select all
org &8000
exx
ld bc,&7F10	; penr, select pen 10
out (c),c	
ld bc,&7F54	; &54 is black
out (c),c
exx
InfLoop:
	halt
jp InfLoop