mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
new NOT_WORKING machine
----------------------- Ocha-Ken Hot Medal [Darksoft]
This commit is contained in:
parent
8a6f73a2ad
commit
e88755bac1
@ -62,6 +62,7 @@ Monopoly: The Medal ???-????? no
|
||||
Monopoly: The Medal 2nd Edition ???-????? no ???-????-???? AAFE-xxxxxxxxxxx, Medal
|
||||
Mushiking 2K6 2ND ???-????? no ???-????-???? AAFE-xxxxxxxxxxx
|
||||
Mushiking 2K7 1ST ???-????? no ???-????-???? AAFE-xxxxxxxxxxx
|
||||
Ocha-Ken Hot Medal 837-14790 G ROM JP unknown AAFE-01G03115212, Satellite Medal
|
||||
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
|
||||
@ -442,6 +443,23 @@ ROM_START( lovebero )
|
||||
ROM_LOAD( "317-0446-com.ic15", 0, 0x800, BAD_DUMP CRC(60f56bf2) SHA1(35e697aca7213e3fb1ebe75bb8991b1b992af6d9) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( ochaken )
|
||||
SEGASP_BIOS
|
||||
ROM_DEFAULT_BIOS( "v201" )
|
||||
SEGASP_JP
|
||||
SEGASP_MISC
|
||||
|
||||
ROM_REGION( 0x08000000, "rom_board", ROMREGION_ERASE)
|
||||
ROM_LOAD( "ic62", 0x00000000, 0x4000000, CRC(7eb89b69) SHA1(5991c72df7ee68073f6de158f6ddf3f0490444ac) )
|
||||
ROM_LOAD( "ic63", 0x04000000, 0x4000000, CRC(e52d7885) SHA1(96485af39b7cbf3c7bfd403f673eb8678077bbe8) )
|
||||
|
||||
ROM_PARAMETER( ":rom_board:id", "5502" ) // 2x 512Mbit FlashROMs
|
||||
|
||||
ROM_REGION( 0x800, "pic_readout", 0 )
|
||||
// no PIC was provided with game board, brute forced key
|
||||
ROM_LOAD( "317-unknown.ic15", 0, 0x800, BAD_DUMP CRC(0a6e8627) SHA1(01a0b66bffbf7caca8199b132a6014813f04843f) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( tetgiant )
|
||||
SEGASP_BIOS
|
||||
ROM_DEFAULT_BIOS( "v201" )
|
||||
@ -542,6 +560,7 @@ GAME( 2009, brickppl,segasp, segasp, segasp, segasp_state, 0, ROT0, "S
|
||||
GAME( 2005, dinoking,segasp, segasp, segasp, segasp_state, 0, ROT0, "Sega", "Dinosaur King (USA)", GAME_FLAGS )
|
||||
GAME( 2006, lovebery,segasp, segasp, segasp, segasp_state, 0, ROT0, "Sega", "Love And Berry - 1st-2nd Collection (Export, Ver 2.000)", GAME_FLAGS )
|
||||
GAME( 2006, lovebero,lovebery, segasp, segasp, segasp_state, 0, ROT0, "Sega", "Love And Berry - 1st-2nd Collection (Export, Ver 1.003)", GAME_FLAGS )
|
||||
GAME( 2009, ochaken, segasp, segasp, segasp, segasp_state, 0, ROT0, "Sega", "Ocha-Ken Hot Medal", GAME_FLAGS )
|
||||
GAME( 2009, tetgiant,segasp, segasp, segasp, segasp_state, 0, ROT0, "Sega", "Tetris Giant / Tetris Dekaris (Ver.2.000)", GAME_FLAGS )
|
||||
// These use a CF card
|
||||
GAME( 2006, dinokior,segasp, segasp, segasp, segasp_state, 0, ROT0, "Sega", "Dinosaur King - Operation: Dinosaur Rescue (USA, Export) (MDA-C0021)", GAME_FLAGS )
|
||||
|
@ -33646,6 +33646,7 @@ dinokior //
|
||||
loveber3 //
|
||||
lovebero //
|
||||
lovebery // 2004.10 Oshare Majo Love and Berry / Fashionable Witch Love and Berry
|
||||
ochaken //
|
||||
segasp //
|
||||
tetgiano //
|
||||
tetgiant //
|
||||
|
Loading…
Reference in New Issue
Block a user