summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_cart/nomapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx_cart/nomapper.h')
-rw-r--r--src/devices/bus/msx_cart/nomapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/msx_cart/nomapper.h b/src/devices/bus/msx_cart/nomapper.h
index 7b29b6a69b3..eb5e40e1d08 100644
--- a/src/devices/bus/msx_cart/nomapper.h
+++ b/src/devices/bus/msx_cart/nomapper.h
@@ -21,7 +21,7 @@ public:
virtual void initialize_cartridge() override;
- virtual DECLARE_READ8_MEMBER(read_cart) override;
+ virtual uint8_t read_cart(offs_t offset) override;
private:
uint32_t m_start_address;