Previous 199869 Revisions Next

r18924 Saturday 10th November, 2012 at 18:29:32 UTC by hap
(note)
[src/mame/drivers]vastar.c

trunk/src/mame/drivers/vastar.c
r18923r18924
423423   MCFG_CPU_ADD("sub", Z80, XTAL_18_432MHz/6)
424424   MCFG_CPU_PROGRAM_MAP(cpu2_map)
425425   MCFG_CPU_IO_MAP(cpu2_port_map)
426   MCFG_CPU_PERIODIC_INT_DRIVER(vastar_state, irq0_line_hold, 4*60)   /* ??? */
426   MCFG_CPU_PERIODIC_INT_DRIVER(vastar_state, irq0_line_hold, 242)   /* 4 * vsync_freq(60.58) measured, it is not known yet how long it is asserted so we'll use HOLD_LINE for now */
427427
428   MCFG_QUANTUM_TIME(attotime::from_hz(600))   /* 10 CPU slices per frame - seems enough to ensure proper */
429                  /* synchronization of the CPUs */
428   MCFG_QUANTUM_TIME(attotime::from_hz(600))   /* 10 CPU slices per frame - seems enough to ensure proper synchronization of the CPUs */
430429
431430   /* video hardware */
432431   MCFG_SCREEN_ADD("screen", RASTER)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team