summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms34010/tms34010.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/tms34010/tms34010.c')
-rw-r--r--src/emu/cpu/tms34010/tms34010.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/tms34010/tms34010.c b/src/emu/cpu/tms34010/tms34010.c
index 5cfd4aabdfd..611cc1c13da 100644
--- a/src/emu/cpu/tms34010/tms34010.c
+++ b/src/emu/cpu/tms34010/tms34010.c
@@ -1659,7 +1659,7 @@ READ16_MEMBER( tms34010_device::host_r )
tms34010_state *tms = get_safe_token(this);
unsigned int addr;
int result = 0;
-
+
/* swap to the target cpu */
switch (reg)