summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/supercpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/supercpu.h')
-rw-r--r--src/devices/bus/c64/supercpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/c64/supercpu.h b/src/devices/bus/c64/supercpu.h
index 21b2464a9bf..006449400c1 100644
--- a/src/devices/bus/c64/supercpu.h
+++ b/src/devices/bus/c64/supercpu.h
@@ -29,7 +29,6 @@ public:
// construction/destruction
c64_supercpu_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- void c64_supercpu_map(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;
@@ -52,6 +51,8 @@ private:
required_shared_ptr<uint8_t> m_sram;
required_shared_ptr<uint8_t> m_dimm;
+
+ void c64_supercpu_map(address_map &map);
};