| 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 |
| r242013 | r242014 | |
|---|---|---|
| 436 | 436 | |
| 437 | 437 | // VSync - 55.6795Hz |
| 438 | 438 | // HSync - 24.639kHz / 24.690kHz (may be inaccurate) |
| 439 | #define HTOTAL (768) | |
| 439 | // TODO: interlacing (hence the different HSync values) | |
| 440 | #define HTOTAL (812) | |
| 440 | 441 | #define HBEND (0) |
| 441 | 442 | #define HBSTART (512) |
| 442 | 443 | |
| 443 | #define VTOTAL (4 | |
| 444 | #define VTOTAL (443) | |
| 444 | 445 | #define VBEND (0) |
| 445 | 446 | #define VBSTART (400) |
| 446 | 447 |
| https://github.com/mamedev/mame/commit/7b747b9e7a67584987babbf3ca950324ab6232ce |
| Previous | 199869 Revisions | Next |