summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/m10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/m10.h b/src/mame/includes/m10.h
index 58f9cb96270..d43695e583d 100644
--- a/src/mame/includes/m10.h
+++ b/src/mame/includes/m10.h
@@ -10,7 +10,7 @@
#define IREMM10_CPU_CLOCK (IREMM10_MASTER_CLOCK/16)
#define IREMM10_PIXEL_CLOCK (IREMM10_MASTER_CLOCK/2)
#define IREMM10_HTOTAL (360) /* (0x100-0xd3)*8 */
-#define IREMM10_HBSTART (248)
+#define IREMM10_HBSTART (248)
#define IREMM10_HBEND (8)
#define IREMM10_VTOTAL (281) /* (0x200-0xe7) */
#define IREMM10_VBSTART (240)