add missing newline (nw)

This commit is contained in:
Cowering 2015-08-07 11:35:44 -05:00
parent b5f3517129
commit fc64e141a6

View File

@ -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;
}