Previous 199869 Revisions Next

r34001 Sunday 21st December, 2014 at 21:17:31 UTC by Mariusz Wojcieszek
New clones added

--------------------
Atari Football II [Mariusz Wojcieszek]
[src/mame]mame.lst
[src/mame/drivers]atarifb.c

trunk/src/mame/drivers/atarifb.c
r242512r242513
651651   ROM_LOAD_NIB_HIGH( "033031.d5", 0x0000, 0x0200, CRC(89d619b8) SHA1(0af5d1f4e6f9a377dc2d49a8039866b1857af01f) )
652652ROM_END
653653
654ROM_START( atarifb2 ) // built from original Atari source code
655   ROM_REGION( 0x8000, "maincpu", 0 )
656   ROM_LOAD( "035348-01.m1", 0x6800, 0x0800, CRC(f8ce7ed8) SHA1(54520d7d31c6c8f9028b7253a33aba3b2c35ae7c) )
657   ROM_LOAD( "035350-01.p1", 0x7000, 0x0800, CRC(a79c79ca) SHA1(7791b431e9aadb09fd286ae56699c4beda54830a) )
658   ROM_LOAD( "035349-01.n1", 0x7800, 0x0800, CRC(7740be51) SHA1(3f610061f081eb5589b00a496877bc58f6e0f09f) )
654659
660   ROM_REGION( 0x0400, "gfx1", 0 )
661   ROM_LOAD_NIB_LOW ( "033029.n7", 0x0000, 0x0400, CRC(12f43dca) SHA1(a463f5068d5522ddf74052429aa6da23e5475844) )
662
663   ROM_REGION( 0x0200, "gfx2", 0 )
664   ROM_LOAD_NIB_LOW ( "033030.c5", 0x0000, 0x0200, CRC(eac9ef90) SHA1(0e6284392852695ab7323be82105d32f57ad00f1) )
665   ROM_LOAD_NIB_HIGH( "033031.d5", 0x0000, 0x0200, CRC(89d619b8) SHA1(0af5d1f4e6f9a377dc2d49a8039866b1857af01f) )
666ROM_END
667
655668ROM_START( atarifb4 )
656669   ROM_REGION( 0x8000, "maincpu", 0 ) /* 64k for code, the ROMs are nibble-wide */
657670   ROM_LOAD_NIB_LOW ( "34889.m1", 0x6000, 0x0400, CRC(5c63974a) SHA1(e91f318be80d985a09ff92f4db5792290a06dc0f) )
r242512r242513
774787/*     YEAR  NAME      PARENT   MACHINE   INPUT */
775788GAMEL( 1978, atarifb,  0,       atarifb,  atarifb, driver_device,  0, ROT0, "Atari", "Atari Football (revision 2)", GAME_SUPPORTS_SAVE, layout_atarifb )
776789GAMEL( 1978, atarifb1, atarifb, atarifb,  atarifb, driver_device,  0, ROT0, "Atari", "Atari Football (revision 1)", GAME_SUPPORTS_SAVE, layout_atarifb )
790GAMEL( 1978, atarifb2, atarifb, atarifb,  atarifb, driver_device,  0, ROT0, "Atari", "Atari Football II", GAME_SUPPORTS_SAVE, layout_atarifb )
777791GAMEL( 1979, atarifb4, atarifb, atarifb4, atarifb4, driver_device, 0, ROT0, "Atari", "Atari Football (4 players)", GAME_SUPPORTS_SAVE, layout_atarifb4 )
778792GAMEL( 1979, abaseb,   0,       abaseb,   abaseb, driver_device,   0, ROT0, "Atari", "Atari Baseball (set 1)", GAME_SUPPORTS_SAVE, layout_abaseb )
779793GAMEL( 1979, abaseb2,  abaseb,  abaseb,   abaseb, driver_device,   0, ROT0, "Atari", "Atari Baseball (set 2)", GAME_SUPPORTS_SAVE, layout_abaseb )
trunk/src/mame/mame.lst
r242512r242513
68876887sbrkoutc        // unrealeased proto
68886888atarifb         // 033xxx           1978/10 [6502]
68896889atarifb1        // 033xxx           1978/10 [6502]
6890atarifb2      // 035330-035350   ???      [6502]
68906891orbit           // 033689-033702    1978/11 [6800]
68916892boxer           // ?????? prototype 1978    [6502]
68926893wolfpack        // ?????? prototype         [6502]


Previous 199869 Revisions Next


© 1997-2024 The MAME Team