trunk/src/mame/drivers/cntsteer.c
| r18934 | r18935 | |
| 883 | 883 | /* basic machine hardware */ |
| 884 | 884 | MCFG_CPU_ADD("maincpu", M6809, 2000000) /* ? */ |
| 885 | 885 | MCFG_CPU_PROGRAM_MAP(cntsteer_cpu1_map) |
| 886 | | // MCFG_CPU_VBLANK_INT_DRIVER("screen", cntsteer_state, nmi_line_pulse) /* ? */ |
| 886 | MCFG_CPU_VBLANK_INT_DRIVER("screen", cntsteer_state, nmi_line_pulse) /* ? */ |
| 887 | 887 | |
| 888 | 888 | MCFG_CPU_ADD("subcpu", M6809, 2000000) /* ? */ |
| 889 | 889 | MCFG_CPU_PROGRAM_MAP(cntsteer_cpu2_map) |
| 890 | | MCFG_DEVICE_DISABLE() |
| 890 | // MCFG_DEVICE_DISABLE() |
| 891 | 891 | MCFG_CPU_VBLANK_INT_DRIVER("screen", cntsteer_state, nmi_line_pulse) /* ? */ |
| 892 | 892 | |
| 893 | 893 | MCFG_CPU_ADD("audiocpu", M6502, 1500000) /* ? */ |