summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jr200.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jr200.cpp')
-rw-r--r--src/mame/drivers/jr200.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/jr200.cpp b/src/mame/drivers/jr200.cpp
index 8e2e631304b..236726645fa 100644
--- a/src/mame/drivers/jr200.cpp
+++ b/src/mame/drivers/jr200.cpp
@@ -359,7 +359,7 @@ WRITE8_MEMBER(jr200_state::mn1271_io_w)
{
case 0xc805: break; //LPT printer port W
case 0xc816: if (data!=0) {
- m_timer_d->adjust(attotime::zero, 0, attotime::from_hz(XTAL_14_31818MHz) * (m_mn1271_ram[0x17]*0x100 + m_mn1271_ram[0x18]));
+ m_timer_d->adjust(attotime::zero, 0, attotime::from_hz(XTAL(14'318'181)) * (m_mn1271_ram[0x17]*0x100 + m_mn1271_ram[0x18]));
} else {
m_timer_d->adjust(attotime::zero, 0, attotime::zero);
}
@@ -535,7 +535,7 @@ void jr200_state::machine_reset()
MACHINE_CONFIG_START(jr200_state::jr200)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", M6802, XTAL_14_31818MHz / 4) /* MN1800A, ? Mhz assumption that it is same as JR-100*/
+ MCFG_CPU_ADD("maincpu", M6802, XTAL(14'318'181) / 4) /* MN1800A, ? Mhz assumption that it is same as JR-100*/
MCFG_CPU_PROGRAM_MAP(jr200_mem)
// MCFG_CPU_ADD("mn1544", MN1544, ?)