mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
new NOT_WORKING machine
--------------------- Star Horse 2002 (sound, Export/Taiwan) [CoolFox, MetalliC]
This commit is contained in:
parent
c1268bf76c
commit
9ed404d66b
@ -571,7 +571,7 @@ SWP Hopper Board 840-0130C 24083 20
|
||||
Touch de Uno! 2 840-0022C 23071 6 (64Mb) present 317-0276-JPN requires 837-13844 JVS IO with DIPSW 5 On, ELO AccuTouch-compatible touch screen controller and special printer.
|
||||
Virtua Fighter 4 Evolution (World) 840-0106C 23934 20 (64Mb) present 317-0339-COM
|
||||
Virtua Tennis 2 / Power Smash 2 (Rev A) 840-0084C 22327A 18 (64Mb) present 317-0320-COM
|
||||
Star Horse 2002 Export (Taiwan) 840-0112B* 23964 6 (64Mb) present 317-0347-COM *no case
|
||||
Star Horse 2002 (Sound, Export/Taiwan) 840-0112B* 23964 6 (64Mb) present 317-0347-COM *no case
|
||||
|
||||
|
||||
PFSB 128M Mask ROM board
|
||||
@ -7934,7 +7934,27 @@ ROM_END
|
||||
|
||||
|
||||
/***** Star Horse 2002 *****/
|
||||
// nothing dumped
|
||||
// currently we have only Sound unit ROM board dumped, the rest is missing.
|
||||
// ID# 837-14351
|
||||
// ROM board ID# 840-0112B
|
||||
ROM_START( shors2k2 )
|
||||
NAOMI_BIOS
|
||||
NAOMI_DEFAULT_EEPROM
|
||||
|
||||
ROM_REGION( 0x4000000, "rom_board", ROMREGION_ERASEFF)
|
||||
ROM_LOAD( "epr-23964.ic11", 0x0000000, 0x0400000, CRC(26c53dac) SHA1(75225ebda115338f903b1ddba3ca3c62b5c9611d) )
|
||||
ROM_LOAD32_WORD( "opr-23965.ic17s", 0x1000000, 0x0800000, CRC(28fceb93) SHA1(b733ffddd1a59275ead8f4b95c9d6a1a7845c370) )
|
||||
ROM_LOAD32_WORD( "opr-23966.ic18", 0x1000002, 0x0800000, CRC(d3bb88b4) SHA1(ecbd2f2c0cd446f1b6cf2755aaa97dfcae15e10e) )
|
||||
ROM_LOAD32_WORD( "opr-23967.ic19s", 0x2000000, 0x0800000, CRC(7dae177e) SHA1(0f6b3bf8c28f0b45f523f1d38b4c1a18e3fe6a5b) )
|
||||
ROM_LOAD32_WORD( "opr-23968.ic20", 0x2000002, 0x0800000, CRC(20b3b237) SHA1(43c772b27927db1980ba5c916d1b5ec965a3fbfb) )
|
||||
ROM_LOAD32_WORD( "opr-23969.ic21s", 0x3000000, 0x0800000, CRC(1d8644b6) SHA1(2703ab9b7b02a2f1803562f49a05712dc4b513a2) )
|
||||
ROM_LOAD32_WORD( "opr-23970.ic22", 0x3000002, 0x0800000, CRC(dd0201a8) SHA1(4f9deeffeaf91c108b772ce557ae9a1b9ad08692) )
|
||||
|
||||
ROM_COPY( "rom_board", 0x1000000, 0x400000, 0xc00000 )
|
||||
|
||||
// 840-0112 2002 317-0347-COM Naomi
|
||||
ROM_PARAMETER( ":rom_board:key", "403431d2" )
|
||||
ROM_END
|
||||
|
||||
|
||||
/***** Star Horse Progress *****/
|
||||
@ -11167,6 +11187,7 @@ ROM_END
|
||||
/* 0088 */ GAME( 2001, drbyocwc, derbyocw, naomim2, naomi, naomi_state, init_naomi, ROT0, "Sega", "Derby Owners Club World Edition (Rev C)", GAME_FLAGS )
|
||||
/* 0088 */ GAME( 2005, derbyocw, naomi, naomim2, naomi, naomi_state, init_naomi, ROT0, "Sega", "Derby Owners Club World Edition EX (Rev D)", GAME_FLAGS )
|
||||
/* 0098 */ GAME( 2002, shootopl, naomi, naomim1, naomi, naomi_state, init_naomi, ROT0, "Sega", "Shootout Pool", GAME_FLAGS )
|
||||
/* 0112 */ GAME( 2002, shors2k2, naomi, naomim1, naomi, naomi_state, init_naomi, ROT0, "Sega", "Star Horse 2002 (sound, Export/Taiwan)", GAME_FLAGS )
|
||||
/* 0120 */ GAME( 2003, shorsepm, shorsep, naomim2, naomi, naomi_state, init_naomi, ROT0, "Sega", "Star Horse Progress (main screens, Rev B)", GAME_FLAGS )
|
||||
/* 0121 */ GAME( 2003, shorseps, shorsep, naomim2, naomi, naomi_state, init_naomi, ROT0, "Sega", "Star Horse Progress (sound & backup, Rev A)", GAME_FLAGS )
|
||||
/* 0122 */ GAME( 2003, shorsepl, shorsep, naomim2, naomi, naomi_state, init_naomi, ROT0, "Sega", "Star Horse Progress (live, Rev A)", GAME_FLAGS )
|
||||
|
@ -29864,6 +29864,7 @@ shorse // 2000.11.28 Star Horse (satellite)
|
||||
shorsem // 2000.?? Star Horse (main screens)
|
||||
shorsel // 2000.12 Star Horse (live and backup)
|
||||
shors2k1 // 2002.01.09 Star Horse 2001 (satellite, Rev B)
|
||||
shors2k2 // 2002.12.09 Star Horse 2002 (sound, Export/Taiwan)
|
||||
shorsep // 2003.12.01 Star Horse Progress (satellite, Rev A)
|
||||
shorsepm // 2003.?? Star Horse Progress (main screens, Rev B)
|
||||
shorseps // 2003.12.02 Star Horse Progress (sound & backup, Rev A)
|
||||
|
Loading…
Reference in New Issue
Block a user