summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/apollo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/apollo.c')
-rw-r--r--src/mess/machine/apollo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/apollo.c b/src/mess/machine/apollo.c
index 3315635550e..bf842dae2cb 100644
--- a/src/mess/machine/apollo.c
+++ b/src/mess/machine/apollo.c
@@ -691,9 +691,9 @@ IRQ_CALLBACK_MEMBER(apollo_state::apollo_pic_acknowledge)
READ8_MEMBER( apollo_state::apollo_pic8259_get_slave_ack )
{
- MLOG1(("apollo_pic8259_get_slave_ack: offset=%x", offset));
+ MLOG1(("apollo_pic8259_get_slave_ack: offset=%x", offset));
- return offset == 3 ? m_pic8259_slave->inta_r() : 0;
+ return offset == 3 ? m_pic8259_slave->inta_r() : 0;
}
WRITE_LINE_MEMBER( apollo_state::apollo_pic8259_master_set_int_line ) {