mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
and another one... (nw)
This commit is contained in:
parent
eda2dcb898
commit
9f7f606b5e
@ -540,7 +540,7 @@ QUICKLOAD_LOAD_MEMBER(ssem_state, ssem_store)
|
||||
// Isolate and convert 4-digit decimal address
|
||||
memcpy(token_buf, image_line, 4);
|
||||
token_buf[4] = '\0';
|
||||
sscanf(token_buf, "%04d", &line);
|
||||
sscanf(token_buf, "%04u", &line);
|
||||
|
||||
if (!core_stricmp(image.filetype(), "snp"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user