trunk/src/mess/drivers/gb.c
| r30996 | r30997 | |
| 791 | 791 | static MACHINE_CONFIG_DERIVED( gbcolor, gameboy ) |
| 792 | 792 | |
| 793 | 793 | /* basic machine hardware */ |
| 794 | | MCFG_CPU_MODIFY("maincpu") |
| 794 | MCFG_CPU_MODIFY("maincpu") // todo XTAL_8_388MHz |
| 795 | 795 | MCFG_CPU_PROGRAM_MAP( gbc_map) |
| 796 | 796 | MCFG_LR35902_TIMER_CB( WRITE8( gb_state, gb_timer_callback ) ) |
| 797 | 797 | |
| r30996 | r30997 | |
| 892 | 892 | CONS( 1990, gameboy, 0, 0, gameboy, gameboy, driver_device, 0, "Nintendo", "Game Boy", GAME_SUPPORTS_SAVE ) |
| 893 | 893 | CONS( 1994, supergb, gameboy, 0, supergb, gameboy, driver_device, 0, "Nintendo", "Super Game Boy", GAME_SUPPORTS_SAVE ) |
| 894 | 894 | CONS( 1996, gbpocket, gameboy, 0, gbpocket, gameboy, driver_device, 0, "Nintendo", "Game Boy Pocket", GAME_SUPPORTS_SAVE ) |
| 895 | | CONS( 1998, gbcolor, gameboy, 0, gbcolor, gameboy, driver_device, 0, "Nintendo", "Game Boy Color", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
| 895 | CONS( 1998, gbcolor, 0, 0, gbcolor, gameboy, driver_device, 0, "Nintendo", "Game Boy Color", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
| 896 | 896 | |
| 897 | 897 | // 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. |
| 898 | 898 | CONS( 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 ) |