mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
nyny: Another 6809 type (nw)
This commit is contained in:
parent
06cfc8fee8
commit
82059e236d
@ -588,7 +588,7 @@ void nyny_state::machine_reset()
|
||||
static MACHINE_CONFIG_START( nyny )
|
||||
|
||||
/* basic machine hardware */
|
||||
MCFG_CPU_ADD("maincpu", M6809, 1400000) /* 1.40 MHz? The clock signal is generated by analog chips */
|
||||
MCFG_CPU_ADD("maincpu", MC6809, 5600000) /* 1.40 MHz? The clock signal is generated by analog chips */
|
||||
MCFG_CPU_PROGRAM_MAP(nyny_main_map)
|
||||
MCFG_CPU_PERIODIC_INT_DRIVER(nyny_state, update_pia_1, 25)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user