Previous 199869 Revisions Next

r30934 Tuesday 10th June, 2014 at 23:44:04 UTC by hap
rm gblight clone, implementation was identical to gbpocket
[src/mess]mess.lst
[src/mess/drivers]gb.c

trunk/src/mess/mess.lst
r30933r30934
6565gameboy   // Nintendo Game Boy Handheld
6666supergb   // Nintendo Super Game Boy SNES Cartridge
6767gbpocket  // Nintendo Game Boy Pocket Handheld
68gblight   // Nintendo Game Boy Light Handheld
6968gbcolor   // Nintendo Game Boy Color Handheld
7069gba       // Nintendo Game Boy Advance Handheld
7170snes      // Nintendo Super Nintendo NTSC
trunk/src/mess/drivers/gb.c
r30933r30934
1111
1212  TODO list:
1313  - Do correct lcd stat timing
14  - Add Game Boy Light (Japan, 1997) - does it differ from gbpocket?
1415
1516
1617Timers
r30933r30934
881882   ROM_LOAD( "mgb_boot.bin", 0x0000, 0x0100, CRC(e6920754) SHA1(4e68f9da03c310e84c523654b9026e51f26ce7f0) )
882883ROM_END
883884
884ROM_START( gblight )
885   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF )
886/*  ROM_LOAD( "gbl_boot.bin", 0x0000, 0x0100, NO_DUMP ) */
887ROM_END
888
889885ROM_START( gbcolor )
890886   ROM_REGION( 0x800, "maincpu", 0 )
891887   ROM_LOAD( "gbc_boot.1", 0x0000, 0x0100, CRC(779ea374) SHA1(e4b40c9fd593a97a1618cfb2696f290cf9596a62) ) /* Bootstrap code part 1 */
r30933r30934
901897CONS( 1990, gameboy,  0,       0,       gameboy,  gameboy, driver_device, 0,    "Nintendo", "Game Boy", GAME_SUPPORTS_SAVE )
902898CONS( 1994, supergb,  gameboy, 0,       supergb,  gameboy, driver_device, 0,    "Nintendo", "Super Game Boy", GAME_SUPPORTS_SAVE )
903899CONS( 1996, gbpocket, gameboy, 0,       gbpocket, gameboy, driver_device, 0,    "Nintendo", "Game Boy Pocket", GAME_SUPPORTS_SAVE )
904CONS( 1997, gblight,  gameboy, 0,       gbpocket, gameboy, driver_device, 0,    "Nintendo", "Game Boy Light", GAME_SUPPORTS_SAVE )
905900CONS( 1998, gbcolor,  gameboy, 0,       gbcolor,  gameboy, driver_device, 0,    "Nintendo", "Game Boy Color", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE )
906901
907902/* Sound is not 100% yet, it generates some sounds which could be ok. Since we're lacking a real

Previous 199869 Revisions Next


© 1997-2024 The MAME Team