Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support/mocks for H8/510-based devices (and more) #85

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

giulioz
Copy link
Contributor

@giulioz giulioz commented Jul 2, 2024

This PR is meant to be a public work in progress to add support for other Roland devices, as by doing this work I discovered a lot of details that could be useful to be made public.

✅ RD-500

Boots, audio works, screen works, midi works, buttons not implemented yet. Can boot and go directly to the demo songs.

image

✅ XP-10

Boots, audio works (partially tested), button controls work, midi works. No waverom dumps yet.

image

⛔️ RA-30

Most of memory map figured out but still no screen, controls or audio. It's based on the GP-4 chip so no further emulation needed, but service manual not publicly available so guessing the button switches/leds matrix will be needed.

🚧 SC-88

Boots, buttons work, no audio, slow emulation (timer problem?). Requires reverse engineering of the XP chip.
image
image

🚧 SC-88VL

Should be extremely similar to the SC88, but doesn't boot yet. Now boots properly! Memory map and sub mcu stay the same. Requires reverse engineering of the XP chip.

⛔️ JD-800

H8/532 internal ROM is being dumped soon. Requires reverse engineering of the EP, TVF, MEQ and DSP chips.

@giulioz giulioz changed the title Adds support/mocks for H8/510-based devices Adds support/mocks for H8/510-based devices (and more) Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant