mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
No Idea why GIT wants to commit this
This commit is contained in:
parent
abd3f590e4
commit
07445e6e99
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user