trunk/src/mame/drivers/fuukifg2.c
r22870 | r22871 | |
41 | 41 | |
42 | 42 | - The scroll values are generally wrong when flip screen is on and rasters are often incorrect |
43 | 43 | |
44 | | - gogomile M6295 banking is incorrect (the story sequence should have speech) |
45 | | |
46 | 44 | ***************************************************************************/ |
47 | 45 | |
48 | 46 | #include "emu.h" |
r22870 | r22871 | |
455 | 453 | MCFG_CPU_ADD("maincpu", M68000, 16000000) |
456 | 454 | MCFG_CPU_PROGRAM_MAP(fuuki16_map) |
457 | 455 | |
458 | | MCFG_CPU_ADD("audiocpu", Z80, 3000000) /* ? */ |
| 456 | MCFG_CPU_ADD("audiocpu", Z80, 6000000) // Unverified |
459 | 457 | MCFG_CPU_PROGRAM_MAP(fuuki16_sound_map) |
460 | 458 | MCFG_CPU_IO_MAP(fuuki16_sound_io_map) |
461 | 459 | |
r22870 | r22871 | |
662 | 660 | |
663 | 661 | ***************************************************************************/ |
664 | 662 | |
665 | | GAME( 1995, gogomile, 0, fuuki16, gogomile, driver_device, 0, ROT0, "Fuuki", "Go Go! Mile Smile", GAME_IMPERFECT_SOUND ) |
666 | | GAME( 1995, gogomilej,gogomile, fuuki16, gogomilej, driver_device,0, ROT0, "Fuuki", "Susume! Mile Smile (Japan)", GAME_IMPERFECT_SOUND ) |
| 663 | GAME( 1995, gogomile, 0, fuuki16, gogomile, driver_device, 0, ROT0, "Fuuki", "Go Go! Mile Smile", 0 ) |
| 664 | GAME( 1995, gogomilej,gogomile, fuuki16, gogomilej, driver_device,0, ROT0, "Fuuki", "Susume! Mile Smile (Japan)", 0 ) |
667 | 665 | GAME( 1996, pbancho, 0, fuuki16, pbancho, driver_device, 0, ROT0, "Fuuki", "Gyakuten!! Puzzle Bancho (Japan)", 0) |