trunk/src/mame/includes/cps1.h
r243753 | r243754 | |
17 | 17 | // measured clocks: |
18 | 18 | // CPS2(Guru): V = 59.6376Hz, H = 15,4445kHz *H is probably measured too low! |
19 | 19 | // CPS1 GNG: V = 59.61Hz |
| 20 | /* CPS1(Charles MacDonald): |
| 21 | Pixel clock: 8.00 MHz |
| 22 | Total pixel clocks per scanline: 512 clocks |
| 23 | Horizontal sync pulse width : 36 clocks |
| 24 | Horizontal display and blanking period: 476 clocks |
| 25 | Frame size: 262 scanlines |
| 26 | Refresh rate: 59.63 MHz. |
| 27 | */ |
20 | 28 | #define CPS_PIXEL_CLOCK (XTAL_16MHz/2) |
21 | 29 | |
22 | 30 | #define CPS_HTOTAL (512) |