trunk/src/mame/includes/metro.h
| r31693 | r31694 | |
| 63 | 63 | optional_shared_ptr<UINT16> m_vram_2; |
| 64 | 64 | required_shared_ptr<UINT16> m_spriteram; |
| 65 | 65 | optional_shared_ptr<UINT16> m_tiletable; |
| 66 | | UINT16 * m_tiletable_old; |
| 67 | 66 | optional_shared_ptr<UINT16> m_blitter_regs; |
| 68 | 67 | optional_shared_ptr<UINT16> m_scroll; |
| 69 | 68 | optional_shared_ptr<UINT16> m_window; |
| r31693 | r31694 | |
| 213 | 212 | protected: |
| 214 | 213 | virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr); |
| 215 | 214 | }; |
| 216 | | |
| 217 | | |
| 218 | | /*----------- defined in video/metro.c -----------*/ |
| 219 | | void metro_draw_sprites(running_machine &machine, bitmap_ind16 &bitmap, const rectangle &cliprect); |