summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/iteagle_fpga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/iteagle_fpga.h')
-rw-r--r--src/mame/machine/iteagle_fpga.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mame/machine/iteagle_fpga.h b/src/mame/machine/iteagle_fpga.h
index 3f2a33d44bf..c6ad0285edc 100644
--- a/src/mame/machine/iteagle_fpga.h
+++ b/src/mame/machine/iteagle_fpga.h
@@ -71,9 +71,16 @@ private:
optional_device<nvram_device> m_e1_nvram;
required_device<scc85c30_device> m_scc1;
required_device<screen_device> m_screen;
+ required_device<device_execute_interface> m_cpu;
+ required_ioport m_io_system;
+ required_ioport m_io_in1;
+ required_ioport m_io_sw5;
+ optional_ioport m_io_trackx;
+ optional_ioport m_io_tracky;
+ optional_ioport m_io_gunx;
+ optional_ioport m_io_guny;
emu_timer * m_timer;
- required_device<device_execute_interface> m_cpu;
int m_irq_num;
int m_serial_irq_num;