| Previous | 199869 Revisions | Next |
| r24066 Thursday 4th July, 2013 at 11:31:51 UTC by smf |
|---|
| new NOT WORKING Chaos Breaker (v2.02J) [Shoutime] Giga Wing Generations (v2.02J) [Shoutime] Homura (v2.04J) [Shoutime] Raiden III (v2.01J) [Shoutime] Spica Adventure (v2.03J) [Shoutime] Shikigami no Shiro III (v2.06J) [Shoutime] Raiden IV (v1.00J) [Shoutime] The King of Fighters '98: Ultimate Match (v1.00) [Shoutime] Trouble Witches AC (v1.00J) [Shoutime] Goketsuji Ichizoku: Matsuri Senzo Kuyou (v200906230) [Shoutime] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | taitotx.c |
| r24065 | r24066 | |
|---|---|---|
| 2472 | 2472 | batlgr2a // E87 (c) 2000 Taito (2.01J) |
| 2473 | 2473 | raizpin // F14 (c) 2002 Taito |
| 2474 | 2474 | |
| 2475 | invqix // F34 (c) 2003 Taito Corporation | |
| 2476 | ||
| 2475 | 2477 | // Taito Type-X / X+/ X2 / X Zero |
| 2476 | hotgmkmp // (c) 2005 XNauts | |
| 2477 | 2478 | |
| 2478 | invqix // F34 (c) 2003 Taito Corporation | |
| 2479 | chaosbrk // (c) 2004 Taito Corporation | |
| 2480 | gwinggen // (c) 2004 Takumi Corporation | |
| 2481 | homura // (c) 2005 SKonec Entertainment | |
| 2482 | hotgmkmp // (c) 2005 XNauts | |
| 2483 | raiden3 // (c) 2005 Seibu Kaihatsu/Moss Ltd | |
| 2484 | spicaadv // (c) 2005 Taito Corporation | |
| 2485 | shikiga3 // (c) 2006 Alfa System/SKonec Entertainment | |
| 2486 | raiden4 // (c) 2007 Seibu Kaihatsu/Moss Ltd | |
| 2487 | kof98um // (c) 2008 SNK | |
| 2488 | trbwtchs // (c) 2008 Adventure Planning Service/Studio SiestA | |
| 2489 | goketsuj // (c) 2009 Atlus | |
| 2479 | 2490 | |
| 2480 | 2491 | // Toaplan games |
| 2481 | 2492 | perfrman // (c) 1985 Data East Corporation (Japan) |
| r24065 | r24066 | |
|---|---|---|
| 166 | 166 | |
| 167 | 167 | ***************************************************************************/ |
| 168 | 168 | |
| 169 | ROM_START( chaosbrk ) | |
| 170 | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF ) | |
| 171 | ROM_LOAD("taito_type_x_bios.bin", 0x00, 0x10000, NO_DUMP ) // size unknown. | |
| 172 | /* bios, video bios etc. not dumped */ | |
| 173 | ||
| 174 | DISK_REGION( "ide:0:hdd:image" ) // Single 40GB drive | |
| 175 | DISK_IMAGE( "chaosbreaker_v2_02j", 0, SHA1(8fe7bdc20a8d9e81f08cef60324ed9ac978a16e9) ) | |
| 176 | ROM_END | |
| 177 | ||
| 178 | ROM_START( goketsuj ) | |
| 179 | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF ) | |
| 180 | ROM_LOAD("taito_type_x_bios.bin", 0x00, 0x10000, NO_DUMP ) // size unknown. | |
| 181 | /* bios, video bios etc. not dumped */ | |
| 182 | ||
| 183 | DISK_REGION( "ide:0:hdd:image" ) // Single 160GB drive | |
| 184 | DISK_IMAGE( "goketsuji_v200906230", 0, SHA1(f0733fbb42994208e18c6afe67f1e9746351a3a2) ) | |
| 185 | ROM_END | |
| 186 | ||
| 187 | ROM_START( gwinggen ) | |
| 188 | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF ) | |
| 189 | ROM_LOAD("taito_type_x_bios.bin", 0x00, 0x10000, NO_DUMP ) // size unknown. | |
| 190 | /* bios, video bios etc. not dumped */ | |
| 191 | ||
| 192 | DISK_REGION( "ide:0:hdd:image" ) // Single 40GB drive | |
| 193 | DISK_IMAGE( "gigawing_v2_02j", 0, SHA1(e09a2e5019111765689cb205cc94e7868c55e9ca) ) | |
| 194 | ROM_END | |
| 195 | ||
| 196 | ROM_START( homura ) | |
| 197 | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF ) | |
| 198 | ROM_LOAD("taito_type_x_bios.bin", 0x00, 0x10000, NO_DUMP ) // size unknown. | |
| 199 | /* bios, video bios etc. not dumped */ | |
| 200 | ||
| 201 | DISK_REGION( "ide:0:hdd:image" ) // Single 40GB drive | |
| 202 | DISK_IMAGE( "homura_v2_04jpn", 0, SHA1(0d9d24583fa786b82bf27447408111bd4686033e) ) | |
| 203 | ROM_END | |
| 204 | ||
| 169 | 205 | ROM_START( hotgmkmp ) |
| 170 | 206 | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF ) |
| 171 | 207 | ROM_LOAD("taito_type_x_bios.bin", 0x00, 0x10000, NO_DUMP ) // size unknown. |
| 172 | 208 | /* bios, video bios etc. not dumped */ |
| 173 | 209 | |
| 174 | DISK_REGION( "hdd" ) // Single 40GB drive | |
| 210 | DISK_REGION( "ide:0:hdd:image" ) // Single 40GB drive | |
| 175 | 211 | DISK_IMAGE( "wdc wd400eb-11cpf0", 0, SHA1(15f8cf77b5bdc516a891022462a42521be1d7553) ) |
| 176 | 212 | ROM_END |
| 177 | 213 | |
| 214 | ROM_START( kof98um ) | |
| 215 | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF ) | |
| 216 | ROM_LOAD("taito_type_x_bios.bin", 0x00, 0x10000, NO_DUMP ) // size unknown. | |
| 217 | /* bios, video bios etc. not dumped */ | |
| 178 | 218 | |
| 219 | DISK_REGION( "ide:0:hdd:image" ) // Single 40GB drive | |
| 220 | DISK_IMAGE( "kof98um_v1_00", 0, SHA1(cf21747ddcdf802d766a2bd6a3d75a965e89b2cf) ) | |
| 221 | ROM_END | |
| 222 | ||
| 223 | ROM_START( raiden3 ) | |
| 224 | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF ) | |
| 225 | ROM_LOAD("taito_type_x_bios.bin", 0x00, 0x10000, NO_DUMP ) // size unknown. | |
| 226 | /* bios, video bios etc. not dumped */ | |
| 227 | ||
| 228 | DISK_REGION( "ide:0:hdd:image" ) // Single 40GB drive | |
| 229 | DISK_IMAGE( "raiden3_v2_01j", 0, SHA1(60142f765a0706e938b91cc41dc14eb67bd78615) ) | |
| 230 | ROM_END | |
| 231 | ||
| 232 | ROM_START( raiden4 ) | |
| 233 | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF ) | |
| 234 | ROM_LOAD("taito_type_x_bios.bin", 0x00, 0x10000, NO_DUMP ) // size unknown. | |
| 235 | /* bios, video bios etc. not dumped */ | |
| 236 | ||
| 237 | DISK_REGION( "ide:0:hdd:image" ) // Single 40GB drive | |
| 238 | DISK_IMAGE( "raiden4_v1_00j", 0, SHA1(f5ad509f57067089e0217df6d05036484b06a41a) ) | |
| 239 | ROM_END | |
| 240 | ||
| 241 | ROM_START( shikiga3 ) | |
| 242 | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF ) | |
| 243 | ROM_LOAD("taito_type_x_bios.bin", 0x00, 0x10000, NO_DUMP ) // size unknown. | |
| 244 | /* bios, video bios etc. not dumped */ | |
| 245 | ||
| 246 | DISK_REGION( "ide:0:hdd:image" ) // Single 20GB drive | |
| 247 | DISK_IMAGE( "shikigami3_v2_06jpn", 0, SHA1(4bf41ab1a3f2cd51cd2b1e6183959d2a4878449d) ) | |
| 248 | ROM_END | |
| 249 | ||
| 250 | ROM_START( spicaadv ) | |
| 251 | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF ) | |
| 252 | ROM_LOAD("taito_type_x_bios.bin", 0x00, 0x10000, NO_DUMP ) // size unknown. | |
| 253 | /* bios, video bios etc. not dumped */ | |
| 254 | ||
| 255 | DISK_REGION( "ide:0:hdd:image" ) // Single 40GB drive | |
| 256 | DISK_IMAGE( "spicaadventure_v2_03j", 0, SHA1(218ee0670a7b895f42480f0fe6719ecd4f4ba9e6) ) | |
| 257 | ROM_END | |
| 258 | ||
| 259 | ROM_START( trbwtchs ) | |
| 260 | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF ) | |
| 261 | ROM_LOAD("taito_type_x_bios.bin", 0x00, 0x10000, NO_DUMP ) // size unknown. | |
| 262 | /* bios, video bios etc. not dumped */ | |
| 263 | ||
| 264 | DISK_REGION( "ide:0:hdd:image" ) // Single 160GB drive | |
| 265 | DISK_IMAGE( "TroubleWitches_AC_V1.00J", 0, SHA1(733ecbae040dd32447230d3fc81e6f8614715ee5) ) | |
| 266 | ROM_END | |
| 267 | ||
| 268 | ||
| 269 | GAME( 2004, chaosbrk, 0, taito_type_x, taito_type_x, driver_device, 0, ROT0, "Taito Corporation", "Chaos Breaker (v2.02J)", GAME_NOT_WORKING | GAME_NO_SOUND ) | |
| 270 | GAME( 2004, gwinggen, 0, taito_type_x, taito_type_x, driver_device, 0, ROT0, "Takumi Corporation", "Giga Wing Generations (v2.02J)", GAME_NOT_WORKING | GAME_NO_SOUND ) | |
| 271 | GAME( 2005, homura, 0, taito_type_x, taito_type_x, driver_device, 0, ROT0, "SKonec Entertainment", "Homura (v2.04J)", GAME_NOT_WORKING | GAME_NO_SOUND ) | |
| 179 | 272 | GAME( 2005, hotgmkmp, 0, taito_type_x, taito_type_x, driver_device, 0, ROT0, "XNauts", "Taisen Hot Gimmick Mix Party", GAME_NOT_WORKING | GAME_NO_SOUND ) |
| 180 | ||
| 273 | GAME( 2005, raiden3, 0, taito_type_x, taito_type_x, driver_device, 0, ROT0, "Seibu Kaihatsu/Moss Ltd", "Raiden III (v2.01J)", GAME_NOT_WORKING | GAME_NO_SOUND ) | |
| 274 | GAME( 2005, spicaadv, 0, taito_type_x, taito_type_x, driver_device, 0, ROT0, "Taito Corporation", "Spica Adventure (v2.03J)", GAME_NOT_WORKING | GAME_NO_SOUND ) | |
| 275 | GAME( 2006, shikiga3, 0, taito_type_x, taito_type_x, driver_device, 0, ROT0, "Alfa System/SKonec Entertainment", "Shikigami no Shiro III (v2.06J)", GAME_NOT_WORKING | GAME_NO_SOUND ) | |
| 276 | GAME( 2007, raiden4, 0, taito_type_x, taito_type_x, driver_device, 0, ROT0, "Seibu Kaihatsu/Moss Ltd", "Raiden IV (v1.00J)", GAME_NOT_WORKING | GAME_NO_SOUND ) | |
| 277 | GAME( 2008, kof98um, 0, taito_type_x, taito_type_x, driver_device, 0, ROT0, "SNK", "The King of Fighters '98: Ultimate Match (v1.00)", GAME_NOT_WORKING | GAME_NO_SOUND ) | |
| 278 | GAME( 2008, trbwtchs, 0, taito_type_x, taito_type_x, driver_device, 0, ROT0, "Adventure Planning Service/Studio SiestA", "Trouble Witches AC (v1.00J)", GAME_NOT_WORKING | GAME_NO_SOUND ) | |
| 279 | GAME( 2009, goketsuj, 0, taito_type_x, taito_type_x, driver_device, 0, ROT0, "Atlus", "Goketsuji Ichizoku: Matsuri Senzo Kuyou (v200906230)", GAME_NOT_WORKING | GAME_NO_SOUND ) |
| Previous | 199869 Revisions | Next |