Previous 199869 Revisions Next

r26698 Monday 23rd December, 2013 at 03:07:58 UTC by Brian Troha
moo.c: Use actual XTALs for clocks - NW
[src/mame/drivers]moo.c

trunk/src/mame/drivers/moo.c
r26697r26698
561561static MACHINE_CONFIG_START( moo, moo_state )
562562
563563   /* basic machine hardware */
564   MCFG_CPU_ADD("maincpu", M68000, 16000000)
564   MCFG_CPU_ADD("maincpu", M68000, XTAL_32MHz/2) // 16MHz verified
565565   MCFG_CPU_PROGRAM_MAP(moo_map)
566566   MCFG_CPU_VBLANK_INT_DRIVER("screen", moo_state,  moo_interrupt)
567567
568   MCFG_CPU_ADD("soundcpu", Z80, 8000000)
568   MCFG_CPU_ADD("soundcpu", Z80, XTAL_32MHz/4) // 8MHz verified
569569   MCFG_CPU_PROGRAM_MAP(sound_map)
570570
571571   MCFG_MACHINE_START_OVERRIDE(moo_state,moo)
r26697r26698
573573
574574   MCFG_EEPROM_SERIAL_ER5911_8BIT_ADD("eeprom")
575575
576   MCFG_K053252_ADD("k053252", 16000000/2, moo_k053252_intf)
576   MCFG_K053252_ADD("k053252", XTAL_32MHz/4, moo_k053252_intf) // 8MHz
577577
578578   /* video hardware */
579579   MCFG_VIDEO_ATTRIBUTES(VIDEO_HAS_SHADOWS | VIDEO_HAS_HIGHLIGHTS | VIDEO_UPDATE_AFTER_VBLANK)
r26697r26698
597597   /* sound hardware */
598598   MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
599599
600   MCFG_YM2151_ADD("ymsnd", 4000000)
600   MCFG_YM2151_ADD("ymsnd", XTAL_32MHz/8) // 4MHz verified
601601   MCFG_SOUND_ROUTE(0, "lspeaker", 0.50)
602602   MCFG_SOUND_ROUTE(1, "rspeaker", 0.50)
603603
r26697r26698
10021002ROM_END
10031003
10041004
1005GAME( 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 )
1006GAME( 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 )
1007GAME( 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 )
1008GAME( 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 )
1005GAME( 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 )
1006GAME( 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 )
1007GAME( 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 )
1008GAME( 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 )
10091009GAME( 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
1010GAME( 1992, bucky,      0,       bucky,   bucky, driver_device, 0, ROT0, "Konami", "Bucky O'Hare (ver EAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE )
1011GAME( 1992, buckyea,    bucky,   bucky,   bucky, driver_device, 0, ROT0, "Konami", "Bucky O'Hare (ver EA)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE )
1012GAME( 1992, buckyuab,   bucky,   bucky,   bucky, driver_device, 0, ROT0, "Konami", "Bucky O'Hare (ver UAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE )
1013GAME( 1992, buckyaab,   bucky,   bucky,   bucky, driver_device, 0, ROT0, "Konami", "Bucky O'Hare (ver AAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE )
1010GAME( 1992, bucky,      0,       bucky,   bucky, driver_device, 0, ROT0, "Konami",  "Bucky O'Hare (ver EAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE )
1011GAME( 1992, buckyea,    bucky,   bucky,   bucky, driver_device, 0, ROT0, "Konami",  "Bucky O'Hare (ver EA)",  GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE )
1012GAME( 1992, buckyuab,   bucky,   bucky,   bucky, driver_device, 0, ROT0, "Konami",  "Bucky O'Hare (ver UAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE )
1013GAME( 1992, buckyaab,   bucky,   bucky,   bucky, driver_device, 0, ROT0, "Konami",  "Bucky O'Hare (ver AAB)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team