summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-12-02 16:48:52 +0100
committer hap <happppp@users.noreply.github.com>2019-12-02 16:48:52 +0100
commitd50d54348681491f3b2e416ac937861e01c14281 (patch)
tree72df42de5eb052a5002b926cd8e7bc2bb19c824a /src/mame
parent004f75e2c805f870cbb7aa017ea465146990e6cf (diff)
feagv9: 32mhz (nw)
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/fidel_eag68k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fidel_eag68k.cpp b/src/mame/drivers/fidel_eag68k.cpp
index f15e06173df..5c6fb8f8302 100644
--- a/src/mame/drivers/fidel_eag68k.cpp
+++ b/src/mame/drivers/fidel_eag68k.cpp
@@ -678,7 +678,7 @@ void eag_state::eagv9(machine_config &config)
eagv7(config);
/* basic machine hardware */
- M68030(config.replace(), m_maincpu, 32_MHz_XTAL/2); // also seen with 40MHz XTAL
+ M68030(config.replace(), m_maincpu, 32_MHz_XTAL); // also seen with 40MHz XTAL
m_maincpu->disable_interrupt_mixer();
m_maincpu->set_addrmap(AS_PROGRAM, &eag_state::eagv7_map);
}