1 section "end",HOME[1024]
8 section "vbl",HOME[$40]
11 section "lcdc",HOME[$48]
14 section "tmro",HOME[$50]
24 ld a, $04 ;start timer, 4.096KHz
49 db $0D,$0A,$1B,"[1mFPGABoy Diagnostic ROM",$1B,"[0m",$0D,$0A,0
93 ; Memory tester: writes h ^ l to all addresses from C000 to DF80.
98 ld hl, $C001 ; Write loop
110 ld hl, $C001 ; Read loop
126 ld hl, testokstr ; Say we're OK
129 .memfail: ; Say we failed (sadface)
130 ; decrement hl the easy way
146 db "Testing memory from $C000 to $DF80...",0
150 db " Test failed at $",0
152 puthex: ; Put two hex nibbles to the serial console.
167 ; Wait for switches to be flipped on and off again.
191 db "Diagnostic ROM complete; flip switches to nonzero and then to zero to reset. Expect A.",$0D,$0A,0
193 ; Core instruction basic acceptance tests.
267 ld hl, .dinocausefail
268 ld c, $0F ; First, wait until an interrupt happens...
273 ei ; Now make sure that an IRQ didn't happen on EI/DI
280 ei ; Make sure that an IRQ does happen on EI/NOP/DI
300 db "Testing instructions... ",0
318 db "DI/EI does not cause interrupt",0
320 db "DI/NOP/EI cause interrupt",0
322 db " test failed.",$0D,$0A,0
326 ; Serial port manipulation functions.