summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-01-26 14:34:25 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-01-26 14:34:25 -0500
commit75dcf9df124ebbc7e93a469f5ab3c81df4756c9a (patch)
tree637f95d815811678e54f0d063596ee057a6c28ce
parent68735745b0ef53b0cd3b3a6b4cd70d36ae81d81c (diff)
(nw)
-rw-r--r--src/devices/bus/isa/np600.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/np600.cpp b/src/devices/bus/isa/np600.cpp
index e0defaf02d0..e33558d757c 100644
--- a/src/devices/bus/isa/np600.cpp
+++ b/src/devices/bus/isa/np600.cpp
@@ -36,7 +36,7 @@ void np600a3_device::device_add_mconfig(machine_config &config)
I80186(config, m_npcpu, 16_MHz_XTAL);
m_npcpu->set_addrmap(AS_PROGRAM, &np600a3_device::mem_map);
- //I82586(config, "enet", 30_MHz_XTAL / 3); // what divider?
+ //I82586(config, "enet", 20_MHz_XTAL);
}
ROM_START(np600a3)