New machines marked as NOT WORKING

----------------------------------
- Sequential Circuits Prophet-600 [R. Belmont]
This commit is contained in:
arbee 2016-01-09 19:09:08 -05:00
parent 85d3168bd1
commit fcfeae0220
2 changed files with 9 additions and 0 deletions

View File

@ -816,6 +816,7 @@ function linkProjects_mame_mess(_target, _subtarget)
"sanyo",
"saturn",
"sega",
"sequential",
"sgi",
"sharp",
"siemens",
@ -2439,6 +2440,11 @@ files {
MAME_DIR .. "src/mame/machine/megacdcd.h",
}
createMESSProjects(_target, _subtarget, "sequential")
files {
MAME_DIR .. "src/mame/drivers/prophet600.cpp",
}
createMESSProjects(_target, _subtarget, "sgi")
files {
MAME_DIR .. "src/mame/machine/sgi.cpp",

View File

@ -119,6 +119,9 @@ dcdev // 1998 Sega HKT-0120 Sega Dreamcast Development Box
svmu // 1998 Sega Visual Memory Unit
// Sequential Circuits
prpht600 // 1983 Sequential Circuits
// Sony
psj // 1994 Sony PlayStation (Japan)
psu // 1995 Sony PlayStation (USA)