summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spg2xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/spg2xx.h')
-rw-r--r--src/devices/machine/spg2xx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/machine/spg2xx.h b/src/devices/machine/spg2xx.h
index ec99c6f0533..6eaf6c32b2d 100644
--- a/src/devices/machine/spg2xx.h
+++ b/src/devices/machine/spg2xx.h
@@ -78,6 +78,7 @@ protected:
void internal_map(address_map &map);
+ DECLARE_WRITE8_MEMBER(fiq_vector_w);
DECLARE_WRITE_LINE_MEMBER(videoirq_w);
DECLARE_WRITE_LINE_MEMBER(audioirq_w);
DECLARE_WRITE_LINE_MEMBER(timerirq_w);
@@ -117,6 +118,8 @@ protected:
emu_timer *m_screenpos_timer;
+ uint8_t m_fiq_vector;
+
required_device<screen_device> m_screen;
void configure_spg_io(spg2xx_io_device* io);