summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MetalliC <0vetal0@gmail.com>2020-01-05 16:35:38 +0200
committer MetalliC <0vetal0@gmail.com>2020-01-05 16:35:38 +0200
commit8418276a5b43a7a2cc3b320579e69e835a32cfa1 (patch)
tree5a7c18e4fae85a3f249214f15769f1afaa2dbaab
parentc539a89a589b89d084b2e295478181c8050e60d2 (diff)
new NOT_WORKING machine
----------------------- Mirage World (satellite) [WX JF]
-rw-r--r--src/mame/drivers/segasp.cpp22
-rw-r--r--src/mame/mame.lst1
2 files changed, 22 insertions, 1 deletions
diff --git a/src/mame/drivers/segasp.cpp b/src/mame/drivers/segasp.cpp
index db29c66da11..5187aef9719 100644
--- a/src/mame/drivers/segasp.cpp
+++ b/src/mame/drivers/segasp.cpp
@@ -61,7 +61,7 @@ Love & Berry 3 CHN ???-????? MDA-C0071 CF EXP
Marine & Marine ???-????? no ???-????-???? AAFE-xxxxxxxxxxx
Medalink 837-14699 no
Medalink 837-14700 no
-Mirage World ???-????? no ???-????-???? AAFE-xxxxxxxxxxx, Medal
+Mirage World (SP MRW SATL) 834-14713 ROM ANY ???-????-???? AAFG-01A3xxxxxxx, Medal
Monopoly: The Medal ???-????? no ???-????-???? AAFE-xxxxxxxxxxx, Medal
Monopoly: The Medal 2nd Edition ???-????? no ???-????-???? AAFE-xxxxxxxxxxx, Medal
Mushiking 2K6 2ND ???-????? no ???-????-???? AAFE-xxxxxxxxxxx
@@ -502,6 +502,25 @@ ROM_START( lovebero )
ROM_LOAD( "317-0446-com.ic15", 0, 0x800, BAD_DUMP CRC(60f56bf2) SHA1(35e697aca7213e3fb1ebe75bb8991b1b992af6d9) )
ROM_END
+// Mirage World
+// "coin pusher" type medal game machine, consists of "Main", "Center" and several "Satellite" units connected via Ethernet.
+// Only Satellite unit was dumped, Main and Center units is missing.
+// 834-14713 SP MRW SATL
+ROM_START( mirworld )
+ SEGASP_BIOS
+ ROM_DEFAULT_BIOS( "v201" )
+ SEGASP_EXP
+ SEGASP_MISC
+
+ ROM_REGION( 0x08000000, "rom_board", ROMREGION_ERASE)
+ ROM_LOAD( "ic62", 0x00000000, 0x4000000, CRC(beda1ded) SHA1(a493a298d8fbe1fa2c66423da2dee378e691a7f4) )
+ ROM_LOAD( "ic63", 0x04000000, 0x4000000, CRC(ec7e58cb) SHA1(8c6a45da31cd87a71b8e2f7454dc31bc2891210b) )
+
+ ROM_PARAMETER( ":rom_board:id", "5502" ) // 2x 512Mbit FlashROMs
+
+ ROM_REGION( 0x800, "pic_readout", ROMREGION_ERASEFF ) // not populated
+ROM_END
+
ROM_START( ochaken )
SEGASP_BIOS
ROM_DEFAULT_BIOS( "v201" )
@@ -673,6 +692,7 @@ GAME( 2009, brickppl,segasp, segasp, segasp, segasp_state, init_segasp, R
GAME( 2005, dinoking,segasp, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "Dinosaur King (USA)", GAME_FLAGS )
GAME( 2006, lovebery,segasp, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "Love And Berry - 1st-2nd Collection (Export, Ver 2.000)", GAME_FLAGS )
GAME( 2006, lovebero,lovebery, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "Love And Berry - 1st-2nd Collection (Export, Ver 1.003)", GAME_FLAGS )
+GAME( 2007, mirworld,segasp, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "Mirage World (satellite)", GAME_FLAGS )
GAME( 2007, ochaken, segasp, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "Ocha-Ken Hot Medal", GAME_FLAGS )
GAME( 2009, tetgiant,segasp, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "Tetris Giant / Tetris Dekaris (Ver.2.000)", GAME_FLAGS )
// These use a CF card
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index fe012da26e2..e57de215058 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -35666,6 +35666,7 @@ loveber3 //
loveber3cn //
lovebero //
lovebery // 2004.10 Oshare Majo Love and Berry / Fashionable Witch Love and Berry
+mirworld // 2007.06 Mirage World (satellite)
ochaken //
segasp //
tetgiano //