No Idea why GIT wants to commit this

This commit is contained in:
Cowering 2014-10-22 11:49:59 -05:00
parent abd3f590e4
commit 07445e6e99

View File

@ -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);