summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vidbrain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vidbrain.cpp')
-rw-r--r--src/mame/drivers/vidbrain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/vidbrain.cpp b/src/mame/drivers/vidbrain.cpp
index 8581750e536..697763f1dbf 100644
--- a/src/mame/drivers/vidbrain.cpp
+++ b/src/mame/drivers/vidbrain.cpp
@@ -207,12 +207,12 @@ WRITE8_MEMBER( vidbrain_state::f3853_w )
logerror("%s: F3853 Interrupt Control %u\n", machine().describe_context(), m_int_enable);
interrupt_check();
- if (m_int_enable == 0x03) fatalerror("F3853 Timer not supported!\n");
+ if (m_int_enable == 0x03) logerror("F3853 Timer not supported!\n");
break;
case 3:
// timer 8-bit polynomial counter
- fatalerror("%s: F3853 Timer not supported!\n", machine().describe_context());
+ logerror("%s: F3853 Timer not supported!\n", machine().describe_context());
}
}