mirror of
https://github.com/holub/mame
synced 2025-04-27 02:33:13 +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++)
|
for (int i = 0; i < 8; i++)
|
||||||
{
|
{
|
||||||
char str[3];
|
char str[4];
|
||||||
sprintf(str, "PA%i", i);
|
sprintf(str, "PA%i", i);
|
||||||
m_key[i] = ioport(str);
|
m_key[i] = ioport(str);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user