summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/southbridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/southbridge.c')
-rw-r--r--src/mess/machine/southbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/southbridge.c b/src/mess/machine/southbridge.c
index bccd53e7686..ba1fbd3b6c8 100644
--- a/src/mess/machine/southbridge.c
+++ b/src/mess/machine/southbridge.c
@@ -183,7 +183,7 @@ southbridge_device::southbridge_device(const machine_config &mconfig, device_typ
IRQ_CALLBACK_MEMBER(southbridge_device::at_irq_callback)
{
- return m_pic8259_master->inta_r();
+ return m_pic8259_master->inta_r();
}
//-------------------------------------------------