From 87da937b7f94464d2e7bd128bee024d39cfe901e Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Fri, 4 Oct 2019 18:07:24 +0200 Subject: [PATCH] src/mame/drivers/megasys1.cpp: fix compilation error (#5708) a forgotten semicolon --- src/mame/drivers/megasys1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/megasys1.cpp b/src/mame/drivers/megasys1.cpp index fa252e0559c..21b3dd679ca 100644 --- a/src/mame/drivers/megasys1.cpp +++ b/src/mame/drivers/megasys1.cpp @@ -543,7 +543,7 @@ void megasys1_state::kickoffb_sound_map(address_map &map) void megasys1_state::p47b_sound_map(address_map &map) { - kickoffb_sound_map(map) + kickoffb_sound_map(map); map(0x0a0000, 0x0a0003).noprw(); // OKI1 on the original map(0x0c0000, 0x0c0003).noprw(); // OKI2 on the original