Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 599 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 599 Bytes

Ghetto Fluke 9010A

Description

Software for the Arduino platform to help diagnose arcade PCBs by testing ROM CRCs, RAMs and the BUS.

Features

  • Test ROM CRCs
  • Test RAM with patterns
  • 68000 pinout support
  • Z80 pinout support

Use

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.

Dependencies

Uses CRC32 library by Christopher Baker https://github.com/bakercp/CRC32

Author

Artemio Urbina 2017

License

See LICENSE

CRC32 library by Christopher Baker is MIT Licenced