From 0932b4cf940b86e5b8d7a1d817c0e4b5f42ad5fb Mon Sep 17 00:00:00 2001 From: MetalliC <0vetal0@gmail.com> Date: Tue, 25 Apr 2023 18:23:11 +0300 Subject: new NOT_WORKING machine ----------------------- Isshoni Wanwan Waiwai Puppy 2008 [Darksoft, MetalliC, rtw] --- src/mame/mame.lst | 1 + src/mame/sega/segasp.cpp | 27 +++++++++++++++++++++++++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index e1029cd2915..aca45a8d284 100755 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -39455,6 +39455,7 @@ dinokich // 2010.05 Konglongwang - D-Kids VS Alpha Yaosai dinoki4 // 2008.08 Kodai Ouja Kyouryuu King - Mezame yo! Arata-naru Chikara!! (Japan, Ver 4.000) (MDA-C0061) dinoking // 2005.09 Kodai Ouja Kyouryuu King / Ancient Ruler Dinosaur King dinokior // +isshoni // 2008.?? Isshoni Wanwan Waiwai Puppy 2008 huhimage // 2019.01 Heat Up Hockey Image (Ver.1.003R) kingyo // 2009.10 Yataimura Kingyosukui (1-player, Japan, Ver 1.005) kingyoch // 2009.03 Yataimura Kingyosukui (4-player, China, Ver 1.000) diff --git a/src/mame/sega/segasp.cpp b/src/mame/sega/segasp.cpp index f5ea037f824..966103c7404 100644 --- a/src/mame/sega/segasp.cpp +++ b/src/mame/sega/segasp.cpp @@ -61,8 +61,8 @@ Disney: Magical Dream Dance on Stage ???-????? no Future Police Patrol Chase ???-????? no ???-????-???? AAFE-xxxxxxxxxxx Heat Up Hockey Image 834000201 TSB0-SEGA00001 CF JP ???-????-???? AAFE-xxxxxxxxxxx Issyouni Turbo Drive ???-????? no ???-????-???? AAFE-01E91305101 -Issyouni Wanwan (INW 2K7 1ST) 834-14747 no ???-????-???? AAFE-xxxxxxxxxxx -Issyouni Wanwan Waiwai Puppy (INW PUPPY) 834-14826 MDA-C0052 no ???-????-???? AAFE-xxxxxxxxxxx +Isshoni Wanwan Waiwai Puppy 2008 834-14747 ROM 253-5508-0496J AAFE-01E34655005 +Isshoni Wanwan Waiwai Puppy (INW PUPPY) 834-14826 MDA-C0052 no ???-????-???? AAFE-xxxxxxxxxxx King of Beetle: Battle Terminal ???-????? no ???-????-???? AAFE-xxxxxxxxxxx Kouchu ouja Mushiking Popo no boukenhen 834-14583 no JP ???-????-???? AAFE-xxxxxxxxxxx Love & Berry 2K5 Spring/Summer 834-14535 MDA-C0003 no JP ???-????-???? AAFE-xxxxxxxxxxx @@ -498,6 +498,28 @@ ROM_START( dinoking ) ROM_LOAD( "317-0408-com.ic15", 0, 0x800, CRC(f77c49dc) SHA1(e10173bbbd5930ed159cec9a7dba308e2a3f3c43) ) ROM_END +ROM_START( isshoni ) + SEGASP_BIOS + ROM_DEFAULT_BIOS( "v201" ) + SEGASP_JP + SEGASP_MISC + + ROM_REGION( 0x20000000, "rom_board", ROMREGION_ERASEFF ) + ROM_LOAD( "ic62", 0x00000000, 0x4000000, CRC(82a71af8) SHA1(368e197d4f5393506e1a0c6bcd31a1c4a650b6a6) ) + ROM_LOAD( "ic63", 0x04000000, 0x4000000, CRC(d4f65679) SHA1(0921fc06d08c21c00607832c009f5b8f977f2b0f) ) + ROM_LOAD( "ic64", 0x08000000, 0x4000000, CRC(28c764c8) SHA1(4c8c023e2da59f7f98c9d1ad6ff94a0ebfee7167) ) + ROM_LOAD( "ic65", 0x0c000000, 0x4000000, CRC(906e7df8) SHA1(0553658ac3b1130203c993b2afe40359d65fab6f) ) + ROM_LOAD( "ic66s", 0x10000000, 0x4000000, CRC(7815e178) SHA1(490eb5439ad2d2d38dbfdf659178522abc29e8f6) ) + ROM_LOAD( "ic67s", 0x14000000, 0x4000000, CRC(8d2c6567) SHA1(42120e99364f33f856ff1085e19e9600d8ea009d) ) + ROM_LOAD( "ic68s", 0x18000000, 0x4000000, CRC(d8213da3) SHA1(818bdceb326854c4d45bcbea309356e3e2c98051) ) + // IC69S populated, empty + + ROM_PARAMETER( ":rom_board:id", "5508" ) // 8x 512Mbit FlashROMs + + ROM_REGION( 0x800, "pic_readout", 0 ) + ROM_LOAD( "317-0496-jpn.ic15", 0, 0x800, CRC(7bca4250) SHA1(241c335deeaccd079028603432bf0f87185cb46d) ) +ROM_END + ROM_START( kingyo ) SEGASP_BIOS ROM_DEFAULT_BIOS( "v201" ) @@ -905,6 +927,7 @@ GAME( 2009, bingogal,segasp, segasp, segasp, segasp_state, init_segasp, R GAME( 2009, bingogals,segasp, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "Bingo Galaxy (satellite)", GAME_FLAGS ) // 28.05.2009 GAME( 2009, brickppl,segasp, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "Brick People / Block PeePoo (Ver 1.002)", GAME_FLAGS ) GAME( 2005, dinoking,segasp, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "Dinosaur King (USA)", GAME_FLAGS ) +GAME( 2008, isshoni,segasp, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "Isshoni Wanwan Waiwai Puppy 2008", GAME_FLAGS ) // いっしょにワンワンわいわいパピー 2008 GAME( 2009, kingyo,segasp, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "Yataimura Kingyosukui (1-player, Japan, Ver 1.005)", 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 ) -- cgit v1.2.3