summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/waveblaster/wg130.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/waveblaster/wg130.cpp')
-rw-r--r--src/devices/bus/waveblaster/wg130.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/waveblaster/wg130.cpp b/src/devices/bus/waveblaster/wg130.cpp
index 32aeae3c8a3..8c44347c2b7 100644
--- a/src/devices/bus/waveblaster/wg130.cpp
+++ b/src/devices/bus/waveblaster/wg130.cpp
@@ -77,8 +77,8 @@ void wg130_device::device_add_mconfig(machine_config &config)
{
GT913(config, m_gt913, 30_MHz_XTAL / 2);
m_gt913->set_addrmap(AS_DATA, &wg130_device::map);
- m_gt913->add_route(0, DEVICE_SELF_OWNER, 1.0, AUTO_ALLOC_INPUT, 0);
- m_gt913->add_route(1, DEVICE_SELF_OWNER, 1.0, AUTO_ALLOC_INPUT, 1);
+ m_gt913->add_route(0, DEVICE_SELF_OWNER, 1.0, 0);
+ m_gt913->add_route(1, DEVICE_SELF_OWNER, 1.0, 1);
m_gt913->read_port1().set_constant(0xff);
m_gt913->write_port1().set_nop();
m_gt913->read_port2().set_constant(0xff);