summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/iteagle.cpp
diff options
context:
space:
mode:
author andreasnaive <andreasnaive@gmail.com>2019-03-25 23:13:40 +0100
committer andreasnaive <andreasnaive@gmail.com>2019-03-25 23:13:40 +0100
commitb380514764cf857469bae61c11143a19f79a74c5 (patch)
tree63c8012e262618f08a332da31dd714281aa2c5ed /src/mame/drivers/iteagle.cpp
parentc24473ddff715ecec2e258a6eb38960cf8c8e98e (diff)
Revert "conflict resolution (nw)"
This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
Diffstat (limited to 'src/mame/drivers/iteagle.cpp')
-rw-r--r--src/mame/drivers/iteagle.cpp65
1 files changed, 26 insertions, 39 deletions
diff --git a/src/mame/drivers/iteagle.cpp b/src/mame/drivers/iteagle.cpp
index 47d71274c40..eef52e1f4ed 100644
--- a/src/mame/drivers/iteagle.cpp
+++ b/src/mame/drivers/iteagle.cpp
@@ -165,8 +165,7 @@ void iteagle_state::machine_reset()
{
}
-void iteagle_state::iteagle(machine_config &config)
-{
+MACHINE_CONFIG_START(iteagle_state::iteagle)
/* basic machine hardware */
VR4310LE(config, m_maincpu, 166666666);
m_maincpu->set_icache_size(16384);
@@ -207,89 +206,77 @@ void iteagle_state::iteagle(machine_config &config)
screen.set_size(512, 384);
screen.set_visarea(0, 512 - 1, 0, 384 - 1);
screen.set_screen_update(PCI_ID_VIDEO, FUNC(voodoo_pci_device::screen_update));
-}
+MACHINE_CONFIG_END
-void iteagle_state::gtfore01(machine_config &config)
-{
+MACHINE_CONFIG_START(iteagle_state::gtfore01)
iteagle(config);
m_fpga->set_init_info(0x01000401, 0x0b0b0b);
m_eeprom->set_info(0x0401, 0x7);
-}
+MACHINE_CONFIG_END
-void iteagle_state::gtfore02(machine_config &config)
-{
+MACHINE_CONFIG_START(iteagle_state::gtfore02)
iteagle(config);
m_fpga->set_init_info(0x01000402, 0x020201);
m_eeprom->set_info(0x0402, 0x7);
-}
+MACHINE_CONFIG_END
-void iteagle_state::gtfore03(machine_config &config)
-{
+MACHINE_CONFIG_START(iteagle_state::gtfore03)
iteagle(config);
m_fpga->set_init_info(0x01000403, 0x0a0b0a);
m_eeprom->set_info(0x0403, 0x7);
-}
+MACHINE_CONFIG_END
-void iteagle_state::gtfore04(machine_config &config)
-{
+MACHINE_CONFIG_START(iteagle_state::gtfore04)
iteagle(config);
m_fpga->set_init_info(0x01000404, 0x0a020b);
m_eeprom->set_info(0x0404, 0x7);
-}
+MACHINE_CONFIG_END
-void iteagle_state::gtfore05(machine_config &config)
-{
+MACHINE_CONFIG_START(iteagle_state::gtfore05)
iteagle(config);
m_fpga->set_init_info(0x01000405, 0x0b0a0c);
m_eeprom->set_info(0x0405, 0x7);
-}
+MACHINE_CONFIG_END
-void iteagle_state::gtfore06(machine_config &config)
-{
+MACHINE_CONFIG_START(iteagle_state::gtfore06)
iteagle(config);
m_fpga->set_init_info(0x01000406, 0x0c0b0d);
m_eeprom->set_info(0x0406, 0x9);
-}
+MACHINE_CONFIG_END
-void iteagle_state::carnking(machine_config &config)
-{
+MACHINE_CONFIG_START(iteagle_state::carnking)
iteagle(config);
m_fpga->set_init_info(0x01000a01, 0x0e0a0a);
m_eeprom->set_info(0x0a01, 0x9);
-}
+MACHINE_CONFIG_END
-void iteagle_state::bbh(machine_config &config)
-{
+MACHINE_CONFIG_START(iteagle_state::bbh)
iteagle(config);
// 0xXX01XXXX = tournament board
m_fpga->set_init_info(0x02010600, 0x0b0a0a);
m_eeprom->set_info(0x0000, 0x7);
-}
+MACHINE_CONFIG_END
-void iteagle_state::bbhsc(machine_config &config)
-{
+MACHINE_CONFIG_START(iteagle_state::bbhsc)
iteagle(config);
// 0xXX01XXXX = tournament board
m_fpga->set_init_info(0x02010600, 0x0c0a0a);
m_eeprom->set_info(0x0000, 0x7);
-}
+MACHINE_CONFIG_END
-void iteagle_state::bbh2sp(machine_config &config)
-{
+MACHINE_CONFIG_START(iteagle_state::bbh2sp)
iteagle(config);
m_fpga->set_init_info(0x02010602, 0x0d0a0a);
m_eeprom->set_info(0x0000, 0x7);
-}
+MACHINE_CONFIG_END
-void iteagle_state::bbhcotw(machine_config &config)
-{
+MACHINE_CONFIG_START(iteagle_state::bbhcotw)
iteagle(config);
m_fpga->set_init_info(0x02010603, 0x080704);
m_eeprom->set_info(0x0603, 0x9);
-}
+MACHINE_CONFIG_END
-void iteagle_state::virtpool(machine_config &config)
-{
+MACHINE_CONFIG_START(iteagle_state::virtpool)
iteagle(config);
// Not sure what the actual value should be
// Setting a lower frequency helps delay the tutorial screen premature cut-out
@@ -302,7 +289,7 @@ void iteagle_state::virtpool(machine_config &config)
m_fpga->set_init_info(0x01000202, 0x080808);
m_eeprom->set_info(0x0202, 0x7);
-}
+MACHINE_CONFIG_END
/*************************************