From b8cdf7224c9202948647e3aab7650b9ae17729c4 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 20 Dec 2020 17:19:35 -0500 Subject: [PATCH] tsamurai.cpp: Add missing item to save state (was incorrectly being saved only for vsgongf) --- src/mame/video/tsamurai.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mame/video/tsamurai.cpp b/src/mame/video/tsamurai.cpp index 546691a78fc..3ff1fd57436 100644 --- a/src/mame/video/tsamurai.cpp +++ b/src/mame/video/tsamurai.cpp @@ -79,6 +79,7 @@ void tsamurai_state::video_start() m_numsprites = 32; save_item(NAME(m_bgcolor)); + save_item(NAME(m_textbank1)); } void m660_state::video_start()