summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/mc10/mc10_cart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/mc10/mc10_cart.h')
-rw-r--r--src/devices/bus/mc10/mc10_cart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/mc10/mc10_cart.h b/src/devices/bus/mc10/mc10_cart.h
index 428316527e2..4a4fc02df7c 100644
--- a/src/devices/bus/mc10/mc10_cart.h
+++ b/src/devices/bus/mc10/mc10_cart.h
@@ -47,7 +47,7 @@ public:
auto nmi_callback() { return m_nmi_callback.bind(); }
// address map manipulations
- address_space &memspace() const { return *m_memspace; };
+ address_space &memspace() const { return *m_memspace; }
// device-level overrides
virtual void device_start() override;