summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcb2.c
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2013-06-08 12:31:01 +0000
committer Olivier Galibert <galibert@pobox.com>2013-06-08 12:31:01 +0000
commitb15438cbdecdf15a4ef059b16a544609653d1c0b (patch)
treef7b3fc617e7dd94d6962423a3412be190d76d1e5 /src/emu/devcb2.c
parentd19ce436015d8cb10cc2256f9489ab09539127fb (diff)
naomi video: Pretend-modernize the powervr2 [O. Galibert]
Diffstat (limited to 'src/emu/devcb2.c')
-rw-r--r--src/emu/devcb2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/devcb2.c b/src/emu/devcb2.c
index 404990e22e4..3b6a6cf22e9 100644
--- a/src/emu/devcb2.c
+++ b/src/emu/devcb2.c
@@ -232,6 +232,7 @@ void devcb2_read_base::resolve()
}
catch (binding_type_exception &binderr)
{
+ abort();
throw emu_fatalerror("Error performing a late bind of type %s to %s\n", binderr.m_actual_type.name(), binderr.m_target_type.name());
}
}
@@ -449,6 +450,7 @@ void devcb2_write_base::resolve()
}
catch (binding_type_exception &binderr)
{
+ abort();
throw emu_fatalerror("Error performing a late bind of type %s to %s\n", binderr.m_actual_type.name(), binderr.m_target_type.name());
}
}