jwestfall69 / neogeo-diag-aes-prog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neogeo-diag-aes-prog

Overview

This is a custom NeoGeo AES Prog board that is used in conjunction with the NeoGeo Diag Bios that allows for testing the P ROM address and data buses between the motherboard and the cart slot. Its meant to help trouble shoot getting a blue screen or if your game cart boots then crashes after a while (possible faulty P ROM bank switching).

It works by using an SRAM chip instead of a ROM for the program rom on the PROG board. Doing this allows the diag bios to run tests on it similar to that of work ram to find issues.

Its not possible to test all lines related to the program rom, so there are 2 leds at the top of the board. These 2 LEDs (ROMOE, PORTADDR) should be lit up when the P ROM Bus tests are running in the diag bios.

neogeo-diag-aes-prog

PCB Manufacturing

PCB should be 1.6mm thickness. With these boards likely being inserted and removed numerous times its suggested you use ENIG surface finishing and gold fingers w/45 degree chamfering.

I've been using jlcpcb for PCB manufacturing. Just watch out that by default they will add an order number to the silk screen unless you tell them not to.

BOM

Quantity Description Part Number Digikey Notes
1 SRAM 8Mbit 44 pin TSOP II AS6C8016-55ZIN 1450-1041-ND
1 74LS04 pin 14 SOIC SN74LS04DR 296-14875-2-ND
1 74LS08 pin 14 SOIC SN74LS08DR 296-14879-2-ND
1 74LS11 pin 14 SOIC SN74LS11DR 296-28984-2-ND
5 100nf / 0.1uf Ceramic Capacitor 0805 Size CL21B104KBCNNNC 1276-1003-2-ND Any 100nf 0805 is fine
2 1K Ohm resistor 0805 Size ERJ-6GEYJ102V P1.0KACT-ND Any 1K 0805 resistor is fine
2 Green LED 0805 12mcd LTST-C171GKT 160-1423-2-ND Other 0805 size LEDs should be fine

Assembly

The SRAM has a really fine pin pitch, so take your time. Other then that nothing special.

Usage

The prog board should be used along with a valid CHA board. Ideally you probably want a full diag cart where the CHA board has the M1 diag rom and this PROG board. The cart should be inserted into the slot and then boot the board with the diag bios. Goto the main menu screen.

main menu

Pick: P ROM BUS TESTS (CUSTOM CART)

p rom bus tests

Since this is an AES you won't be able to change the slot number, so either press A+C to start the tests or D to go back to the main menu.

p rom bus tests running

The tests will run continually until D is pressed or an issue is detected. While the tests are running you should expect the 2 LEDs on the PROG board to be lit up.

If you attempt to run the P rom bus tests without the diag PROG board you will get a P2 UNWRITABLE (LOWER) error.

About

License:The Unlicense