mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
nascom1: Fixed snapshot loading regression on 32bit builds (nw)
This commit is contained in:
parent
de7d35e2fd
commit
2ca871a18a
@ -233,7 +233,7 @@ DEVICE_IMAGE_UNLOAD_MEMBER( nascom_state, nascom1_cassette )
|
||||
|
||||
SNAPSHOT_LOAD_MEMBER( nascom_state, nascom1 )
|
||||
{
|
||||
uint8_t line[28];
|
||||
uint8_t line[29];
|
||||
|
||||
while (image.fread(&line, sizeof(line)) == sizeof(line))
|
||||
{
|
||||
@ -264,7 +264,7 @@ SNAPSHOT_LOAD_MEMBER( nascom_state, nascom1 )
|
||||
|
||||
SNAPSHOT_LOAD_MEMBER(nascom_state, charrom)
|
||||
{
|
||||
uint8_t line[28];
|
||||
uint8_t line[29];
|
||||
|
||||
while (image.fread(&line, sizeof(line)) == sizeof(line))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user