New skeleton driver for Sharp MZ-3500, nw

This commit is contained in:
Angelo Salese 2013-03-23 16:23:49 +00:00
parent af383b7325
commit 8acf855712
2 changed files with 3 additions and 0 deletions

View File

@ -919,6 +919,8 @@ mz80b // 1981 Sharp MZ80B
mz2000 // 1981 Sharp MZ2000
mz2200 // 1981 Sharp MZ2200
mz3500 // 198? Sharp MZ3500
mz6500 // 198? Sharp MZ6500
x1 // 1982 Sharp X1

View File

@ -1682,6 +1682,7 @@ $(MESSOBJ)/sharp.a: \
$(MESS_MACHINE)/x1.o \
$(MESS_DRIVERS)/x1twin.o \
$(MESS_DRIVERS)/mz2500.o \
$(MESS_DRIVERS)/mz3500.o \
$(MESS_DRIVERS)/pce220.o \
$(MESS_MACHINE)/pce220_ser.o\
$(MESS_DRIVERS)/mz6500.o \