xvortex / VTXCart

Reverse engineering Neo Geo 161 in 1 cartridge to change Rom games
68 stars 15 forks source link

Display "Test" results as binary for CV #19

Open Rolel opened 1 week ago

Rolel commented 1 week ago

This change the "E: %d" message to a "E: %bbbbbbbb" for the Test menu. This allows to detect which bank is defective when testing chip ID on CV chips. When SD file access is failing, a text message is displayed instead of only error code.

This also improve delay while reading/programming CV chips.

Last but not least, I reworked menu and file loading. It split menu for P1/P2/P3 and C1/C2/C3, allowing to put all the files on the same SD card. File naming is the same as Compiler output: crom-1, crom-2, crom-3, mrom, prom-1, prom-2, prom-3, srom, vrom.