From 3ef421a3857d320d34bfee4a5755e331f2025781 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Sun, 27 Jun 2021 23:31:23 +0300 Subject: Reset combination changed to Left+Start+A+B --- CoolGirl_config.vh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoolGirl_config.vh b/CoolGirl_config.vh index adb931b..6e34a2f 100644 --- a/CoolGirl_config.vh +++ b/CoolGirl_config.vh @@ -47,4 +47,4 @@ parameter UxROM_BITSIZE = 4, // Maximum size for UxROM PRG (3=25 parameter AxROM_BxROM_BITSIZE = 3, // Maximum size for AxROM/BxROM PRG (2=256KB - standard size, 3=512KB - required for some hacks/homebrew) parameter MMC3_BITSIZE = 8, // Maximum size for MMC3 PRG (6=512KB - standard size, 8=2MB - required for some hacks/homebrew) -parameter RESET_COMBINATION = 8'h34 +parameter RESET_COMBINATION = 8'b11010010 -- cgit v1.2.3