diff options
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; } |