From 6c371cf203f2deecb189929e3e71bd8605e4ab15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Jacquot?= Date: Sun, 3 Mar 2019 08:09:33 +0100 Subject: [PATCH] increase ROMBITS to fully utilize one memory block --- saturn_hp48gx_rom.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saturn_hp48gx_rom.v b/saturn_hp48gx_rom.v index 480749c..a2e1390 100644 --- a/saturn_hp48gx_rom.v +++ b/saturn_hp48gx_rom.v @@ -23,7 +23,7 @@ `ifdef SIM `define ROMBITS 20 `else -`define ROMBITS 12 +`define ROMBITS 13 `endif `include "saturn_def_buscmd.v"