From b904874e5124f71e70c833876b91f86d88bbeea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Tue, 10 Jun 2014 23:44:04 +0000 Subject: [PATCH] rm gblight clone, implementation was identical to gbpocket --- src/mess/drivers/gb.c | 7 +------ src/mess/mess.lst | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/mess/drivers/gb.c b/src/mess/drivers/gb.c index 2f95bd18d09..1da9f8bcfb2 100644 --- a/src/mess/drivers/gb.c +++ b/src/mess/drivers/gb.c @@ -11,6 +11,7 @@ TODO list: - Do correct lcd stat timing + - Add Game Boy Light (Japan, 1997) - does it differ from gbpocket? Timers @@ -881,11 +882,6 @@ ROM_START( gbpocket ) ROM_LOAD( "mgb_boot.bin", 0x0000, 0x0100, CRC(e6920754) SHA1(4e68f9da03c310e84c523654b9026e51f26ce7f0) ) ROM_END -ROM_START( gblight ) - ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF ) -/* ROM_LOAD( "gbl_boot.bin", 0x0000, 0x0100, NO_DUMP ) */ -ROM_END - ROM_START( gbcolor ) ROM_REGION( 0x800, "maincpu", 0 ) ROM_LOAD( "gbc_boot.1", 0x0000, 0x0100, CRC(779ea374) SHA1(e4b40c9fd593a97a1618cfb2696f290cf9596a62) ) /* Bootstrap code part 1 */ @@ -901,7 +897,6 @@ ROM_END CONS( 1990, gameboy, 0, 0, gameboy, gameboy, driver_device, 0, "Nintendo", "Game Boy", GAME_SUPPORTS_SAVE ) CONS( 1994, supergb, gameboy, 0, supergb, gameboy, driver_device, 0, "Nintendo", "Super Game Boy", GAME_SUPPORTS_SAVE ) CONS( 1996, gbpocket, gameboy, 0, gbpocket, gameboy, driver_device, 0, "Nintendo", "Game Boy Pocket", GAME_SUPPORTS_SAVE ) -CONS( 1997, gblight, gameboy, 0, gbpocket, gameboy, driver_device, 0, "Nintendo", "Game Boy Light", GAME_SUPPORTS_SAVE ) CONS( 1998, gbcolor, gameboy, 0, gbcolor, gameboy, driver_device, 0, "Nintendo", "Game Boy Color", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) /* Sound is not 100% yet, it generates some sounds which could be ok. Since we're lacking a real diff --git a/src/mess/mess.lst b/src/mess/mess.lst index d77bd166c68..c3a7e53486c 100644 --- a/src/mess/mess.lst +++ b/src/mess/mess.lst @@ -65,7 +65,6 @@ dendy // Dendy (Classic russian famiclone) gameboy // Nintendo Game Boy Handheld supergb // Nintendo Super Game Boy SNES Cartridge gbpocket // Nintendo Game Boy Pocket Handheld -gblight // Nintendo Game Boy Light Handheld gbcolor // Nintendo Game Boy Color Handheld gba // Nintendo Game Boy Advance Handheld snes // Nintendo Super Nintendo NTSC