mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Correct manufacturer info for darkmist
- Move darkmist and t5182 from libtaito to libseibu (nw)
This commit is contained in:
parent
7e9d3cedff
commit
d531cabf59
@ -3245,13 +3245,16 @@ files {
|
||||
|
||||
createMAMEProjects(_target, _subtarget, "seibu")
|
||||
files {
|
||||
MAME_DIR .. "src/mame/drivers/airraid.cpp",
|
||||
MAME_DIR .. "src/mame/drivers/bloodbro.cpp",
|
||||
MAME_DIR .. "src/mame/includes/bloodbro.h",
|
||||
MAME_DIR .. "src/mame/video/bloodbro.cpp",
|
||||
MAME_DIR .. "src/mame/drivers/cabal.cpp",
|
||||
MAME_DIR .. "src/mame/includes/cabal.h",
|
||||
MAME_DIR .. "src/mame/video/cabal.cpp",
|
||||
MAME_DIR .. "src/mame/drivers/airraid.cpp",
|
||||
MAME_DIR .. "src/mame/drivers/darkmist.cpp",
|
||||
MAME_DIR .. "src/mame/includes/darkmist.h",
|
||||
MAME_DIR .. "src/mame/video/darkmist.cpp",
|
||||
MAME_DIR .. "src/mame/drivers/dcon.cpp",
|
||||
MAME_DIR .. "src/mame/includes/dcon.h",
|
||||
MAME_DIR .. "src/mame/video/dcon.cpp",
|
||||
@ -3313,6 +3316,8 @@ files {
|
||||
MAME_DIR .. "src/mame/machine/seibuspi.h",
|
||||
MAME_DIR .. "src/mame/audio/seibu.cpp",
|
||||
MAME_DIR .. "src/mame/audio/seibu.h",
|
||||
MAME_DIR .. "src/mame/audio/t5182.cpp",
|
||||
MAME_DIR .. "src/mame/audio/t5182.h",
|
||||
MAME_DIR .. "src/mame/video/seibu_crtc.cpp",
|
||||
MAME_DIR .. "src/mame/video/seibu_crtc.h",
|
||||
}
|
||||
@ -3546,9 +3551,6 @@ files {
|
||||
MAME_DIR .. "src/mame/drivers/darius.cpp",
|
||||
MAME_DIR .. "src/mame/includes/darius.h",
|
||||
MAME_DIR .. "src/mame/video/darius.cpp",
|
||||
MAME_DIR .. "src/mame/drivers/darkmist.cpp",
|
||||
MAME_DIR .. "src/mame/includes/darkmist.h",
|
||||
MAME_DIR .. "src/mame/video/darkmist.cpp",
|
||||
MAME_DIR .. "src/mame/drivers/exzisus.cpp",
|
||||
MAME_DIR .. "src/mame/includes/exzisus.h",
|
||||
MAME_DIR .. "src/mame/video/exzisus.cpp",
|
||||
@ -3728,8 +3730,6 @@ files {
|
||||
MAME_DIR .. "src/mame/audio/taitosnd.h",
|
||||
MAME_DIR .. "src/mame/audio/taito_zm.cpp",
|
||||
MAME_DIR .. "src/mame/audio/taito_zm.h",
|
||||
MAME_DIR .. "src/mame/audio/t5182.cpp",
|
||||
MAME_DIR .. "src/mame/audio/t5182.h",
|
||||
MAME_DIR .. "src/mame/machine/taitoio.cpp",
|
||||
MAME_DIR .. "src/mame/machine/taitoio.h",
|
||||
MAME_DIR .. "src/mame/video/taito_helper.cpp",
|
||||
|
@ -469,4 +469,4 @@ DRIVER_INIT_MEMBER(darkmist_state,darkmist)
|
||||
|
||||
}
|
||||
|
||||
GAME( 1986, darkmist, 0, darkmist, darkmist, darkmist_state, darkmist, ROT270, "Taito Corporation", "The Lost Castle In Darkmist", MACHINE_IMPERFECT_GRAPHICS | MACHINE_NO_COCKTAIL | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1986, darkmist, 0, darkmist, darkmist, darkmist_state, darkmist, ROT270, "Seibu Kaihatsu (Taito license)", "The Lost Castle In Darkmist", MACHINE_IMPERFECT_GRAPHICS | MACHINE_NO_COCKTAIL | MACHINE_SUPPORTS_SAVE )
|
||||
|
Loading…
Reference in New Issue
Block a user