mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
New machines marked as NOT WORKING
---------------------------------- - Sequential Circuits Prophet-600 [R. Belmont]
This commit is contained in:
parent
85d3168bd1
commit
fcfeae0220
@ -816,6 +816,7 @@ function linkProjects_mame_mess(_target, _subtarget)
|
|||||||
"sanyo",
|
"sanyo",
|
||||||
"saturn",
|
"saturn",
|
||||||
"sega",
|
"sega",
|
||||||
|
"sequential",
|
||||||
"sgi",
|
"sgi",
|
||||||
"sharp",
|
"sharp",
|
||||||
"siemens",
|
"siemens",
|
||||||
@ -2439,6 +2440,11 @@ files {
|
|||||||
MAME_DIR .. "src/mame/machine/megacdcd.h",
|
MAME_DIR .. "src/mame/machine/megacdcd.h",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
createMESSProjects(_target, _subtarget, "sequential")
|
||||||
|
files {
|
||||||
|
MAME_DIR .. "src/mame/drivers/prophet600.cpp",
|
||||||
|
}
|
||||||
|
|
||||||
createMESSProjects(_target, _subtarget, "sgi")
|
createMESSProjects(_target, _subtarget, "sgi")
|
||||||
files {
|
files {
|
||||||
MAME_DIR .. "src/mame/machine/sgi.cpp",
|
MAME_DIR .. "src/mame/machine/sgi.cpp",
|
||||||
|
@ -119,6 +119,9 @@ dcdev // 1998 Sega HKT-0120 Sega Dreamcast Development Box
|
|||||||
|
|
||||||
svmu // 1998 Sega Visual Memory Unit
|
svmu // 1998 Sega Visual Memory Unit
|
||||||
|
|
||||||
|
// Sequential Circuits
|
||||||
|
prpht600 // 1983 Sequential Circuits
|
||||||
|
|
||||||
// Sony
|
// Sony
|
||||||
psj // 1994 Sony PlayStation (Japan)
|
psj // 1994 Sony PlayStation (Japan)
|
||||||
psu // 1995 Sony PlayStation (USA)
|
psu // 1995 Sony PlayStation (USA)
|
||||||
|
Loading…
Reference in New Issue
Block a user