Software for the Arduino platform to help diagnose arcade PCBs by testing ROM CRCs, RAMs and the BUS.
- Test ROM CRCs
- Test RAM with patterns
- 68000 pinout support
- Z80 pinout support
With an Arduino Mega, dupont male to male cables and adapted dip sockets you can build the adapter and modify the pinout for your needs.
Uses CRC32 library by Christopher Baker https://github.com/bakercp/CRC32
Artemio Urbina 2017
See LICENSE
CRC32 library by Christopher Baker is MIT Licenced