summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/phunsy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/phunsy.cpp')
-rw-r--r--src/mame/drivers/phunsy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/phunsy.cpp b/src/mame/drivers/phunsy.cpp
index fc5c5776fa5..25a260c9c5f 100644
--- a/src/mame/drivers/phunsy.cpp
+++ b/src/mame/drivers/phunsy.cpp
@@ -291,7 +291,7 @@ QUICKLOAD_LOAD_MEMBER(phunsy_state::quickload_cb)
int quick_length = image.length();
if (quick_length > 0x4000)
{
- image.seterror(IMAGE_ERROR_INVALIDIMAGE, "File too long");
+ image.seterror(image_error::INVALIDIMAGE, "File too long");
image.message(" File too long");
}
else