summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/iteagle_fpga.h
diff options
context:
space:
mode:
author Ted Green <tedgreen99@protonmail.com>2018-06-29 09:12:00 -0600
committer Ted Green <tedgreen99@protonmail.com>2018-06-29 09:12:20 -0600
commita9f194398af68ab8b5cd15b423c4bf77ae661adb (patch)
tree8d414ccba794b54a8e12319633d5d84af921b9cd /src/mame/machine/iteagle_fpga.h
parentf369cf9945ca7b1fea6c47dc88247431f0681b93 (diff)
iteagle: Remove runtime tag lookups. (nw)
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;