mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
ertictac.c: Spelling correction - NW
This commit is contained in:
parent
0a31598064
commit
91074eefe4
@ -221,7 +221,7 @@ static const i2cmem_interface i2cmem_interface =
|
||||
|
||||
static MACHINE_CONFIG_START( ertictac, ertictac_state )
|
||||
|
||||
MCFG_CPU_ADD("maincpu", ARM, XTAL_24MHz/3) /* guess, 12MHz 8MHz or 6MHz, what's the correct devider 2, 3 or 4? */
|
||||
MCFG_CPU_ADD("maincpu", ARM, XTAL_24MHz/3) /* guess, 12MHz 8MHz or 6MHz, what's the correct divider 2, 3 or 4? */
|
||||
MCFG_CPU_PROGRAM_MAP(ertictac_map)
|
||||
MCFG_CPU_PERIODIC_INT(ertictac_podule_irq,60) // FIXME: timing of this
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user