Previous 199869 Revisions Next

r33502 Monday 24th November, 2014 at 01:05:40 UTC by Angelo Salese
I count this a bit differently, wtf? (nw)
[src/mame/drivers]taitojc.c

trunk/src/mame/drivers/taitojc.c
r242013r242014
436436
437437// VSync - 55.6795Hz
438438// HSync - 24.639kHz / 24.690kHz (may be inaccurate)
439#define HTOTAL              (768)
439// TODO: interlacing (hence the different HSync values)
440#define HTOTAL              (812)
440441#define HBEND               (0)
441442#define HBSTART             (512)
442443
443#define VTOTAL              (468)
444#define VTOTAL              (443)
444445#define VBEND               (0)
445446#define VBSTART             (400)
446447


Previous 199869 Revisions Next


© 1997-2024 The MAME Team