rhargreaves / mega-drive-midi-interface

Control the Sega Mega Drive's Yamaha YM2612 and PSG with MIDI
GNU General Public License v3.0
92 stars 8 forks source link

Mega EverDrive PRO USB support #22

Closed rhargreaves closed 4 years ago

rhargreaves commented 4 years ago

Needs to read from a different memory location: https://github.com/krikzz/MEGA-PRO/blob/c9a9362ce68a97e13bb5fadc644a9d45573ee3dc/megaio-app/bios.h#L59

Looks more complex than just reading from a different memory location. Looks like data needs to be transformed into a CMD_MEM_WR payload at the PC side and then de-serialised in the MD.

rhargreaves commented 4 years ago

Message from PC to Mega Drive must be constructed as described in https://gist.github.com/rhargreaves/7fc232cf6db1899e05f7305eade2f8c6

rhargreaves commented 4 years ago

Implemented in v0.6.5