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

Megadrive 1/2 mode switch #12

Closed
jotego opened this issue Mar 5, 2017 · 2 comments
Closed

Megadrive 1/2 mode switch #12

jotego opened this issue Mar 5, 2017 · 2 comments
Assignees

Comments

@jotego
Copy link
Collaborator

jotego commented Mar 5, 2017

Hi,

The Megadrive model 1 used the YM2612 but the model 2 used YM3438. It looks like one audible difference was the lack of volume limiter in the accumulator unit of YM3438, according to the application notes.

I have implemented an YM3438 mode into JT12. I need one OSD switch to select Megadrive model. The difference is extremely noticeable in the "ring" sound of Sonic.

Thank you,
Pepe

@robinsonb5
Copy link
Collaborator

Done - the dipswitches signal is now 16 bits wide rather than 12. Bit 5 is mapped to the model 2 select (which is now a menu item). Since this is so closely related to the channel mute idea, I've done that too, and bits 6-12 are now toggled by keys 1 - 7 (above qwerty, not keypad).

@jotego
Copy link
Collaborator Author

jotego commented Mar 5, 2017 via email

@phoboz phoboz closed this as completed Mar 8, 2017
phoboz pushed a commit that referenced this issue Oct 25, 2018
6 button gamepad + some fixes (need firmware update!)
phoboz pushed a commit that referenced this issue Oct 25, 2018
Fixes VDPFifoTestROM #12 and Bass Master Classic Pro logo.
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

No branches or pull requests

3 participants