mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
new NOT_WORKING machine
----------------------- Soreyuke Anpanman Crayon Kids [ShouTime, Bill D, Surgeville, Sean Sutton, George Walsh, Evan Korzon, Dulleron, SpinalFeyd, Gyrovision, Bryce Van Horn, Paul Vining, Charles MacDonald, Smitdogg, The Dumping Union]
This commit is contained in:
parent
6f21bc5a98
commit
ab04f338e4
@ -1682,6 +1682,9 @@ static INPUT_PORTS_START( pc9801rs )
|
||||
PORT_DIPNAME( 0x08, 0x00, "Graphic Function" ) // DSW 1-8
|
||||
PORT_DIPSETTING( 0x08, "Basic (8 Colors)" )
|
||||
PORT_DIPSETTING( 0x00, "Expanded (16/4096 Colors)" )
|
||||
PORT_DIPNAME( 0x10, 0x10, "Display Type" ) // LCD display, 98DO Demo explicitly wants it to be non-Plasma
|
||||
PORT_DIPSETTING( 0x10, "RGB" )
|
||||
PORT_DIPSETTING( 0x00, "Plasma" )
|
||||
|
||||
PORT_MODIFY("ROM_LOAD")
|
||||
PORT_BIT( 0x03, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
|
@ -3572,6 +3572,22 @@ ROM_START( patocar )
|
||||
ROM_LOAD( "patocar.nv", 0x0000, 0x0080, CRC(d9873ee8) SHA1(e74747816bba6745afd718b0beec67a884c6a31c) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( sackids )
|
||||
STV_BIOS
|
||||
|
||||
ROM_REGION32_BE( 0x3000000, "cart", ROMREGION_ERASE00 ) /* SH2 code */
|
||||
ROM_LOAD16_WORD_SWAP( "ic22.bin", 0x0200000, 0x200000, CRC(4d9d1870) SHA1(c702964af2767b0db4ca1d6c7d07356e675d5efd) )
|
||||
ROM_LOAD16_WORD_SWAP( "ic24.bin", 0x0400000, 0x200000, CRC(39fca3e5) SHA1(29be552f58b69f8f3f237ca14f13af3673559123) )
|
||||
ROM_LOAD16_WORD_SWAP( "ic26.bin", 0x0600000, 0x200000, CRC(f38c79b6) SHA1(a470a22ef3d735c9929f70ef5441547a07a480e8) )
|
||||
ROM_LOAD16_WORD_SWAP( "ic28.bin", 0x0800000, 0x200000, CRC(63d09f3c) SHA1(e470e5af52f9ee70bf160ff58a5cbafd7e674073) )
|
||||
ROM_LOAD16_WORD_SWAP( "ic30.bin", 0x0a00000, 0x200000, CRC(f89811ba) SHA1(8fa8b4b09430456bce63e45686640c7bcdde90e9) )
|
||||
ROM_LOAD16_WORD_SWAP( "ic32.bin", 0x0c00000, 0x200000, CRC(1db6c26b) SHA1(2e14b7b021bce145f989295fdc6effcd799f00a4) )
|
||||
ROM_LOAD16_WORD_SWAP( "ic34.bin", 0x0e00000, 0x200000, CRC(0f3622c8) SHA1(69337114d6902675018371101f0fba01902de54a) )
|
||||
ROM_LOAD16_WORD_SWAP( "ic36.bin", 0x1000000, 0x200000, CRC(9a4109e5) SHA1(ba59caac5f5a80fc52c507d8a47f322a380aa9a1) ) // empty / FF filled
|
||||
|
||||
ROM_REGION16_BE( 0x80, "eeprom", 0 ) // preconfigured to 1 player
|
||||
ROM_LOAD( "sackids.nv", 0x0000, 0x0080, CRC(93804bf5) SHA1(c3df2a9b60d6f8db83177f6d5e69756a7f0d4024) )
|
||||
ROM_END
|
||||
|
||||
|
||||
GAME( 1996, stvbios, 0, stv_slot, stv, stv_state, stv, ROT0, "Sega", "ST-V Bios", MACHINE_IS_BIOS_ROOT )
|
||||
@ -3639,7 +3655,7 @@ GAME( 1999, pclub2v3, stvbios, stv, stv, stvpc_state, stv, ROT
|
||||
GAME( 1999, pclubpok, stvbios, stv, stv, stvpc_state, stv, ROT0, "Atlus", "Print Club Pokemon B (U 991126 V1.000)", MACHINE_NOT_WORKING )
|
||||
// Japan sets
|
||||
GAME( 1999, pclub2fc, stvbios, stv, stv, stvpc_state, stv, ROT0, "Atlus", "Print Club 2 Felix The Cat (Rev. A) (J 970415 V1.100)", MACHINE_NOT_WORKING )
|
||||
GAME( 1998, pclub2pf, stvbios, stv, stv, stvpc_state, stv, ROT0, "Atlus", "Print Club 2 Puffy (Japan)", MACHINE_NOT_WORKING ) // version info is blank
|
||||
GAME( 1998, pclub2pf, stvbios, stv, stv, stvpc_state, stv, ROT0, "Atlus", "Print Club 2 Puffy (J V1.100)", MACHINE_NOT_WORKING ) // version info is blank
|
||||
GAME( 1997, pclub2pe, stvbios, stv, stv, stvpc_state, stv, ROT0, "Atlus", "Print Club 2 Pepsiman (J 970618 V1.100)", MACHINE_NOT_WORKING )
|
||||
GAME( 1997, pclub2wb, stvbios, stv, stv, stvpc_state, stv, ROT0, "Atlus", "Print Club 2 Warner Bros (J 970228 V1.000)", MACHINE_NOT_WORKING )
|
||||
|
||||
@ -3686,9 +3702,11 @@ GAME( 1996, decathlt, stvbios, stv_5838, stv, stv_state, decathlt, ROT
|
||||
GAME( 1996, decathlto, decathlt,stv_5838, stv, stv_state, decathlt, ROT0, "Sega", "Decathlete (JUET 960424 V1.000)", MACHINE_NO_SOUND | MACHINE_NOT_WORKING | MACHINE_UNEMULATED_PROTECTION )
|
||||
GAME( 1998, twcup98, stvbios, stv_5881, stv, stv_state, twcup98, ROT0, "Tecmo", "Tecmo World Cup '98 (JUET 980410 V1.000)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS ) // some situations with the GK result in the game stalling, maybe CPU core bug??
|
||||
GAME( 1998, twsoc98, twcup98, stv_5881, stv, stv_state, twcup98, ROT0, "Tecmo", "Tecmo World Soccer '98 (JUET 980410 V1.000)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS ) // ^^ (check)
|
||||
|
||||
/* Gives I/O errors */
|
||||
GAME( 1996, magzun, stvbios, stv, stv, stv_state, magzun, ROT0, "Sega", "Magical Zunou Power (J 961031 V1.000)", MACHINE_NOT_WORKING | MACHINE_NODEVICE_MICROPHONE )
|
||||
GAME( 1998, choroqhr, stvbios, stv, stv, stv_state, stv, ROT0, "Sega / Takara", "Choro Q Hyper Racing 5 (J 981230 V1.000)", MACHINE_NOT_WORKING )
|
||||
GAME( 1998, choroqhr, stvbios, stv, stv, stv_state, stv, ROT0, "Sega / Takara", "Choro Q Hyper Racing 5 (J 981230 V1.000)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
|
||||
GAME( 2000, sackids, stvbios, stv, stv, stv_state, stv, ROT0, "Sega", "Soreyuke Anpanman Crayon Kids (J 001026 V1.000)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
|
||||
|
||||
/* CD games */
|
||||
GAME( 1995, sfish2, 0, stv, stv, stv_state, stv, ROT0, "Sega", "Sport Fishing 2 (UET 951106 V1.10e)", MACHINE_IMPERFECT_SOUND | MACHINE_NOT_WORKING | MACHINE_NODEVICE_LAN )
|
||||
|
@ -35455,45 +35455,46 @@ maruchan // 1997.12 Maruchan de Goo!!!
|
||||
mausuke // 1996.07 Mausuke no Ojama the World (Data East)
|
||||
micrombc // 1999.03 Microman Battle Charge
|
||||
myfairld // 1998.07 My Fair Lady (Micronet)
|
||||
nameclub //
|
||||
nclubv2 //
|
||||
nameclub // 1996.03 Name Club
|
||||
nclubv2 // 1996.03 Name Club Ver. 2
|
||||
nclubv3 // 1997.07 Name Club Ver. 3
|
||||
othellos // 1998.07 Othello Shiyouyo (Success)
|
||||
patocar // 2001.?? Hashire Patrol Car
|
||||
pblbeach // 1996.03 Pebble Beach the Great Shot (T&E Soft)
|
||||
pclb2elk // 1997.07 Print Club Custom
|
||||
pckobe99 // Print Club Custom 3
|
||||
pclove //
|
||||
pclove2 //
|
||||
pckobe99 // 1999.12 Print Club Custom 3
|
||||
pclove // 1997.04 Print Club LoveLove
|
||||
pclove2 // 1997.08 Print Club LoveLove Ver. 2
|
||||
pclub2 // 1997.09 Print Club 2
|
||||
pclub26w //
|
||||
pclub26wa //
|
||||
pclub27s //
|
||||
pclub26w // 1996.12 Print Club 2 Vol. 6 Winter
|
||||
pclub26wa // 1997.01 Print Club 2 Vol. 6 Winter
|
||||
pclub27s // 1997.03 Print Club 2 Vol. 7 Spring
|
||||
pclub2fc // 1997.04 Print Club 2 Felix The Cat
|
||||
pclub2kc // 1997.02 Print Club Kome Kome Club
|
||||
pclub2pe //
|
||||
pclub2pf //
|
||||
pclub2pe // 1997.06 Print Club 2 Pepsiman
|
||||
pclub2pf // xxxx.xx Print Club 2 Puffy
|
||||
pclub2v3 // 1999.03 Print Club 2 Vol. 3
|
||||
pclub2wb //
|
||||
pclub2wb // 1997.02 Print Club 2 Warner Bros
|
||||
pclubol // 1998.07 Print Club Olive
|
||||
pclubor // 1999.11 Print Club Goukakenran
|
||||
pclubpok // 1999.11 Print Club Pokemon
|
||||
pcpooh2 //
|
||||
pcpooh3 //
|
||||
pclubyo2 //
|
||||
prc28su // Vol 8. Summer 97
|
||||
prc29au // Vol 9. Autumn 97
|
||||
pcpooh2 // 1997.12 Print Club Winnie-the-Pooh Vol. 2
|
||||
pcpooh3 // 1998.04 Print Club Winnie-the-Pooh Vol. 3
|
||||
pclubyo2 // 1997.04 Print Club Yoshimoto
|
||||
prc28su // 1997.06 Print Club 2 Vol. 8 Summer 97
|
||||
prc29au // 1997.10 Print Club 2 Vol. 9 Autumn 97
|
||||
prc297wi // 1997.10 Print Club 2 '97 Winter Ver
|
||||
prc297wia //
|
||||
prc297wia // 1997.10 Print Club 2 '97 Winter Ver
|
||||
prc298au // 1998.08 Print Club 2 '98 Autumn Ver
|
||||
prc298sp // 1997.10 Print Club 2 '98 Spring Ver
|
||||
prc298su //
|
||||
prc2ksu // Print Club Summer 2000
|
||||
prc298su // 1998.06 Print Club 2 '98 Summer Ver
|
||||
prc2ksu // 2000.05 Print Club Summer 2000
|
||||
prikura // 1996.10 Prikura Daisakusen (Atlus)
|
||||
puyosun // 1996.12 Puyo Puyo SUN (Compile)
|
||||
rsgun // 1998.05 Radient Silver Gun (Treasure)
|
||||
sandor // 1995.11 Nido Aru Koto wa Sando-R
|
||||
sanjeon // 1999.04 Sanjun Sujun (Sega / Deniam)
|
||||
sackids // 2000.10 Soreyuke Anpanman Crayon Kids
|
||||
sasissu // 1998.02 Taisen Tanto-R Sasissu!!
|
||||
seabass // 1998.02 Sea Bass Fishing (A wave Inc (Able License))
|
||||
sfish2 // 1995.11 Sports Fishing 2 (Export)
|
||||
@ -35508,10 +35509,10 @@ stvbios //
|
||||
suikoenb // 1995.03 Suiko Enbu (Data East)
|
||||
tatacot // 1995.?? Tatacot
|
||||
techbowl // 1997.12 Technical Bowling
|
||||
thunt // 1997.09 Puzzle & Action Treasure Hunt (Sega (Deniam License))
|
||||
thuntk //
|
||||
thunt // 1997.09 Puzzle & Action Treasure Hunt (Deniam license)
|
||||
thuntk // 1997.01 Puzzle & Action BoMulEul Chajara (Deniam license)
|
||||
twcup98 // 1998.04 Tecmo World Cup '98 (Tecmo)
|
||||
twsoc98
|
||||
twsoc98 // 1998.04 Tecmo World Soccer '98 (Tecmo)
|
||||
vfkids // 1996.03 Virtua Fighter Kids
|
||||
vfremix // 1995.06 Virtua Fighter Remix
|
||||
vmahjong // 1997.02 Virtual Mahjong (Micronet)
|
||||
|
Loading…
Reference in New Issue
Block a user