diff --git a/src/mame/drivers/funworld.cpp b/src/mame/drivers/funworld.cpp index 7f3cc1321bc..48427f7ca3b 100644 --- a/src/mame/drivers/funworld.cpp +++ b/src/mame/drivers/funworld.cpp @@ -3055,7 +3055,6 @@ void lunapark_state::machine_start() void lunapark_state::machine_reset() { - funworld_state::machine_reset(); uint8_t seldsw = (ioport("SELDSW")->read() ); popmessage("ROM Bank: %02X", seldsw); diff --git a/src/mame/includes/funworld.h b/src/mame/includes/funworld.h index 1f5157a142d..36e203c13a6 100644 --- a/src/mame/includes/funworld.h +++ b/src/mame/includes/funworld.h @@ -40,8 +40,6 @@ public: DECLARE_PALETTE_INIT(funworld); DECLARE_VIDEO_START(magicrd2); DECLARE_VIDEO_START(chinatow); - DECLARE_MACHINE_START(lunapark); - DECLARE_MACHINE_RESET(lunapark); uint32_t screen_update_funworld(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); void royalcd1(machine_config &config); void royalcd2(machine_config &config);