trunk/src/mame/drivers/groundfx.c
| r22567 | r22568 | |
| 54 | 54 | Ground Effects is effectively a 30Hz game - though the vblank interrupts |
| 55 | 55 | still come in at 60Hz, the game uses a hardware frame counter to limit |
| 56 | 56 | itself to 30Hz (it only updates things like the video registers every |
| 57 | | other vblank). There isn't enough cpu power in a 16MHz 68020 to run |
| 57 | other vblank). There isn't enough cpu power in a 20MHz 68020 to run |
| 58 | 58 | this game at 60Hz. |
| 59 | 59 | |
| 60 | 60 | Ground Effects has a network mode - probably uses IRQ 6 and the unknown |
| r22567 | r22568 | |
| 363 | 363 | static MACHINE_CONFIG_START( groundfx, groundfx_state ) |
| 364 | 364 | |
| 365 | 365 | /* basic machine hardware */ |
| 366 | | MCFG_CPU_ADD("maincpu", M68EC020, 16000000) /* 16 MHz */ |
| 366 | MCFG_CPU_ADD("maincpu", M68EC020, XTAL_40MHz/2) /* 20MHz - verified */ |
| 367 | 367 | MCFG_CPU_PROGRAM_MAP(groundfx_map) |
| 368 | 368 | MCFG_CPU_VBLANK_INT_DRIVER("screen", groundfx_state, groundfx_interrupt) |
| 369 | 369 | |
trunk/src/mame/drivers/undrfire.c
| r22567 | r22568 | |
| 725 | 725 | static MACHINE_CONFIG_START( undrfire, undrfire_state ) |
| 726 | 726 | |
| 727 | 727 | /* basic machine hardware */ |
| 728 | | MCFG_CPU_ADD("maincpu", M68EC020, 16000000) /* 16 MHz */ |
| 728 | MCFG_CPU_ADD("maincpu", M68EC020, XTAL_40MHz/2) /* 20 MHz - NOT verified */ |
| 729 | 729 | MCFG_CPU_PROGRAM_MAP(undrfire_map) |
| 730 | 730 | MCFG_CPU_VBLANK_INT_DRIVER("screen", undrfire_state, undrfire_interrupt) |
| 731 | 731 | |
| r22567 | r22568 | |
| 754 | 754 | static MACHINE_CONFIG_START( cbombers, undrfire_state ) |
| 755 | 755 | |
| 756 | 756 | /* basic machine hardware */ |
| 757 | | MCFG_CPU_ADD("maincpu", M68EC020, 16000000) /* 16 MHz */ |
| 757 | MCFG_CPU_ADD("maincpu", M68EC020, XTAL_40MHz/2) /* 20 MHz - NOT verified */ |
| 758 | 758 | MCFG_CPU_PROGRAM_MAP(cbombers_cpua_map) |
| 759 | 759 | MCFG_CPU_VBLANK_INT_DRIVER("screen", undrfire_state, irq4_line_hold) |
| 760 | 760 | |
| 761 | | MCFG_CPU_ADD("sub", M68000, 16000000) /* 16 MHz */ |
| 761 | MCFG_CPU_ADD("sub", M68000, XTAL_32MHz/2) /* 16 MHz */ |
| 762 | 762 | MCFG_CPU_PROGRAM_MAP(cbombers_cpub_map) |
| 763 | 763 | MCFG_CPU_VBLANK_INT_DRIVER("screen", undrfire_state, irq4_line_hold) |
| 764 | 764 | |
trunk/src/mame/drivers/sfbonus.c
| r22567 | r22568 | |
| 5540 | 5540 | ROM5 C409 |
| 5541 | 5541 | ROM6 59B6 |
| 5542 | 5542 | |
| 5543 | | Note: There is a chance that the "2nd Edition" graphics roms night be different. |
| 5543 | Note: There is a chance that the "2nd Edition" graphics roms might be different. |
| 5544 | 5544 | */ |
| 5545 | 5545 | ROM_START( spooky ) |
| 5546 | 5546 | ROM_REGION( 0x80000, "maincpu", 0 ) /* Z80 Code */ |
| r22567 | r22568 | |
| 5633 | 5633 | |
| 5634 | 5634 | /* Fruit Bonus 3G |
| 5635 | 5635 | |
| 5636 | | Version 1.0.1 roms need dumping. Program ROM was reflashed (updated) to v1.0.3 |
| 5636 | Version 1.0.1 roms need dumping. The board was reflashed (updated) to v1.0.3 |
| 5637 | 5637 | |
| 5638 | 5638 | ROM SUM16 printed on rom label |
| 5639 | 5639 | -------------------------------------------- |