mirror of
https://github.com/holub/mame
synced 2025-05-30 09:33:05 +03:00
(MESS) fixed tk80
This commit is contained in:
parent
0095bf8ae1
commit
9c8f5a5872
@ -48,7 +48,7 @@ ICS8080
|
||||
#include "cpu/i8085/i8085.h"
|
||||
#include "machine/i8255.h"
|
||||
#include "machine/keyboard.h"
|
||||
//#include "tk80.lh"
|
||||
#include "tk80.lh"
|
||||
|
||||
|
||||
class tk80_state : public driver_device
|
||||
@ -283,7 +283,7 @@ static MACHINE_CONFIG_START( tk80, tk80_state )
|
||||
MCFG_CPU_IO_MAP(tk80_io)
|
||||
|
||||
/* video hardware */
|
||||
// MCFG_DEFAULT_LAYOUT(layout_tk80)
|
||||
MCFG_DEFAULT_LAYOUT(layout_tk80)
|
||||
|
||||
/* Devices */
|
||||
MCFG_I8255_ADD( "ppi8255_0", ppi_intf_0 )
|
||||
|
@ -2605,7 +2605,7 @@ $(MESS_DRIVERS)/svision.o: $(MESS_LAYOUT)/svision.lh
|
||||
$(MESS_DRIVERS)/svmu.o: $(MESS_LAYOUT)/svmu.lh
|
||||
$(MESS_DRIVERS)/sym1.o: $(MESS_LAYOUT)/sym1.lh
|
||||
$(MESS_DRIVERS)/tec1.o: $(MESS_LAYOUT)/tec1.lh
|
||||
$(MESS_DRIVERS)/tk80bs.o: $(MESS_LAYOUT)/tk80.lh
|
||||
$(MESS_DRIVERS)/tk80.o: $(MESS_LAYOUT)/tk80.lh
|
||||
$(MESS_DRIVERS)/tm990189.o: $(MESS_LAYOUT)/tm990189.lh $(MESS_LAYOUT)/tm990189v.lh
|
||||
$(MESS_DRIVERS)/unixpc.o: $(MESS_LAYOUT)/unixpc.lh
|
||||
$(MESS_DRIVERS)/ut88.o: $(MESS_LAYOUT)/ut88mini.lh
|
||||
|
Loading…
Reference in New Issue
Block a user