trunk/src/mame/drivers/moo.c
r26697 | r26698 | |
561 | 561 | static MACHINE_CONFIG_START( moo, moo_state ) |
562 | 562 | |
563 | 563 | /* basic machine hardware */ |
564 | | MCFG_CPU_ADD("maincpu", M68000, 16000000) |
| 564 | MCFG_CPU_ADD("maincpu", M68000, XTAL_32MHz/2) // 16MHz verified |
565 | 565 | MCFG_CPU_PROGRAM_MAP(moo_map) |
566 | 566 | MCFG_CPU_VBLANK_INT_DRIVER("screen", moo_state, moo_interrupt) |
567 | 567 | |
568 | | MCFG_CPU_ADD("soundcpu", Z80, 8000000) |
| 568 | MCFG_CPU_ADD("soundcpu", Z80, XTAL_32MHz/4) // 8MHz verified |
569 | 569 | MCFG_CPU_PROGRAM_MAP(sound_map) |
570 | 570 | |
571 | 571 | MCFG_MACHINE_START_OVERRIDE(moo_state,moo) |
r26697 | r26698 | |
573 | 573 | |
574 | 574 | MCFG_EEPROM_SERIAL_ER5911_8BIT_ADD("eeprom") |
575 | 575 | |
576 | | MCFG_K053252_ADD("k053252", 16000000/2, moo_k053252_intf) |
| 576 | MCFG_K053252_ADD("k053252", XTAL_32MHz/4, moo_k053252_intf) // 8MHz |
577 | 577 | |
578 | 578 | /* video hardware */ |
579 | 579 | MCFG_VIDEO_ATTRIBUTES(VIDEO_HAS_SHADOWS | VIDEO_HAS_HIGHLIGHTS | VIDEO_UPDATE_AFTER_VBLANK) |
r26697 | r26698 | |
597 | 597 | /* sound hardware */ |
598 | 598 | MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker") |
599 | 599 | |
600 | | MCFG_YM2151_ADD("ymsnd", 4000000) |
| 600 | MCFG_YM2151_ADD("ymsnd", XTAL_32MHz/8) // 4MHz verified |
601 | 601 | MCFG_SOUND_ROUTE(0, "lspeaker", 0.50) |
602 | 602 | MCFG_SOUND_ROUTE(1, "rspeaker", 0.50) |
603 | 603 | |
r26697 | r26698 | |
1002 | 1002 | ROM_END |
1003 | 1003 | |
1004 | 1004 | |
1005 | | GAME( 1992, moomesa, 0, moo, moo, driver_device, 0, ROT0, "Konami", "Wild West C.O.W.-Boys of Moo Mesa (ver EAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
1006 | | GAME( 1992, moomesauac, moomesa, moo, moo, driver_device, 0, ROT0, "Konami", "Wild West C.O.W.-Boys of Moo Mesa (ver UAC)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
1007 | | GAME( 1992, moomesauab, moomesa, moo, moo, driver_device, 0, ROT0, "Konami", "Wild West C.O.W.-Boys of Moo Mesa (ver UAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
1008 | | GAME( 1992, moomesaaab, moomesa, moo, moo, driver_device, 0, ROT0, "Konami", "Wild West C.O.W.-Boys of Moo Mesa (ver AAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
| 1005 | GAME( 1992, moomesa, 0, moo, moo, driver_device, 0, ROT0, "Konami", "Wild West C.O.W.-Boys of Moo Mesa (ver EAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
| 1006 | GAME( 1992, moomesauac, moomesa, moo, moo, driver_device, 0, ROT0, "Konami", "Wild West C.O.W.-Boys of Moo Mesa (ver UAC)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
| 1007 | GAME( 1992, moomesauab, moomesa, moo, moo, driver_device, 0, ROT0, "Konami", "Wild West C.O.W.-Boys of Moo Mesa (ver UAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
| 1008 | GAME( 1992, moomesaaab, moomesa, moo, moo, driver_device, 0, ROT0, "Konami", "Wild West C.O.W.-Boys of Moo Mesa (ver AAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
1009 | 1009 | GAME( 1992, moomesabl, moomesa, moobl, moo, driver_device, 0, ROT0, "bootleg", "Wild West C.O.W.-Boys of Moo Mesa (bootleg)", GAME_NOT_WORKING | GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) // based on Version AA |
1010 | | GAME( 1992, bucky, 0, bucky, bucky, driver_device, 0, ROT0, "Konami", "Bucky O'Hare (ver EAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
1011 | | GAME( 1992, buckyea, bucky, bucky, bucky, driver_device, 0, ROT0, "Konami", "Bucky O'Hare (ver EA)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
1012 | | GAME( 1992, buckyuab, bucky, bucky, bucky, driver_device, 0, ROT0, "Konami", "Bucky O'Hare (ver UAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
1013 | | GAME( 1992, buckyaab, bucky, bucky, bucky, driver_device, 0, ROT0, "Konami", "Bucky O'Hare (ver AAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
| 1010 | GAME( 1992, bucky, 0, bucky, bucky, driver_device, 0, ROT0, "Konami", "Bucky O'Hare (ver EAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
| 1011 | GAME( 1992, buckyea, bucky, bucky, bucky, driver_device, 0, ROT0, "Konami", "Bucky O'Hare (ver EA)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
| 1012 | GAME( 1992, buckyuab, bucky, bucky, bucky, driver_device, 0, ROT0, "Konami", "Bucky O'Hare (ver UAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
| 1013 | GAME( 1992, buckyaab, bucky, bucky, bucky, driver_device, 0, ROT0, "Konami", "Bucky O'Hare (ver AAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |