Add scrolling program

This commit is contained in:
2022-11-20 17:48:42 +01:00
parent 6a76243fc0
commit 4666ae9bf8
5 changed files with 414 additions and 16 deletions

View File

@@ -29,7 +29,7 @@ package config is
constant CFG_LED : integer := CFG_DMEM+1;
constant CFG_SW : integer := CFG_LED+1;
constant CFG_TIMER : integer := CFG_SW+1;
constant CFG_SEG : integer := CFG_TIMER+1;
constant CFG_SCR : integer := CFG_TIMER+1;
-----------------------------
-- base address (BADR) & mask address (MADR)