summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/champbwl.c
diff options
context:
space:
mode:
author Cowering <cowering@users.noreply.github.com>2014-10-22 11:49:59 -0500
committer Cowering <cowering@users.noreply.github.com>2014-10-22 11:49:59 -0500
commit07445e6e99f51fa9858302bc05e0cf59183f640d (patch)
tree7c6439b41a346ba843f5ca7880494656d7e2fe77 /src/mame/drivers/champbwl.c
parentabd3f590e4ccd2f34647fb9854f2a65d90ab77fc (diff)
No Idea why GIT wants to commit this
Diffstat (limited to 'src/mame/drivers/champbwl.c')
-rw-r--r--src/mame/drivers/champbwl.c8
1 files 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<cpu_device> m_maincpu;
- required_device<seta001_device> m_seta001;
+ required_device<cpu_device> m_maincpu;
+ required_device<seta001_device> m_seta001;
required_device<palette_device> m_palette;
required_device<x1_010_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);