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/sage2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mame/includes/sage2.h') diff --git a/src/mame/includes/sage2.h b/src/mame/includes/sage2.h index 9b45334c44b..bb8ada66786 100644 --- a/src/mame/includes/sage2.h +++ b/src/mame/includes/sage2.h @@ -89,4 +89,5 @@ public: DECLARE_WRITE_LINE_MEMBER(write_centronics_select); DECLARE_WRITE_LINE_MEMBER(write_centronics_fault); void sage2(machine_config &config); + void sage2_mem(address_map &map); }; -- cgit v1.2.3