Previous 199869 Revisions Next

r32883 Wednesday 22nd October, 2014 at 16:49:59 UTC by Cowering
No Idea why GIT wants to commit this
[src/mame/drivers]champbwl.c

trunk/src/mame/drivers/champbwl.c
r241394r241395
167167      m_palette(*this, "palette"),
168168      m_x1(*this, "x1snd") { }
169169
170   int      m_screenflip;
170   int      m_screenflip;
171171
172   required_device<cpu_device> m_maincpu;
173   required_device<seta001_device> m_seta001;
172   required_device<cpu_device> m_maincpu;
173   required_device<seta001_device> m_seta001;
174174   required_device<palette_device> m_palette;
175175   required_device<x1_010_device> m_x1;
176176   UINT8    m_last_trackball_val[2];
r241394r241395
180180   DECLARE_MACHINE_START(champbwl);
181181   DECLARE_MACHINE_RESET(champbwl);
182182   DECLARE_MACHINE_START(doraemon);
183   DECLARE_PALETTE_INIT(champbwl);
183   DECLARE_PALETTE_INIT(champbwl);
184184   UINT32 screen_update_champbwl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
185185   UINT32 screen_update_doraemon(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
186186   void screen_eof_champbwl(screen_device &screen, bool state);


Previous 199869 Revisions Next


© 1997-2024 The MAME Team