diff options
author | 2015-08-07 11:35:44 -0500 | |
---|---|---|
committer | 2015-08-07 11:35:44 -0500 | |
commit | fc64e141a6fabc7905a6e238a66cf487fbc6589a (patch) | |
tree | 736b1e640e32f881c28335bf0b1fb63b3673d737 /src/emu/cpu | |
parent | b5f35171297aa227a1c877996aae6ae9e44d25e9 (diff) |
add missing newline (nw)
Diffstat (limited to 'src/emu/cpu')
-rw-r--r-- | src/emu/cpu/v810/v810.c | 2 |
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; } |