Skip to content

Commit cb9ca12

Browse files
authored
unintended
1 parent 98b872e commit cb9ca12

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/devices/bus/spectrum/ay/slot.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,9 @@ void spectrum_ay_device::device_reset()
106106

107107
void spectrum_ay_device::device_add_mconfig(machine_config &config)
108108
{
109-
m_ay0
110-
.add_route(0, DEVICE_SELF_OWNER, 1.0, 0)
111-
.add_route(1, DEVICE_SELF_OWNER, 1.0, 1)
112-
.add_route(2, DEVICE_SELF_OWNER, 1.0, 2);
109+
m_ay0->add_route(0, DEVICE_SELF_OWNER, 1.0, 0)
110+
.add_route(1, DEVICE_SELF_OWNER, 1.0, 1)
111+
.add_route(2, DEVICE_SELF_OWNER, 1.0, 2);
113112
if (m_ay1)
114113
{
115114
m_ay1->add_route(0, DEVICE_SELF_OWNER, 1.0, 0)

0 commit comments

Comments
 (0)