summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/bebox.c
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2012-09-09 07:08:47 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2012-09-09 07:08:47 +0000
commit8cf19f400c94effec2affe97bc5ae80a865a40cd (patch)
tree80cf2668d643df42c32384495169db34c236ea62 /src/mess/machine/bebox.c
parentcca30016706d54c32bf6bc1e30d67d14b24b57e7 (diff)
added missing \n to remaining fatalerror() calls (no whatsnew)
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");
}