mirror of
https://github.com/holub/mame
synced 2025-04-27 10:43:07 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
9b3929f54a
@ -87,6 +87,7 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_senjyo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
INTERRUPT_GEN_MEMBER(senjyo_interrupt);
|
||||
DECLARE_WRITE8_MEMBER(irq_ctrl_w);
|
||||
DECLARE_READ8_MEMBER(pio_pa_r);
|
||||
void draw_bgbitmap(bitmap_ind16 &bitmap,const rectangle &cliprect);
|
||||
void draw_radar(bitmap_ind16 &bitmap,const rectangle &cliprect);
|
||||
|
Loading…
Reference in New Issue
Block a user