-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add skeleton for Casio CPS-2000 #13591
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
Conversation
---------- Casio CPS-2000 [BCM, Devin Acker]
src/mame/casio/cz1.cpp
Outdated
MSM6200(config, "kbd").irq_cb().set_inputline(m_mcu, MCS48_INPUT_IRQ); | ||
MSM6200(config, "kbd", 2'470'000).irq_cb().set_inputline(m_mcu, MCS48_INPUT_IRQ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where’s this frequency coming from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You’re supposed to use _XTAL
markup for those. I’ll fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even for ceramics?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, if it’s a crystal/resonator, use _XTAL
markup. If it’s an RC/LC circuit or something, just put in the frequency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes xtal.cpp includes ceramic oscillators.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to know, thanks.
The code looked fine after a quick skim. I’d just like clarification on where that MSM6200 clock frequency comes from. |
Also some fixes to the uPD934 and MSM6200.
New NOT_WORKING machine
Casio CPS-2000 [BCM, Devin Acker]