From 9015aa76fec164afae97d7f92fc113faac4d89bc Mon Sep 17 00:00:00 2001 From: Robbbert Date: Mon, 7 Jan 2019 01:20:28 +1100 Subject: [PATCH] (nw) timelimt : fixed hbmame problem --- src/mame/includes/timelimt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mame/includes/timelimt.h b/src/mame/includes/timelimt.h index e600d5ab864..175d6e3ea22 100644 --- a/src/mame/includes/timelimt.h +++ b/src/mame/includes/timelimt.h @@ -27,7 +27,6 @@ protected: virtual void machine_start() override; virtual void video_start() override; -private: required_device m_maincpu; required_device m_audiocpu; required_device m_gfxdecode;