mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
ptcsol.cpp: Clock note (nw)
This commit is contained in:
parent
db86c8eb7f
commit
f6d70f1db2
@ -733,7 +733,7 @@ void sol20_state::kbd_put(u8 data)
|
||||
|
||||
static MACHINE_CONFIG_START( sol20 )
|
||||
/* basic machine hardware */
|
||||
MCFG_CPU_ADD("maincpu",I8080, XTAL_14_31818MHz/7)
|
||||
MCFG_CPU_ADD("maincpu",I8080, XTAL_14_31818MHz / 7) // divider selectable as 5, 6 or 7 through jumpers
|
||||
MCFG_CPU_PROGRAM_MAP(sol20_mem)
|
||||
MCFG_CPU_IO_MAP(sol20_io)
|
||||
MCFG_I8085A_INTE(DEVWRITELINE("speaker", speaker_sound_device, level_w))
|
||||
|
Loading…
Reference in New Issue
Block a user