Arduino as rom player

By Angra

Rookie (32)

Angra's picture

04-07-2012, 15:52

Would it be possible to connect an Arduino with SD card to a diskdrive interface and stream the data to MSX ?

Login or register to post comments

By st1mpy

Paladin (938)

st1mpy's picture

26-04-2021, 00:47

Yes. Just uploaded a video of Arduino Mega with SD card containing a game rom, connected to MSX cartridge slot. And a simple program written for msx-dos to read the SD card from MSX side (out to io port to command to send a byte, and inp from io port to read that data and save to disk, then loadrom to run the game).