Fix compile. Added member declaration to senjyo.h

This commit is contained in:
couriersud 2015-01-06 02:14:07 +01:00
parent 0da897e990
commit 8fefbb2969

View File

@ -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);