diff options
author | 2015-01-10 00:14:56 -0500 | |
---|---|---|
committer | 2015-01-10 00:14:56 -0500 | |
commit | fc2c20ba4099bbf07fa925e3daa3342aad98d832 (patch) | |
tree | 5813316c6f6b88dbcf1d8ba46c462a520f9f445c | |
parent | c944fe9ce06a3ec15f5ffbcb65c6114ef885e417 (diff) |
Removed Allied Leisure mention (nw)
Pretty sure the "A.L. Australia" logo in eggventra, does not have anything to do with the old American company Allied Leisure. Plus having an (originally Australian) company named Leisure & Allied Industries has not helped matters over the years. (nw)
-rw-r--r-- | src/mame/drivers/lethalj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/lethalj.c b/src/mame/drivers/lethalj.c index 36b7c900711..e862dfd1f0e 100644 --- a/src/mame/drivers/lethalj.c +++ b/src/mame/drivers/lethalj.c @@ -806,7 +806,7 @@ ROM_START( eggventr2 ) /* Comes from a PCB with an early serial number EV00123, ROM_END -ROM_START( eggventra ) /* Allied Leisure Australia, official license? */ +ROM_START( eggventra ) /* A.L. Australia license */ ROM_REGION16_LE( 0x100000, "user1", 0 ) /* 34010 code */ ROM_LOAD16_BYTE( "egr8.vc8", 0x000000, 0x080000, CRC(a62c4143) SHA1(a21d6b7efdba4965285265426ed79f3249a86685) ) ROM_LOAD16_BYTE( "egr9.vc9", 0x000001, 0x080000, CRC(bc55bc7a) SHA1(d6e3fc76b4a0a20176af1338a32bb81f0599fdc0) ) @@ -1014,7 +1014,7 @@ GAME( 1997, eggventr, 0, gameroom, eggventr, driver_device, 0, R GAME( 1997, eggventr8, eggventr, gameroom, eggventr, driver_device, 0, ROT0, "The Game Room", "Egg Venture (Release 8)", 0 ) GAME( 1997, eggventr7, eggventr, gameroom, eggventr, driver_device, 0, ROT0, "The Game Room", "Egg Venture (Release 7)", 0 ) GAME( 1997, eggventr2, eggventr, gameroom, eggventr2, driver_device, 0, ROT0, "The Game Room", "Egg Venture (Release 2)", 0 ) -GAME( 1997, eggventra, eggventr, gameroom, eggventr, driver_device, 0, ROT0, "The Game Room (Allied Leisure license)", "Egg Venture (A.L. Release)", 0 ) +GAME( 1997, eggventra, eggventr, gameroom, eggventr, driver_device, 0, ROT0, "The Game Room (A.L. Australia license)", "Egg Venture (A.L. Release)", 0 ) GAME( 1997, eggventrd, eggventr, gameroom, eggvntdx, driver_device, 0, ROT0, "The Game Room", "Egg Venture Deluxe", 0 ) GAME( 1997, ripribit, 0, gameroom, ripribit, lethalj_state, ripribit, ROT0, "LAI Games", "Ripper Ribbit (Version 2.8.4)", 0 ) GAME( 1999, cfarm, 0, gameroom, cfarm, lethalj_state, cfarm, ROT90, "LAI Games", "Chicken Farm (Version 2.0)", 0 ) |