Holding C on AES hardware triggers backup ram tests, but for some reason it's nop'd for the write enable test?
tst.b REG_STATUS_B
bmi .do_bram_test ; if MVS jump to bram test
btst #6, REG_P1CNT ; dead code? checking if C is pressed, then nop
nop ; maybe nop should be 'bne .do_bram_test' to allow forced bram test on aes?
moveq #0, d0
PSUB_RETURN
.do_bram_test:
I've never even heard of a mod to add backup ram to an AES...
Holding C on AES hardware triggers backup ram tests, but for some reason it's nop'd for the write enable test?
I've never even heard of a mod to add backup ram to an AES...