midway/midwunit.cpp, psikyo/psikyo.cpp: small notes updates / corrections.

This commit is contained in:
Ivan Vangelista 2022-09-24 06:34:23 +02:00
parent d37543c7db
commit 8060968351
2 changed files with 4 additions and 3 deletions

View File

@ -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.
***************************************************************************

View File

@ -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);