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

OPL implementation does not init some "incorrectly used" registers properly #859

Open
M3wP opened this issue Jan 31, 2025 · 0 comments
Open
Assignees
Labels
enhancement A feature request or other kind of enhancement.

Comments

@M3wP
Copy link
Contributor

M3wP commented Jan 31, 2025

Test Environment (required)
You can use MEGA65INFO to retrieve this.

  • Platform: any
  • Core Commit: current
  • ROM Release: not related

Describe the bug
The OPL implementation is something of a "down-sized" OPL3 masquerading as an OPL2. Currently, the registers $C0-$C8 need to be initialised to $F0 in order for any sound to be produced. Any other value put in those registers causes no sound to be produced. These registers aren't meant to be used for an OPL2.

To Reproduce
Try to use the OPL... You need to init the registers as above and not change them.

Expected behavior
The values should be correctly initialised by the hardware and not allowed to change.

Screenshots

Additional context

@M3wP M3wP added the new New report, not classified yet label Jan 31, 2025
@lydon42 lydon42 added enhancement A feature request or other kind of enhancement. and removed new New report, not classified yet labels Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A feature request or other kind of enhancement.
Projects
None yet
Development

No branches or pull requests

2 participants