From d21ebacee15b79982ba14778ffe639272c52d79d Mon Sep 17 00:00:00 2001 From: yavor Date: Wed, 5 Sep 2018 09:39:05 +0300 Subject: [PATCH] Fixed ula bug --- cores/Oric/source/ula.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/Oric/source/ula.vhd b/cores/Oric/source/ula.vhd index a9f4001..1238ac5 100644 --- a/cores/Oric/source/ula.vhd +++ b/cores/Oric/source/ula.vhd @@ -349,7 +349,7 @@ begin lHBLANKn <= '1' when (lCTR_H >= 1) and (lCTR_H <= 40) else '0'; -- Signal to Reload Register to reset attributes - lRELOAD_SEL <= '1' when (lCTR_H >= 49) else '0'; + lRELOAD_SEL <= '1' when (lCTR_H >= 62) else '0'; -- Vertical Synchronisation lVSYNC50n <= '0' when (lCTR_V >= 258) and (lCTR_V <= 259) else '1'; -- 50Hz