From c5219643162cb7d2a8688425a09008d28c8e2437 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Thu, 1 Feb 2018 10:04:01 +0100 Subject: API change: Memory maps are now methods of the owner class [O. Galibert] Also, a lot more freedom happened, that's going to be more visible soon. --- src/mame/includes/starshp1.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mame/includes/starshp1.h') diff --git a/src/mame/includes/starshp1.h b/src/mame/includes/starshp1.h index b588c5e180b..2006c8ba674 100644 --- a/src/mame/includes/starshp1.h +++ b/src/mame/includes/starshp1.h @@ -125,6 +125,7 @@ public: required_device m_screen; required_device m_palette; void starshp1(machine_config &config); + void starshp1_map(address_map &map); }; /*----------- defined in audio/starshp1.c -----------*/ -- cgit v1.2.3