A replacement for the Yamaha RAM4 cartridge, based on GliGli's RX5USB
WARNING: This project is currently incomplete. Do not use the board yet! The PCB and firmware have not been tested!
board_sch- board and schematic files for KiCadrx5cart.ino- firmware for the teensytransfer.py- software for interfacing to the RX5Cart
You will need Teensyduino. Download and instructions are here.
Open the rx5cart.ino file in the Arduino software, plug in the teensy, and press Upload.
- You will need Python 3 and the
pyserialpackage. - To read RAM into a file, use
python transfer.py -r file.bin - To write to RAM from a file, use
python transfer.py -w file.bin - By default it uses the device
/dev/ttyACM0. You can use the-dflag to change it.