mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Fix compile. Added member declaration to senjyo.h
This commit is contained in:
parent
0da897e990
commit
8fefbb2969
@ -87,6 +87,7 @@ public:
|
|||||||
virtual void video_start();
|
virtual void video_start();
|
||||||
UINT32 screen_update_senjyo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
UINT32 screen_update_senjyo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||||
INTERRUPT_GEN_MEMBER(senjyo_interrupt);
|
INTERRUPT_GEN_MEMBER(senjyo_interrupt);
|
||||||
|
DECLARE_WRITE8_MEMBER(irq_ctrl_w);
|
||||||
DECLARE_READ8_MEMBER(pio_pa_r);
|
DECLARE_READ8_MEMBER(pio_pa_r);
|
||||||
void draw_bgbitmap(bitmap_ind16 &bitmap,const rectangle &cliprect);
|
void draw_bgbitmap(bitmap_ind16 &bitmap,const rectangle &cliprect);
|
||||||
void draw_radar(bitmap_ind16 &bitmap,const rectangle &cliprect);
|
void draw_radar(bitmap_ind16 &bitmap,const rectangle &cliprect);
|
||||||
|
Loading…
Reference in New Issue
Block a user