summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pofo/rom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pofo/rom.cpp')
-rw-r--r--src/devices/bus/pofo/rom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pofo/rom.cpp b/src/devices/bus/pofo/rom.cpp
index ac336eb0b77..8155444783a 100644
--- a/src/devices/bus/pofo/rom.cpp
+++ b/src/devices/bus/pofo/rom.cpp
@@ -46,7 +46,7 @@ void portfolio_rom_card_device::device_start()
// nrdi_r - read
//-------------------------------------------------
-uint8_t portfolio_rom_card_device::nrdi_r(offs_t offset)
+uint8_t portfolio_rom_card_device::nrdi_r(address_space &space, offs_t offset)
{
return m_rom[offset];
}