From 8a001561df1b3dfabe07b5f073ea746da474ee2f Mon Sep 17 00:00:00 2001 From: MetalliC <0vetal0@gmail.com> Date: Tue, 21 Dec 2021 22:54:03 +0200 Subject: new NOT_WORKING machine ----------------------- Puyo Puyo! The Medal Edition [Darksoft, MetalliC, rtw] --- src/mame/drivers/segasp.cpp | 20 +++++++++++++++++++- src/mame/mame.lst | 1 + 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/segasp.cpp b/src/mame/drivers/segasp.cpp index 8ad718d1c46..4bd35057f7c 100644 --- a/src/mame/drivers/segasp.cpp +++ b/src/mame/drivers/segasp.cpp @@ -36,7 +36,7 @@ G1 bus PIO or DMA, or directly via banked area 0x0100xxxx in SH4 address space. todo: make this actually readable, we don't support unicode source files Title PCB ID REV CFID Dumped Region PIC MAIN BD Serial -Aminosan (satellite) 837-15041 F* yes JP 253-5508-0613J AAFG-01A40195003, Medal +Aminosan (satellite) 837-15041 F* ROM JP 253-5508-0613J AAFG-01A40195003, Medal Battle Police ???-????? no ???-????-???? AAFE-xxxxxxxxxxx Beetle DASH!! ???-????? no ???-????-???? AAFE-xxxxxxxxxxx Bingo Galaxy (main) 834-14788 C ROM JP 253-5508-0513J AAFE-01A37754716, AAFE-01E10924916, AAFE-01D67304905, Medal @@ -71,6 +71,7 @@ Monopoly: The Medal 2nd Edition ???-????? no Mushiking 2K6 2ND ???-????? no ???-????-???? AAFE-xxxxxxxxxxx Mushiking 2K7 1ST ???-????? MDA-C0028 no JP ???-????-???? AAFE-xxxxxxxxxxx Ocha-Ken Hot Medal (Medalink) 837-14790 G ROM JP unknown AAFE-01G03115212, Satellite Medal +Puyo Puyo! The Medal Edition (Medalink) 837-14875 F ROM JP 253-5508-0568J AAFE-01E78365014 Tetris Giant / Tetris Dekaris 834-14970 G MDA-C0076 CF ANY 253-5508-0604 AAFE-01G03025212 Tetris Giant / Tetris Dekaris Ver.2.000 834-14970 G ROM ANY 253-5508-0604 AAFE-xxxxxxxxxxx Thomas: The Tank Engine ???-????? no ???-????-???? AAFE-xxxxxxxxxxx @@ -598,6 +599,22 @@ ROM_START( ochaken ) ROM_LOAD( "317-unknown.ic15", 0, 0x800, BAD_DUMP CRC(0a6e8627) SHA1(01a0b66bffbf7caca8199b132a6014813f04843f) ) ROM_END +ROM_START( puyomedal ) + SEGASP_BIOS + ROM_DEFAULT_BIOS( "v201" ) + SEGASP_JP + SEGASP_MISC + + ROM_REGION( 0x08000000, "rom_board", ROMREGION_ERASE) + ROM_LOAD( "ic62", 0x00000000, 0x4000000, CRC(4fcfb8c7) SHA1(d1e7dfe7ff95d433c24a27befbb81de2a3527203) ) + ROM_LOAD( "ic63", 0x04000000, 0x4000000, CRC(0db8a64a) SHA1(6b6144d1e9b90cb1beb4ac65801ee0b261339106) ) + + ROM_PARAMETER( ":rom_board:id", "5502" ) // 2x 512Mbit FlashROMs + + ROM_REGION( 0x800, "pic_readout", 0 ) + ROM_LOAD( "317-0568-jpn.ic15", 0, 0x800, CRC(313e6987) SHA1(9bec2a2806e4ba018518b9f3cc157c35d08a0490) ) +ROM_END + ROM_START( tetgiant ) SEGASP_BIOS ROM_DEFAULT_BIOS( "v201" ) @@ -813,6 +830,7 @@ GAME( 2006, lovebero,lovebery, segasp, segasp, segasp_state, init_segasp, R GAME( 2013, manpuku,segasp, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "Manpuku Suizokukan", 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, puyomedal,segasp, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "Puyo Puyo! The Medal Edition", GAME_FLAGS ) GAME( 2009, tetgiant,segasp, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "Tetris Giant / Tetris Dekaris (Ver.2.000)", GAME_FLAGS ) GAME( 2009, unomedal,segasp, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "UNO the Medal", GAME_FLAGS ) // These use a CF card diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 04a0075ddc2..f6442de654a 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -37834,6 +37834,7 @@ lovebery // 2004.10 Oshare Majo Love and Berry / Fashiona manpuku // 2013.09 Manpuku Suizokukan mirworld // 2007.06 Mirage World (satellite) ochaken // +puyomedal // 2009.03 Puyo Puyo! The Medal Edition segasp // tetgiano // tetgiant // -- cgit v1.2.3