diff --git a/src/mame/drivers/atarifb.c b/src/mame/drivers/atarifb.c index 14740c6d455..06d8a72d57e 100644 --- a/src/mame/drivers/atarifb.c +++ b/src/mame/drivers/atarifb.c @@ -651,6 +651,19 @@ ROM_START( atarifb1 ) ROM_LOAD_NIB_HIGH( "033031.d5", 0x0000, 0x0200, CRC(89d619b8) SHA1(0af5d1f4e6f9a377dc2d49a8039866b1857af01f) ) ROM_END +ROM_START( atarifb2 ) // built from original Atari source code + ROM_REGION( 0x8000, "maincpu", 0 ) + ROM_LOAD( "035348-01.m1", 0x6800, 0x0800, CRC(f8ce7ed8) SHA1(54520d7d31c6c8f9028b7253a33aba3b2c35ae7c) ) + ROM_LOAD( "035350-01.p1", 0x7000, 0x0800, CRC(a79c79ca) SHA1(7791b431e9aadb09fd286ae56699c4beda54830a) ) + ROM_LOAD( "035349-01.n1", 0x7800, 0x0800, CRC(7740be51) SHA1(3f610061f081eb5589b00a496877bc58f6e0f09f) ) + + ROM_REGION( 0x0400, "gfx1", 0 ) + ROM_LOAD_NIB_LOW ( "033029.n7", 0x0000, 0x0400, CRC(12f43dca) SHA1(a463f5068d5522ddf74052429aa6da23e5475844) ) + + ROM_REGION( 0x0200, "gfx2", 0 ) + ROM_LOAD_NIB_LOW ( "033030.c5", 0x0000, 0x0200, CRC(eac9ef90) SHA1(0e6284392852695ab7323be82105d32f57ad00f1) ) + ROM_LOAD_NIB_HIGH( "033031.d5", 0x0000, 0x0200, CRC(89d619b8) SHA1(0af5d1f4e6f9a377dc2d49a8039866b1857af01f) ) +ROM_END ROM_START( atarifb4 ) ROM_REGION( 0x8000, "maincpu", 0 ) /* 64k for code, the ROMs are nibble-wide */ @@ -774,6 +787,7 @@ ROM_END /* YEAR NAME PARENT MACHINE INPUT */ GAMEL( 1978, atarifb, 0, atarifb, atarifb, driver_device, 0, ROT0, "Atari", "Atari Football (revision 2)", GAME_SUPPORTS_SAVE, layout_atarifb ) GAMEL( 1978, atarifb1, atarifb, atarifb, atarifb, driver_device, 0, ROT0, "Atari", "Atari Football (revision 1)", GAME_SUPPORTS_SAVE, layout_atarifb ) +GAMEL( 1978, atarifb2, atarifb, atarifb, atarifb, driver_device, 0, ROT0, "Atari", "Atari Football II", GAME_SUPPORTS_SAVE, layout_atarifb ) GAMEL( 1979, atarifb4, atarifb, atarifb4, atarifb4, driver_device, 0, ROT0, "Atari", "Atari Football (4 players)", GAME_SUPPORTS_SAVE, layout_atarifb4 ) GAMEL( 1979, abaseb, 0, abaseb, abaseb, driver_device, 0, ROT0, "Atari", "Atari Baseball (set 1)", GAME_SUPPORTS_SAVE, layout_abaseb ) GAMEL( 1979, abaseb2, abaseb, abaseb, abaseb, driver_device, 0, ROT0, "Atari", "Atari Baseball (set 2)", GAME_SUPPORTS_SAVE, layout_abaseb ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 2c66e5c4bfc..10fd53022af 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -6887,6 +6887,7 @@ sbrkout // 033453-033455 1978/09 [6502] sbrkoutc // unrealeased proto atarifb // 033xxx 1978/10 [6502] atarifb1 // 033xxx 1978/10 [6502] +atarifb2 // 035330-035350 ??? [6502] orbit // 033689-033702 1978/11 [6800] boxer // ?????? prototype 1978 [6502] wolfpack // ?????? prototype [6502]