diff options
author | 2013-08-03 13:15:43 +0000 | |
---|---|---|
committer | 2013-08-03 13:15:43 +0000 | |
commit | f0a18ca7a6e9fa0c12701cfb474e7f53b5b494ca (patch) | |
tree | 445426a8ec8a294aa1cf1b73a41487f0aa1a5213 /src/mess/machine/shark.c | |
parent | da2504eddb171685aa0f1ecf88b3397ba1476af6 (diff) |
i8085.c: Modernized cpu core (nw)
Diffstat (limited to 'src/mess/machine/shark.c')
-rw-r--r-- | src/mess/machine/shark.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mess/machine/shark.c b/src/mess/machine/shark.c index d82cb5d2f4f..ecd1f514a06 100644 --- a/src/mess/machine/shark.c +++ b/src/mess/machine/shark.c @@ -72,19 +72,6 @@ ADDRESS_MAP_END //------------------------------------------------- -// I8085_CONFIG( cpu_intf ) -//------------------------------------------------- - -static I8085_CONFIG( cpu_intf ) -{ - DEVCB_NULL, - DEVCB_NULL, - DEVCB_NULL, - DEVCB_NULL -}; - - -//------------------------------------------------- // rs232_port_interface rs232_intf //------------------------------------------------- @@ -105,7 +92,6 @@ static const rs232_port_interface rs232_intf = static MACHINE_CONFIG_FRAGMENT( shark ) // basic machine hardware MCFG_CPU_ADD(I8085_TAG, I8085A, 1000000) - MCFG_CPU_CONFIG(cpu_intf) MCFG_CPU_PROGRAM_MAP(shark_mem) MCFG_CPU_IO_MAP(shark_io) |