summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vegas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vegas.cpp')
-rw-r--r--src/mame/drivers/vegas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vegas.cpp b/src/mame/drivers/vegas.cpp
index 19252c7a4a9..b0ac848a432 100644
--- a/src/mame/drivers/vegas.cpp
+++ b/src/mame/drivers/vegas.cpp
@@ -1750,7 +1750,7 @@ MACHINE_CONFIG_START(vegas_state::vegascore)
// PCI Bus Devices
MCFG_DEVICE_ADD(":pci", PCI_ROOT, 0)
- VRC5074(config, m_nile, vegas_state::SYSTEM_CLOCK, m_maincpu);
+ VRC5074(config, m_nile, 100000000, m_maincpu);
m_nile->set_sdram_size(0, 0x00800000);
m_nile->set_map(2, address_map_constructor(&vegas_state::vegas_cs2_map, "vegas_cs2_map", this), this);
m_nile->set_map(3, address_map_constructor(&vegas_state::vegas_cs3_map, "vegas_cs3_map", this), this);