summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/smioc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/smioc.h')
-rw-r--r--src/devices/machine/smioc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/smioc.h b/src/devices/machine/smioc.h
index 83b4ab29d89..f1046fb94f8 100644
--- a/src/devices/machine/smioc.h
+++ b/src/devices/machine/smioc.h
@@ -30,6 +30,7 @@ class smioc_device : public device_t
public:
/* Constructor and Destructor */
smioc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ void smioc_mem(address_map &map);
protected:
/* Device-level overrides */
virtual void device_start() override;