new NOT_WORKING machine

-----------------------
Galileo Factory (main) [Darksoft, MetalliC, rtw]
This commit is contained in:
MetalliC 2023-06-29 18:29:44 +03:00
parent 2d40112a71
commit 6c11a00391
2 changed files with 19 additions and 0 deletions

View File

@ -39596,6 +39596,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 //
galilfac // 2008.10 Galileo Factory (main)
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)

View File

@ -59,6 +59,7 @@ Dinosaur King 2 Ver 2.501 China ???-????? MDA-C0081 CF EXP
Dinosaur King Ver 4.000 ???-????? MDA-C0061 CF JP 253-5508-0408 AAFE-xxxxxxxxxxx
Disney: Magical Dream Dance on Stage ???-????? no ???-????-???? AAFE-xxxxxxxxxxx
Future Police Patrol Chase ???-????? no ???-????-???? AAFE-xxxxxxxxxxx
Galileo Factory (main) 834-14773 F* ROM JP ???-????-???? AAFE-01F9856xxxx
Heat Up Hockey Image 834000201 TSB0-SEGA00001 CF JP ???-????-???? AAFE-xxxxxxxxxxx
Issyouni Turbo Drive ???-????? no ???-????-???? AAFE-01E91305101
Isshoni Wanwan Waiwai Puppy 2008 834-14747 ROM 253-5508-0496J AAFE-01E34655005
@ -534,6 +535,22 @@ ROM_START( dinoking )
ROM_LOAD( "317-0408-com.ic15", 0, 0x800, CRC(f77c49dc) SHA1(e10173bbbd5930ed159cec9a7dba308e2a3f3c43) )
ROM_END
ROM_START( galilfac )
SEGASP_BIOS
ROM_DEFAULT_BIOS( "v201" )
SEGASP_JP
SEGASP_MISC
ROM_REGION( 0x08000000, "rom_board", ROMREGION_ERASEFF )
ROM_LOAD( "ic62", 0x00000000, 0x4000000, CRC(37fda864) SHA1(e4cdb7b35a97285d609d445e7411200fd1cd1df4) )
ROM_LOAD( "ic63", 0x04000000, 0x4000000, CRC(c16707a7) SHA1(0dd9dc670a932b1a008f477f8cd7b68bce451a96) )
ROM_PARAMETER( ":rom_board:id", "5502" ) // 2x 512Mbit FlashROMs
ROM_REGION( 0x800, "pic_readout", 0 )
ROM_LOAD( "317-unk-jpn.ic15", 0, 0x800, BAD_DUMP CRC(f2233b04) SHA1(c44e717db0185634be79a59c005c0b96f6511962) ) // bruteforced, dumped PCB had no PIC key
ROM_END
ROM_START( isshoni )
SEGASP_BIOS
ROM_DEFAULT_BIOS( "v201" )
@ -965,6 +982,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, galilfac,segasp, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "Galileo Factory (main)", 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 )