jwestfall69/neogeo-diag-bios

Why doesn't AES + C Button do write enable tests on backup ram

Closed this issue · 1 comments

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...

I removed the C option to test backup ram on AES