-
Notifications
You must be signed in to change notification settings - Fork 12
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
Implement Bootup Soundboard communication #32
Comments
Combined READ:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During bootup (at least WPC-95 boards) the CPU board and the audio board communicate. One easy way to see if the communication works is when you start Monster Bash, when in attraction mode open cabinet door. then the DMD display will show different message, among others the sound board version.
Pinmame implement this properly (because Pinmame implement the sound board on CPU level)
Start Pinmame using
./mame64 -window -c -debug mb_10
. Data dumps until "Credits" screen is visible.WPC_SOUND_CONTROL_STATUS / 0x3FDD
READ
Enable debug mode using
wp 16349,1,r
:WRITE
-> No write command
WPC_SOUND_DATA / 0x3FDC
READ
Enable debug mode using
wp 16348,1,r
:WRITE
-> No write command
The text was updated successfully, but these errors were encountered: