summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/z1013.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/z1013.cpp')
-rw-r--r--src/mame/drivers/z1013.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/z1013.cpp b/src/mame/drivers/z1013.cpp
index dd938204e1a..4cb97de983e 100644
--- a/src/mame/drivers/z1013.cpp
+++ b/src/mame/drivers/z1013.cpp
@@ -380,7 +380,7 @@ SNAPSHOT_LOAD_MEMBER(z1013_state::snapshot_cb)
{ }
else
{
- image.seterror(IMAGE_ERROR_INVALIDIMAGE, "Not a Z1013 image");
+ image.seterror(image_error::INVALIDIMAGE, "Not a Z1013 image");
image.message(" Not a Z1013 image");
return image_init_result::FAIL;
}
@@ -392,7 +392,7 @@ SNAPSHOT_LOAD_MEMBER(z1013_state::snapshot_cb)
m_maincpu->set_state_int(Z80_PC, runaddr);
else
{
- image.seterror(IMAGE_ERROR_INVALIDIMAGE, "Loaded but cannot run");
+ image.seterror(image_error::INVALIDIMAGE, "Loaded but cannot run");
image.message(" Loaded but cannot run");
}