trunk/src/mame/drivers/champbwl.c
r241394 | r241395 | |
167 | 167 | m_palette(*this, "palette"), |
168 | 168 | m_x1(*this, "x1snd") { } |
169 | 169 | |
170 | | int m_screenflip;
|
| 170 | int m_screenflip; |
171 | 171 | |
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; |
174 | 174 | required_device<palette_device> m_palette; |
175 | 175 | required_device<x1_010_device> m_x1; |
176 | 176 | UINT8 m_last_trackball_val[2]; |
r241394 | r241395 | |
180 | 180 | DECLARE_MACHINE_START(champbwl); |
181 | 181 | DECLARE_MACHINE_RESET(champbwl); |
182 | 182 | DECLARE_MACHINE_START(doraemon); |
183 | | DECLARE_PALETTE_INIT(champbwl);
|
| 183 | DECLARE_PALETTE_INIT(champbwl); |
184 | 184 | UINT32 screen_update_champbwl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
185 | 185 | UINT32 screen_update_doraemon(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
186 | 186 | void screen_eof_champbwl(screen_device &screen, bool state); |