summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spg2xx_smarttv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/spg2xx_smarttv.cpp')
-rw-r--r--src/mame/drivers/spg2xx_smarttv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/spg2xx_smarttv.cpp b/src/mame/drivers/spg2xx_smarttv.cpp
index 27f042d8a7a..bc315ae4a43 100644
--- a/src/mame/drivers/spg2xx_smarttv.cpp
+++ b/src/mame/drivers/spg2xx_smarttv.cpp
@@ -193,7 +193,7 @@ DEVICE_IMAGE_LOAD_MEMBER(smarttv_state::cart_load_smarttv)
if (size > 0x800000)
{
- image.seterror(IMAGE_ERROR_UNSPECIFIED, "Unsupported cartridge size");
+ image.seterror(image_error::INVALIDIMAGE, "Unsupported cartridge size");
return image_init_result::FAIL;
}