mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
ts802 : removed note
This commit is contained in:
parent
e25a78af05
commit
389acda379
@ -71,7 +71,7 @@ static GENERIC_TERMINAL_INTERFACE( terminal_intf )
|
||||
|
||||
static MACHINE_CONFIG_START( ts802, ts802_state )
|
||||
/* basic machine hardware */
|
||||
MCFG_CPU_ADD("maincpu", Z80, 4000000) // more likely a 8080
|
||||
MCFG_CPU_ADD("maincpu", Z80, 4000000)
|
||||
MCFG_CPU_PROGRAM_MAP(ts802_mem)
|
||||
MCFG_CPU_IO_MAP(ts802_io)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user