summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h6280/h6280.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h6280/h6280.cpp')
-rw-r--r--src/devices/cpu/h6280/h6280.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h6280/h6280.cpp b/src/devices/cpu/h6280/h6280.cpp
index c8a81af0532..4c5091b502e 100644
--- a/src/devices/cpu/h6280/h6280.cpp
+++ b/src/devices/cpu/h6280/h6280.cpp
@@ -948,7 +948,7 @@ inline void h6280_device::bpl()
***************************************************************/
inline void h6280_device::brk()
{
- logerror("BRK %04xn",PCW);
+ logerror("BRK %04x\n",PCW);
clear_t();
PCW++;
push(PCH);