summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/n2a03.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/n2a03.cpp')
-rw-r--r--src/devices/cpu/m6502/n2a03.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6502/n2a03.cpp b/src/devices/cpu/m6502/n2a03.cpp
index 0eb94cd52f3..b7aa0778ed7 100644
--- a/src/devices/cpu/m6502/n2a03.cpp
+++ b/src/devices/cpu/m6502/n2a03.cpp
@@ -70,7 +70,7 @@ WRITE_LINE_MEMBER(n2a03_device::apu_irq)
set_input_line(N2A03_APU_IRQ_LINE, state ? ASSERT_LINE : CLEAR_LINE);
}
-READ8_MEMBER(n2a03_device::apu_read_mem)
+uint8_t n2a03_device::apu_read_mem(offs_t offset)
{
return mintf->program->read_byte(offset);
}