Previous 199869 Revisions Next

r31824 Friday 29th August, 2014 at 00:33:41 UTC by Tafoid
New games marked as GAME_NOT_WORKING
------------------------------------
Won!Tertainment Music Channel  [ShouTime]
[src/mame]mame.lst
[src/mame/drivers]taitotx.c

trunk/src/mame/drivers/taitotx.c
r31823r31824
281281   DISK_IMAGE( "troublewitches_ac_v1.00j", 0, SHA1(733ecbae040dd32447230d3fc81e6f8614715ee5) )
282282ROM_END
283283
284
284285GAME( 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 )
285286GAME( 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 )
286287GAME( 2005, homura,    0,    taito_type_x, taito_type_x, driver_device,  0, ROT0, "SKonec Entertainment", "Homura (v2.04J)",  GAME_NOT_WORKING | GAME_NO_SOUND )
r31823r31824
294295GAME( 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 )
295296GAME( 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 )
296297
298
299// Type X+
300
301// stickers: CPU P4 2.8 GHz  MEM 512 MB  GRA 9600XT
302//           TAITO Type X+  Model 012A  No 470GM1941  AC100V  50/60Hz 3.5A
303//           Windows(R) XP Embedded    00039-209-795-804    X11-15305
304//
305//           ****   M9006981A  VER.1.00   40.0GB  WD  WD400BB-22JHCO
306ROM_START( wontmuch )
307   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF )
308   ROM_LOAD("taito_type_x2_bios.bin", 0x00, 0x10000, NO_DUMP ) // size unknown.
309   /* bios, video bios etc. not dumped */
310
311   DISK_REGION( "ide:0:hdd:image" ) // Single 40GB drive
312   // 5BC6813ADBE1525BAFED792FC12C27AB
313   DISK_IMAGE( "wontmuch_v1.00", 0, SHA1(fcc9719aa68234e3df5e8cb9cd7bcb1b0dcb66b1) )
314ROM_END
315
316
317GAME( 2006, wontmuch,   0,    taito_type_x, taito_type_x, driver_device,  0, ROT0, "Capcom", "Won!Tertainment Music Channel (v1.00)",  GAME_NOT_WORKING | GAME_NO_SOUND )
318
319
297320// Type X2
298321
299322ROM_START( chasehq2 )
trunk/src/mame/mame.lst
r31823r31824
25602560spicaadv        // (c) 2005 Taito Corporation
25612561usagiol         // (c) 2005 Taito Corporation/Warashi
25622562shikiga3        // (c) 2006 Alfa System/SKonec Entertainment
2563wontmuch        // (c) 2006 Capcom
25632564raiden4         // (c) 2007 Seibu Kaihatsu/Moss Ltd
25642565kof98um         // (c) 2008 SNK
25652566trbwtchs        // (c) 2008 Adventure Planning Service/Studio SiestA

Previous 199869 Revisions Next


© 1997-2024 The MAME Team