summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/rom/rom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/rom/rom.cpp')
-rw-r--r--src/devices/bus/bbc/rom/rom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/rom/rom.cpp b/src/devices/bus/bbc/rom/rom.cpp
index 9e9193d0d70..f798de11c6a 100644
--- a/src/devices/bus/bbc/rom/rom.cpp
+++ b/src/devices/bus/bbc/rom/rom.cpp
@@ -42,7 +42,7 @@ void bbc_rom_device::device_start()
// read
//-------------------------------------------------
-READ8_MEMBER(bbc_rom_device::read)
+uint8_t bbc_rom_device::read(offs_t offset)
{
uint32_t size = std::min((int32_t)get_rom_size(), 0x4000);