mirror of
https://github.com/holub/mame
synced 2025-05-27 16:21:34 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
2e49b856e7
@ -570,7 +570,7 @@ GFXDECODE_END
|
||||
MACHINE_CONFIG_START(gatron_state::gat)
|
||||
|
||||
/* basic machine hardware */
|
||||
MCFG_DEVICE_ADD("maincpu", Z80, MASTER_CLOCK/24)
|
||||
MCFG_DEVICE_ADD("maincpu", Z80, CPU_CLOCK)
|
||||
MCFG_DEVICE_PROGRAM_MAP(gat_map)
|
||||
MCFG_DEVICE_IO_MAP(gat_portmap)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user