mirror of
https://github.com/holub/mame
synced 2025-07-07 02:50:50 +03:00
miuchiz: fix flags, at least. Message should have been "split driver into per-game entries".
new non working system Miuchiz Bratz Cloe [Lord Nightmare] Miuchiz Bratz Yasmin [Lord Nightmare] Miuchiz Monsterz Creeper [Lord Nightmare] Miuchiz Monsterz Inferno [Lord Nightmare] Miuchiz Monsterz Roc [Lord Nightmare] Miuchiz Pawz Dash [Lord Nightmare] Miuchiz Pawz Spike [Lord Nightmare]
This commit is contained in:
parent
ee9580d0a8
commit
59f55ed83a
@ -224,11 +224,11 @@ ROM_END
|
||||
} // anonymous namespace
|
||||
|
||||
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
|
||||
COMP( 2006, miuchiz, 0, 0, miuchiz, miuchiz, miuchiz_state, empty_init, "MGA Entertainment", "Miuchiz Virtual Companions common bios", MACHINE_IS_BIOS_ROOT | MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 2006, mcb_cloe, miuchiz, 0, miuchiz, miuchiz, miuchiz_state, empty_init, "MGA Entertainment", "Miuchiz Bratz Cloe", MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 2006, mcb_yasmin, miuchiz, 0, miuchiz, miuchiz, miuchiz_state, empty_init, "MGA Entertainment", "Miuchiz Bratz Yasmin", MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 2006, mcm_creeper, miuchiz, 0, miuchiz, miuchiz, miuchiz_state, empty_init, "MGA Entertainment", "Miuchiz Monsterz Creeper", MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 2006, mcm_inferno, miuchiz, 0, miuchiz, miuchiz, miuchiz_state, empty_init, "MGA Entertainment", "Miuchiz Monsterz Inferno", MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 2006, mcm_roc, miuchiz, 0, miuchiz, miuchiz, miuchiz_state, empty_init, "MGA Entertainment", "Miuchiz Monsterz Roc", MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 2006, mcp_dash, miuchiz, 0, miuchiz, miuchiz, miuchiz_state, empty_init, "MGA Entertainment", "Miuchiz Pawz Dash", MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 2006, mcp_spike, miuchiz, 0, miuchiz, miuchiz, miuchiz_state, empty_init, "MGA Entertainment", "Miuchiz Pawz Spike", MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 2006, miuchiz, 0, 0, miuchiz, miuchiz, miuchiz_state, empty_init, "MGA Entertainment", "Miuchiz Virtual Companions common bios", MACHINE_NOT_WORKING|MACHINE_IS_BIOS_ROOT | MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 2006, mcb_cloe, miuchiz, 0, miuchiz, miuchiz, miuchiz_state, empty_init, "MGA Entertainment", "Miuchiz Bratz Cloe", MACHINE_NOT_WORKING|MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 2006, mcb_yasmin, miuchiz, 0, miuchiz, miuchiz, miuchiz_state, empty_init, "MGA Entertainment", "Miuchiz Bratz Yasmin", MACHINE_NOT_WORKING|MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 2006, mcm_creeper, miuchiz, 0, miuchiz, miuchiz, miuchiz_state, empty_init, "MGA Entertainment", "Miuchiz Monsterz Creeper", MACHINE_NOT_WORKING|MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 2006, mcm_inferno, miuchiz, 0, miuchiz, miuchiz, miuchiz_state, empty_init, "MGA Entertainment", "Miuchiz Monsterz Inferno", MACHINE_NOT_WORKING|MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 2006, mcm_roc, miuchiz, 0, miuchiz, miuchiz, miuchiz_state, empty_init, "MGA Entertainment", "Miuchiz Monsterz Roc", MACHINE_NOT_WORKING|MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 2006, mcp_dash, miuchiz, 0, miuchiz, miuchiz, miuchiz_state, empty_init, "MGA Entertainment", "Miuchiz Pawz Dash", MACHINE_NOT_WORKING|MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 2006, mcp_spike, miuchiz, 0, miuchiz, miuchiz, miuchiz_state, empty_init, "MGA Entertainment", "Miuchiz Pawz Spike", MACHINE_NOT_WORKING|MACHINE_SUPPORTS_SAVE )
|
||||
|
Loading…
Reference in New Issue
Block a user