mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
opwolf: add todo note about sound routing
This commit is contained in:
parent
4f7ed89ece
commit
161f08f3c5
@ -268,6 +268,10 @@ Raine source has standard Asuka/Mofflot sprite/tile priority:
|
||||
Raine simply kludges in this value, failing to read it from a
|
||||
register. So what is controlling priority.
|
||||
|
||||
Sound routing is wrong: according to schematics, msm0 goes to tc0060dca0 input 0,
|
||||
msm1 goes to tc0060dca0 input 1. ym2151 (mono) and tc0060dca0 outputs go to
|
||||
tc0060dca1 inputs. The 2nd tc0060dca is for total volume (opwolf_adpcm_d_w and
|
||||
opwolf_adpcm_e_w), outputs go to left/right speakers.
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include <cmath>
|
||||
|
||||
DEFINE_DEVICE_TYPE(TC0060DCA, tc0060dca_device, "tc0060dca", "Taito TC0060DCA")
|
||||
DEFINE_DEVICE_TYPE(TC0060DCA, tc0060dca_device, "tc0060dca", "Taito TC0060DCA volume control")
|
||||
|
||||
tc0060dca_device::tc0060dca_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
|
||||
device_t(mconfig, TC0060DCA, tag, owner, clock),
|
||||
|
Loading…
Reference in New Issue
Block a user