mirror of
https://github.com/holub/mame
synced 2025-06-25 13:54:37 +03:00
After-thoughts, (nw)
This commit is contained in:
parent
7b747b9e7a
commit
67cbf2f018
@ -1256,7 +1256,8 @@ WRITE_LINE_MEMBER(dec0_state::sound_irq2)
|
|||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
/* TODO: These are raw guesses, only to get ~57,41 Hz */
|
/* This is guesswork, in order to get ~57,41 Hz.
|
||||||
|
* If real Pixel Clock isn't 5 MHz then htotal/vtotal is different too ... */
|
||||||
#define DEC0_PIXEL_CLOCK XTAL_20MHz/4
|
#define DEC0_PIXEL_CLOCK XTAL_20MHz/4
|
||||||
#define DEC0_HTOTAL 320
|
#define DEC0_HTOTAL 320
|
||||||
#define DEC0_HBEND 0
|
#define DEC0_HBEND 0
|
||||||
|
@ -436,7 +436,7 @@ static const int dendego_pressure_table[0x100] =
|
|||||||
|
|
||||||
// VSync - 55.6795Hz
|
// VSync - 55.6795Hz
|
||||||
// HSync - 24.639kHz / 24.690kHz (may be inaccurate)
|
// HSync - 24.639kHz / 24.690kHz (may be inaccurate)
|
||||||
// TODO: interlacing (hence the different HSync values)
|
// TODO: why different HSyncs? 24 kHz assumes medium res monitor, so it can't be interlacing.
|
||||||
#define HTOTAL (812)
|
#define HTOTAL (812)
|
||||||
#define HBEND (0)
|
#define HBEND (0)
|
||||||
#define HBSTART (512)
|
#define HBSTART (512)
|
||||||
|
Loading…
Reference in New Issue
Block a user