summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2010-04-15 17:49:32 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2010-04-15 17:49:32 +0000
commite7ecc4c3d587df07b397ec58df1847f7392dda39 (patch)
treecf852e2546822206802471624dde1b7b10e91125 /src
parent589ca2c2a4bc28eabc852f985235f07092bbce87 (diff)
Fixed bug with JVS name end-of-line, not worth mentioning
Diffstat (limited to 'src')
-rw-r--r--src/mame/machine/dc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/dc.c b/src/mame/machine/dc.c
index fa0256d7ff2..e5615814327 100644
--- a/src/mame/machine/dc.c
+++ b/src/mame/machine/dc.c
@@ -738,7 +738,7 @@ WRITE64_HANDLER( naomi_maple_w )
case 0xf1: // set address
break;
case 0x10:
- strcpy((char *)(maple0x86data2+0x11+10), "SEGA ENTERPRISES,LTD.\nI/O BD JVS\n837-13551"); // name
+ strcpy((char *)(maple0x86data2+0x11+10), "SEGA ENTERPRISES,LTD.;I/O BD JVS;837-13551"); // name
maple0x86data2[pos+7]=24+21+2;
tocopy += 24+21;
break;