summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitojc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitojc.c')
-rw-r--r--src/mame/drivers/taitojc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taitojc.c b/src/mame/drivers/taitojc.c
index bccd5a13a01..7a3e678c72e 100644
--- a/src/mame/drivers/taitojc.c
+++ b/src/mame/drivers/taitojc.c
@@ -436,7 +436,7 @@ static const int dendego_pressure_table[0x100] =
// VSync - 55.6795Hz
// 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 HBEND (0)
#define HBSTART (512)