From d238f4ba41fc742f14eff162bad6e37d0ba654e1 Mon Sep 17 00:00:00 2001 From: cam900 Date: Sun, 19 May 2024 02:52:57 +0900 Subject: dataeast/simpl156.h: Changed rowscroll RAM size to 0x800 words. (#12384) This matches the size of the mapping in the address map, and fixes buffer overruns. --- src/mame/dataeast/simpl156.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/dataeast/simpl156.h b/src/mame/dataeast/simpl156.h index 422c196c151..a3f8dd09b54 100644 --- a/src/mame/dataeast/simpl156.h +++ b/src/mame/dataeast/simpl156.h @@ -23,7 +23,7 @@ public: m_okimusic(*this, "okimusic"), m_sprgen(*this, "spritegen"), m_palette(*this, "palette"), - m_rowscroll(*this, "rowscroll_%u", 1U, 0x800U, ENDIANNESS_LITTLE), + m_rowscroll(*this, "rowscroll_%u", 1U, 0x1000U, ENDIANNESS_LITTLE), m_mainram(*this, "mainram", 0x4000U, ENDIANNESS_LITTLE), m_systemram(*this, "systemram"), m_spriteram(*this, "spriteram", 0x1000U, ENDIANNESS_LITTLE) -- cgit v1.2.3