mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
midway/midwunit.cpp, psikyo/psikyo.cpp: small notes updates / corrections.
This commit is contained in:
parent
d37543c7db
commit
8060968351
@ -23,8 +23,9 @@
|
||||
BTANB:
|
||||
* umk3 Scorpion's "Get Over Here" sample gets cut off, ROM dumps confirmed good
|
||||
|
||||
NOTE: There is known to exist (currently not dumped) a Wrestlemania PCB with the following labels:
|
||||
Wrestlemania 1.0 U63 #8549 & Wrestlemania 1.0 U54 #40C7
|
||||
NOTE: There is known to exist a Wrestlemania PCB with the following labels:
|
||||
Wrestlemania 1.0 U63 #B549 & Wrestlemania 1.0 U54 #40C7
|
||||
These checksums match the version 1.1 dump.
|
||||
|
||||
***************************************************************************
|
||||
|
||||
|
@ -1191,7 +1191,7 @@ void psikyo_state::s1945(machine_config &config)
|
||||
/* sound hardware */
|
||||
SPEAKER(config, "mono").front_center();
|
||||
|
||||
ymf278b_device &ymf(YMF278B(config, "ymf", 33.8688_MHz_XTAL)); // YMF286-K instead on some PCBs
|
||||
ymf278b_device &ymf(YMF278B(config, "ymf", 33.8688_MHz_XTAL)); // YMF268-K instead on some PCBs
|
||||
ymf.irq_handler().set_inputline(m_audiocpu, 0);
|
||||
ymf.add_route(ALL_OUTPUTS, "mono", 1.0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user