summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms57002/tms57002.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms57002/tms57002.h')
-rw-r--r--src/devices/cpu/tms57002/tms57002.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/tms57002/tms57002.h b/src/devices/cpu/tms57002/tms57002.h
index 120af046362..63376caaa79 100644
--- a/src/devices/cpu/tms57002/tms57002.h
+++ b/src/devices/cpu/tms57002/tms57002.h
@@ -26,6 +26,7 @@ public:
DECLARE_READ_LINE_MEMBER(pc0_r);
DECLARE_WRITE_LINE_MEMBER(sync_w);
+ void internal_pgm(address_map &map);
protected:
virtual void device_start() override;
virtual void device_reset() override;