mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
(MESS) scv: need space for terminator
This commit is contained in:
parent
5695dfc045
commit
70474ce26a
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user