source org: merge intv with mattel

This commit is contained in:
hap 2022-06-29 17:14:37 +02:00
parent 71fcb2c354
commit bd97560ea9
10 changed files with 4 additions and 11 deletions

View File

@ -1386,7 +1386,6 @@ function linkProjects_mame_mame(_target, _subtarget)
"intel", "intel",
"interpro", "interpro",
"interton", "interton",
"intv",
"irem", "irem",
"isc", "isc",
"itech", "itech",
@ -2443,12 +2442,6 @@ files {
MAME_DIR .. "src/mame/interton/*.h", MAME_DIR .. "src/mame/interton/*.h",
} }
createMAMEProjects(_target, _subtarget, "intv")
files {
MAME_DIR .. "src/mame/intv/*.cpp",
MAME_DIR .. "src/mame/intv/*.h",
}
createMAMEProjects(_target, _subtarget, "irem") createMAMEProjects(_target, _subtarget, "irem")
files { files {
MAME_DIR .. "src/mame/irem/*.cpp", MAME_DIR .. "src/mame/irem/*.cpp",

View File

@ -17465,7 +17465,7 @@ ip6800 // Intergraph InterPro/InterServe 68x0
@source:misc/intrscti.cpp @source:misc/intrscti.cpp
intrscti // ???? intrscti // ????
@source:intv/intv.cpp @source:mattel/intv.cpp
intv // Mattel Intellivision - 1979 AKA INTV intv // Mattel Intellivision - 1979 AKA INTV
intv2 // Mattel Intellivision II- 1982? intv2 // Mattel Intellivision II- 1982?
intvecs // 1983 - Mattel Intellivision w/ECS and IntelliVoice expansions intvecs // 1983 - Mattel Intellivision w/ECS and IntelliVoice expansions
@ -20966,7 +20966,7 @@ matmania // TA-0015 (c) 1985 + Taito America license
@source:misc/matrix.cpp @source:misc/matrix.cpp
matrix // matrix //
@source:mattel/mattelchess.cpp @source:mattel/chess.cpp
mchess mchess
@source:trs/max80.cpp @source:trs/max80.cpp

View File

@ -393,7 +393,6 @@ intel/sdk85.cpp
intel/sdk86.cpp intel/sdk86.cpp
interpro/interpro.cpp interpro/interpro.cpp
interton/vc4000.cpp interton/vc4000.cpp
intv/intv.cpp
isc/compucolor.cpp isc/compucolor.cpp
jazz/jazz.cpp jazz/jazz.cpp
kawai/kawai_acr20.cpp kawai/kawai_acr20.cpp
@ -440,8 +439,9 @@ matsushi/jr100.cpp
matsushi/jr200.cpp matsushi/jr200.cpp
matsushi/myb3k.cpp matsushi/myb3k.cpp
mattel/aquarius.cpp mattel/aquarius.cpp
mattel/chess.cpp
mattel/intv.cpp
mattel/juicebox.cpp mattel/juicebox.cpp
mattel/mattelchess.cpp
mb/microvsn.cpp mb/microvsn.cpp
mb/milton6805.cpp mb/milton6805.cpp
mchester/ssem.cpp mchester/ssem.cpp