summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/bebox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/bebox.c')
-rw-r--r--src/mess/machine/bebox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/bebox.c b/src/mess/machine/bebox.c
index 028e2aa65ce..25d4795fb07 100644
--- a/src/mess/machine/bebox.c
+++ b/src/mess/machine/bebox.c
@@ -664,7 +664,7 @@ WRITE8_HANDLER(bebox_80000480_w)
READ8_HANDLER(bebox_80000480_r)
{
- fatalerror("NYI");
+ fatalerror("NYI\n");
}