summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-05-28 00:15:56 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-05-28 00:15:59 -0400
commit6dbb8f13c4fee4fc37299f02defaf9d650982169 (patch)
tree003c70cbbd37723d9a5d10a9cdd1566b80bce5fc
parentc5d94ca2df8492ccc31639bd26d161fe79941fe9 (diff)
One more XTAL value typo fixed (nw)
-rw-r--r--src/mame/drivers/micronic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/micronic.cpp b/src/mame/drivers/micronic.cpp
index 5d2d44c95b4..a5aa1809f32 100644
--- a/src/mame/drivers/micronic.cpp
+++ b/src/mame/drivers/micronic.cpp
@@ -369,7 +369,7 @@ MACHINE_CONFIG_START(micronic_state::micronic)
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(micronic_state, micronic)
- MCFG_DEVICE_ADD(HD61830_TAG, HD61830, 4.9512_MHz_XTAL / 2 / 2)
+ MCFG_DEVICE_ADD(HD61830_TAG, HD61830, 4.9152_MHz_XTAL / 2 / 2)
/* sound hardware */
SPEAKER(config, "mono").front_center();