summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/esripsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/esripsys.h')
-rw-r--r--src/mame/includes/esripsys.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/esripsys.h b/src/mame/includes/esripsys.h
index a34bd4ea950..900dbf273f0 100644
--- a/src/mame/includes/esripsys.h
+++ b/src/mame/includes/esripsys.h
@@ -127,6 +127,10 @@ public:
required_device<screen_device> m_screen;
ESRIP_DRAW(esripsys_draw);
void esripsys(machine_config &config);
+ void frame_cpu_map(address_map &map);
+ void game_cpu_map(address_map &map);
+ void sound_cpu_map(address_map &map);
+ void video_cpu_map(address_map &map);
};
#endif // MAME_INCLUDES_ESRIPSYS_H