(MESS) scv: need space for terminator

This commit is contained in:
Robbbert 2013-05-30 01:03:18 +00:00
parent 5695dfc045
commit 70474ce26a

View File

@ -776,7 +776,7 @@ void scv_state::machine_start()
for (int i = 0; i < 8; i++)
{
char str[3];
char str[4];
sprintf(str, "PA%i", i);
m_key[i] = ioport(str);
}