summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/centronics/nec_p72.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/centronics/nec_p72.h')
-rw-r--r--src/devices/bus/centronics/nec_p72.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/centronics/nec_p72.h b/src/devices/bus/centronics/nec_p72.h
index 959d670c945..f7ba6d59a73 100644
--- a/src/devices/bus/centronics/nec_p72.h
+++ b/src/devices/bus/centronics/nec_p72.h
@@ -22,7 +22,6 @@ public:
// construction/destruction
nec_p72_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- void p72_mem(address_map &map);
protected:
nec_p72_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
@@ -35,6 +34,8 @@ protected:
private:
required_device<cpu_device> m_maincpu;
+
+ void p72_mem(address_map &map);
};
// device type definition