Previous 199869 Revisions Next

r31769 Monday 25th August, 2014 at 13:56:31 UTC by R. Belmont
Games added as GAME_NOT_WORKING
-------------------------------
Eggs Playing Chicken [Tafoid, R. Belmont]


nw: skip the emm386 warning and this boots into what looks like the title screen from the flyer except the VGA mode/stride are screwy.  VGA experts, please take a look :)
[src/mame]mame.lst
[src/mame/drivers]calchase.c

trunk/src/mame/drivers/calchase.c
r31768r31769
756756   DISK_IMAGE_READONLY( "hostinv", 0, SHA1(3cb86c62e80be98a717172b717f7276a0e5f6830) )
757757ROM_END
758758
759ROM_START( eggsplc )
760   ROM_REGION( 0x40000, "bios", 0 )
761   ROM_LOAD( "hostinv_bios.bin", 0x000000, 0x020000, CRC(5111e4b8) SHA1(20ab93150b61fd068f269368450734bba5dcb284) )
762
763   ROM_REGION( 0x8000, "video_bios", 0 )
764   ROM_LOAD16_BYTE( "trident_tgui9680_bios.bin", 0x0000, 0x4000, CRC(1eebde64) SHA1(67896a854d43a575037613b3506aea6dae5d6a19) )
765   ROM_CONTINUE(                                 0x0001, 0x4000 )
766
767   ROM_REGION( 0x800, "nvram", ROMREGION_ERASEFF )
768   ROM_LOAD( "ds1220y_eggsplc.bin", 0x000, 0x800, NO_DUMP )
769
770   DISK_REGION( "ide:0:hdd:image" )
771   DISK_IMAGE_READONLY( "eggsplc", 0, SHA1(fa38dd6b0d25cde644f68cf639768f137c607eb5) )
772ROM_END
773
759774GAME( 1998, hostinv,   0,    hostinv,  calchase, calchase_state,  hostinv,  ROT0, "The Game Room", "Host Invaders", GAME_NOT_WORKING|GAME_IMPERFECT_GRAPHICS )
760775GAME( 1999, calchase,  0,    calchase, calchase, calchase_state,  calchase, ROT0, "The Game Room", "California Chase", GAME_NOT_WORKING|GAME_IMPERFECT_GRAPHICS )
776GAME( 2002, eggsplc,   0,    calchase, calchase, calchase_state,  hostinv,  ROT0, "The Game Room", "Eggs Playing Chicken", GAME_NOT_WORKING|GAME_IMPERFECT_GRAPHICS )
777
trunk/src/mame/mame.lst
r31768r31769
1026810268eggventrd       // (c) 1997 The Game Room
1026910269hostinv         // (c) 1998 The Game Room
1027010270calchase        // (c) 1999 The Game Room
10271eggsplc         // (c) 2002 The Game Room
1027110272ripribit        // (c) 1997 LAI Games
1027210273cfarm           // (c) 1999 LAI Games
1027310274cclownz         // (c) 1999 LAI Games

Previous 199869 Revisions Next


© 1997-2024 The MAME Team