Previous 199869 Revisions Next

r30997 Monday 16th June, 2014 at 17:57:36 UTC by hap
made gbc a parent
[src/mess/drivers]gb.c

trunk/src/mess/drivers/gb.c
r30996r30997
791791static MACHINE_CONFIG_DERIVED( gbcolor, gameboy )
792792
793793   /* basic machine hardware */
794   MCFG_CPU_MODIFY("maincpu")
794   MCFG_CPU_MODIFY("maincpu") // todo XTAL_8_388MHz
795795   MCFG_CPU_PROGRAM_MAP( gbc_map)
796796   MCFG_LR35902_TIMER_CB( WRITE8( gb_state, gb_timer_callback ) )
797797
r30996r30997
892892CONS( 1990, gameboy,  0,       0,       gameboy,  gameboy, driver_device, 0,    "Nintendo", "Game Boy", GAME_SUPPORTS_SAVE )
893893CONS( 1994, supergb,  gameboy, 0,       supergb,  gameboy, driver_device, 0,    "Nintendo", "Super Game Boy", GAME_SUPPORTS_SAVE )
894894CONS( 1996, gbpocket, gameboy, 0,       gbpocket, gameboy, driver_device, 0,    "Nintendo", "Game Boy Pocket", GAME_SUPPORTS_SAVE )
895CONS( 1998, gbcolor,  gameboy, 0,       gbcolor,  gameboy, driver_device, 0,    "Nintendo", "Game Boy Color", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE )
895CONS( 1998, gbcolor,  0,      0,       gbcolor,  gameboy, driver_device, 0,    "Nintendo", "Game Boy Color", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE )
896896
897897// Sound is not 100% yet, it generates some sounds which could be ok. Since we're lacking a real system there's no way to verify.
898898CONS( 1993, megaduck, 0,       0,       megaduck, gameboy, driver_device, 0,    "Welback Holdings (Timlex International) / Creatronic / Videojet / Cougar USA", "Mega Duck / Cougar Boy", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team