From a554e7a28a0c995b58c6085740912f4cc6e70878 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 23 Oct 2015 18:45:53 -0500 Subject: [PATCH] updating --- src/lib/modex16/192x144.h | 4 ++-- src/lib/modex16/320x240.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/modex16/192x144.h b/src/lib/modex16/192x144.h index 8271a0db..74800c06 100755 --- a/src/lib/modex16/192x144.h +++ b/src/lib/modex16/192x144.h @@ -58,9 +58,9 @@ static const word ModeX_192x144regs[] = { 0x3f00, /* Horizontal total */ 0x2701, /* horizontal display enable end */ 0x3002, /* Start horizontal blanking */ - 0x0003, /* End horizontal blanking */ + 0x4c03, /* End horizontal blanking */ 0x3404, /* Start horizontal retrace */ - 0x4805, /* End horizontal retrace */ + 0x4a05, /* End horizontal retrace */ 0x0d06, /* vertical total */ 0x3e07, /* overflow (bit 8 of vertical counts) */ 0x4109, /* cell height (2 to double-scan */ diff --git a/src/lib/modex16/320x240.h b/src/lib/modex16/320x240.h index f92d113e..abf4e0e0 100755 --- a/src/lib/modex16/320x240.h +++ b/src/lib/modex16/320x240.h @@ -58,9 +58,9 @@ static const word ModeX_320x240regs[] = { 0x5f00, /* Horizontal total */ 0x4f01, /* horizontal display enable end */ 0x5002, /* Start horizontal blanking */ - 0x7a03, /* End horizontal blanking */ + 0x8203, /* End horizontal blanking */ 0x5404, /* Start horizontal retrace */ - 0x7805, /* End horizontal retrace */ + 0x8005, /* End horizontal retrace */ 0x0d06, /* vertical total */ 0x3e07, /* overflow (bit 8 of vertical counts) */ 0x4109, /* cell height (2 to double-scan */ -- 2.39.5