Previous 199869 Revisions Next

r31694 Monday 18th August, 2014 at 17:04:14 UTC by Osso
Removed some leftovers from metro.h (nw)
[src/mame/includes]metro.h

trunk/src/mame/includes/metro.h
r31693r31694
6363   optional_shared_ptr<UINT16> m_vram_2;
6464   required_shared_ptr<UINT16> m_spriteram;
6565   optional_shared_ptr<UINT16> m_tiletable;
66   UINT16 *    m_tiletable_old;
6766   optional_shared_ptr<UINT16> m_blitter_regs;
6867   optional_shared_ptr<UINT16> m_scroll;
6968   optional_shared_ptr<UINT16> m_window;
r31693r31694
213212protected:
214213   virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
215214};
216
217
218/*----------- defined in video/metro.c -----------*/
219void metro_draw_sprites(running_machine &machine, bitmap_ind16 &bitmap, const rectangle &cliprect);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team