From 07445e6e99f51fa9858302bc05e0cf59183f640d Mon Sep 17 00:00:00 2001 From: Cowering Date: Wed, 22 Oct 2014 11:49:59 -0500 Subject: No Idea why GIT wants to commit this --- src/mame/drivers/champbwl.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mame/drivers/champbwl.c b/src/mame/drivers/champbwl.c index 89ddec1af4d..04f3d488774 100644 --- a/src/mame/drivers/champbwl.c +++ b/src/mame/drivers/champbwl.c @@ -167,10 +167,10 @@ public: m_palette(*this, "palette"), m_x1(*this, "x1snd") { } - int m_screenflip; + int m_screenflip; - required_device m_maincpu; - required_device m_seta001; + required_device m_maincpu; + required_device m_seta001; required_device m_palette; required_device m_x1; UINT8 m_last_trackball_val[2]; @@ -180,7 +180,7 @@ public: DECLARE_MACHINE_START(champbwl); DECLARE_MACHINE_RESET(champbwl); DECLARE_MACHINE_START(doraemon); - DECLARE_PALETTE_INIT(champbwl); + DECLARE_PALETTE_INIT(champbwl); UINT32 screen_update_champbwl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); UINT32 screen_update_doraemon(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); void screen_eof_champbwl(screen_device &screen, bool state); -- cgit v1.2.3