| Previous | 199869 Revisions | Next |
| r33463 Thursday 20th November, 2014 at 15:14:55 UTC by Scott Stone |
|---|
| More sane values for dec0.c / dec8.c screen raw parameters. [Angelo Salese] |
| [src/mame/drivers] | dec0.c dec8.c |
| r241974 | r241975 | |
|---|---|---|
| 1258 | 1258 | |
| 1259 | 1259 | /* TODO: These are raw guesses, only to get ~57,41 Hz */ |
| 1260 | 1260 | #define DEC0_PIXEL_CLOCK XTAL_20MHz/4 |
| 1261 | #define DEC0_HTOTAL 2 | |
| 1261 | #define DEC0_HTOTAL 320 | |
| 1262 | 1262 | #define DEC0_HBEND 0 |
| 1263 | 1263 | #define DEC0_HBSTART 256 |
| 1264 | #define DEC0_VTOTAL 2 | |
| 1264 | #define DEC0_VTOTAL 272 | |
| 1265 | 1265 | #define DEC0_VBEND 8 |
| 1266 | 1266 | #define DEC0_VBSTART 256-8 |
| 1267 | 1267 |
| r241974 | r241975 | |
|---|---|---|
| 1982 | 1982 | |
| 1983 | 1983 | /* TODO: These are raw guesses, only to get ~57,41 Hz, assume to be the same as dec0 */ |
| 1984 | 1984 | #define DEC8_PIXEL_CLOCK XTAL_20MHz/4 |
| 1985 | #define DEC8_HTOTAL 2 | |
| 1985 | #define DEC8_HTOTAL 320 | |
| 1986 | 1986 | #define DEC8_HBEND 0 |
| 1987 | 1987 | #define DEC8_HBSTART 256 |
| 1988 | #define DEC8_VTOTAL 2 | |
| 1988 | #define DEC8_VTOTAL 272 | |
| 1989 | 1989 | #define DEC8_VBEND 8 |
| 1990 | 1990 | #define DEC8_VBSTART 256-8 |
| 1991 | 1991 |
| https://github.com/mamedev/mame/commit/1897d4815a26ab9cef5c7a944c87032cc92e9802 |
| Previous | 199869 Revisions | Next |