summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32082/tms32082.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms32082/tms32082.h')
-rw-r--r--src/devices/cpu/tms32082/tms32082.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/tms32082/tms32082.h b/src/devices/cpu/tms32082/tms32082.h
index 88f968584a7..77337c66171 100644
--- a/src/devices/cpu/tms32082/tms32082.h
+++ b/src/devices/cpu/tms32082/tms32082.h
@@ -74,6 +74,7 @@ public:
void set_command_callback(write32_delegate callback);
+ void mp_internal_map(address_map &map);
protected:
// device level overrides
virtual void device_start() override;
@@ -161,6 +162,7 @@ public:
PP_PC = 1
};
+ void pp_internal_map(address_map &map);
protected:
// device level overrides
virtual void device_start() override;