mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
(MESS) Moved teleprinter back to mess/machine. (nw)
This commit is contained in:
parent
f6758568e7
commit
0965c5e88a
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -1166,8 +1166,6 @@ src/emu/bus/rs232/rs232.c svneol=native#text/plain
|
||||
src/emu/bus/rs232/rs232.h svneol=native#text/plain
|
||||
src/emu/bus/rs232/ser_mouse.c svneol=native#text/plain
|
||||
src/emu/bus/rs232/ser_mouse.h svneol=native#text/plain
|
||||
src/emu/bus/rs232/teleprinter.c svneol=native#text/plain
|
||||
src/emu/bus/rs232/teleprinter.h svneol=native#text/plain
|
||||
src/emu/bus/rs232/terminal.c svneol=native#text/plain
|
||||
src/emu/bus/rs232/terminal.h svneol=native#text/plain
|
||||
src/emu/bus/s100/dj2db.c svneol=native#text/plain
|
||||
@ -8615,6 +8613,8 @@ src/mess/machine/swim.h svneol=native#text/plain
|
||||
src/mess/machine/swtpc09.c svneol=native#text/plain
|
||||
src/mess/machine/tandy2kb.c svneol=native#text/plain
|
||||
src/mess/machine/tandy2kb.h svneol=native#text/plain
|
||||
src/mess/machine/teleprinter.c svneol=native#text/plain
|
||||
src/mess/machine/teleprinter.h svneol=native#text/plain
|
||||
src/mess/machine/thomflop.c svneol=native#text/plain
|
||||
src/mess/machine/thomflop.h svneol=native#text/plain
|
||||
src/mess/machine/thomson.c svneol=native#text/plain
|
||||
|
@ -706,7 +706,6 @@ BUSOBJS += $(BUSOBJ)/rs232/keyboard.o
|
||||
BUSOBJS += $(BUSOBJ)/rs232/null_modem.o
|
||||
BUSOBJS += $(BUSOBJ)/rs232/rs232.o
|
||||
BUSOBJS += $(BUSOBJ)/rs232/ser_mouse.o
|
||||
BUSOBJS += $(BUSOBJ)/rs232/teleprinter.o
|
||||
BUSOBJS += $(BUSOBJ)/rs232/terminal.o
|
||||
endif
|
||||
|
||||
|
@ -850,6 +850,7 @@ $(MESSOBJ)/shared.a: \
|
||||
$(MESS_MACHINE)/microdrv.o \
|
||||
$(MESS_MACHINE)/smartmed.o \
|
||||
$(MESS_MACHINE)/sonydriv.o \
|
||||
$(MESS_MACHINE)/teleprinter.o \
|
||||
$(MESS_MACHINE)/z80bin.o \
|
||||
|
||||
#-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user