ArtemioUrbina / GhettoFluke9010A

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Arduino 65.6%Language:C 21.4%Language:C++ 13.0%