jwestfall69 / neogeo-diag-bios

Disassembly of smkdan's Neo Geo Diagnostics BIOS with added features
37 stars 8 forks source link

Repeat failed test to help diag hardware issues #7

Closed jwestfall69 closed 8 months ago

jwestfall69 commented 4 years ago

When an error condition happens the bios will normally print an error then go into a loop waiting for the user to reboot.

With certain error conditions it would be useful for the bios to also continually repeat the error condition to allow tracking down the hardware issue. For example if you got a ram WE error, have it continually write ram so you can use a logic probe to see where the WE issue might be coming from.