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

Bug - PCFX not displaying 7MHz mode same as real console #117

Open
dshadoff opened this issue Dec 4, 2022 · 0 comments
Open

Bug - PCFX not displaying 7MHz mode same as real console #117

dshadoff opened this issue Dec 4, 2022 · 0 comments
Labels
PC-FX NEC PC-FX related

Comments

@dshadoff
Copy link
Member

dshadoff commented Dec 4, 2022

The 7MHz dotclock (used by the HuC6270) does work, but Mednafen ignores it with certain timings (even values which my composite monitor & actual machine accepts).

(Tested using liberis examples)
Normally, the settings for a 5MHz dotclock would be something like what is used in the liberis examples:
eris_low_sup_set_video_mode(0, 2, 2, 4, 0x1F, 0x11, 2, 239, 2);

These should be changed when a 7MHz dotclock is used to something more like:
eris_low_sup_set_video_mode(0, 3, 3, 6, 0x2B, 0x11, 2, 239, 2);

Mednafen will display properly with the modified settings; however, it's not clear what the threshold of operation is.

@pceDev16 pceDev16 added the PC-FX NEC PC-FX related label Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PC-FX NEC PC-FX related
Projects
None yet
Development

No branches or pull requests

2 participants