From 8e7b6b72e13555238910529153815539df718bc6 Mon Sep 17 00:00:00 2001 From: barbudreadmon Date: Wed, 11 Jul 2018 18:14:12 +0200 Subject: [PATCH] (Naomi) Fix for "The Rumble Fish 2" As confirmed by MettalliC, the correct value is 32KB --- core/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/types.h b/core/types.h index b9c6333c9..a682d2591 100644 --- a/core/types.h +++ b/core/types.h @@ -238,7 +238,7 @@ struct vram_block #define VRAM_SIZE (16*1024*1024) #define ARAM_SIZE (8*1024*1024) #define BIOS_SIZE (2*1024*1024) - #define BBSRAM_SIZE (8*1024) + #define BBSRAM_SIZE (32*1024) #define ROM_PREFIX "naomi_" #define ROM_NAMES ";epr-21576d.bin" @@ -251,7 +251,7 @@ struct vram_block #define VRAM_SIZE (16*1024*1024) #define ARAM_SIZE (8*1024*1024) #define BIOS_SIZE (2*1024*1024) - #define BBSRAM_SIZE (8*1024) + #define BBSRAM_SIZE (32*1024) #define ROM_PREFIX "n2_" #define ROM_NAMES