summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/sns_spc7110.h
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2013-03-10 09:43:17 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2013-03-10 09:43:17 +0000
commit2eab9d04859f711b389296a4daa93b545bb2bb3b (patch)
tree273dbeeba62c454a755bb419f44f6e6d49bad52c /src/mess/machine/sns_spc7110.h
parente85a5663ae1c579cdc106c197dddbb565ed32c04 (diff)
(MESS) misc slot cleanups. nw.
Diffstat (limited to 'src/mess/machine/sns_spc7110.h')
-rw-r--r--src/mess/machine/sns_spc7110.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mess/machine/sns_spc7110.h b/src/mess/machine/sns_spc7110.h
index 73362a15cb3..acb29ed2bae 100644
--- a/src/mess/machine/sns_spc7110.h
+++ b/src/mess/machine/sns_spc7110.h
@@ -77,6 +77,7 @@ public:
// device-level overrides
virtual void device_start();
+ virtual void device_reset();
virtual void device_config_complete() { m_shortname = "sns_rom_spc7110"; }
// reading and writing
@@ -89,6 +90,7 @@ public:
virtual DECLARE_WRITE8_MEMBER(chip_write);
void spc7110_start();
+ void spc7110_reset();
UINT32 spc7110_datarom_addr(UINT32 addr, UINT32 len);
UINT32 spc7110_data_pointer();
UINT32 spc7110_data_adjust();
@@ -192,6 +194,7 @@ public:
// device-level overrides
virtual void device_start();
+ virtual void device_reset();
virtual void device_config_complete() { m_shortname = "sns_rom_spc7110rtc"; }
// reading and writing