/GhettoFluke9010A

Use an Arduino Mega to get the basic functionality of a Fluke 9010A

Primary LanguageArduinoGNU General Public License v3.0GPL-3.0

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