summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/t11/t11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/t11/t11.c')
-rw-r--r--src/devices/cpu/t11/t11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/t11/t11.c b/src/devices/cpu/t11/t11.c
index 97f53e74b34..4a012ec0505 100644
--- a/src/devices/cpu/t11/t11.c
+++ b/src/devices/cpu/t11/t11.c
@@ -365,7 +365,7 @@ void t11_device::device_reset()
void k1801vm2_device::device_reset()
{
t11_device::device_reset();
-
+
PC = RWORD(c_initial_mode);
PSW = RWORD(c_initial_mode+2);
}