summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu
diff options
context:
space:
mode:
author Cowering <cowering@users.noreply.github.com>2015-08-07 11:35:44 -0500
committer Cowering <cowering@users.noreply.github.com>2015-08-07 11:35:44 -0500
commitfc64e141a6fabc7905a6e238a66cf487fbc6589a (patch)
tree736b1e640e32f881c28335bf0b1fb63b3673d737 /src/emu/cpu
parentb5f35171297aa227a1c877996aae6ae9e44d25e9 (diff)
add missing newline (nw)
Diffstat (limited to 'src/emu/cpu')
-rw-r--r--src/emu/cpu/v810/v810.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/v810/v810.c b/src/emu/cpu/v810/v810.c
index 9e6db000949..fa41ce71986 100644
--- a/src/emu/cpu/v810/v810.c
+++ b/src/emu/cpu/v810/v810.c
@@ -636,7 +636,7 @@ UINT32 v810_device::opRETI(UINT32 op)
UINT32 v810_device::opHALT(UINT32 op)
{
- printf("V810: HALT @ %X",PC-2);
+ printf("V810: HALT @ %X\n",PC-2);
return clkIF;
}