summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/rw5000/b5000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/rw5000/b5000.cpp')
-rw-r--r--src/devices/cpu/rw5000/b5000.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/cpu/rw5000/b5000.cpp b/src/devices/cpu/rw5000/b5000.cpp
index 685fb1b5190..f173ebea6b5 100644
--- a/src/devices/cpu/rw5000/b5000.cpp
+++ b/src/devices/cpu/rw5000/b5000.cpp
@@ -145,7 +145,8 @@ void b5000_cpu_device::execute_one()
}
break; // 0xfc
- }
+
+ } // 0xf0
}
bool b5000_cpu_device::op_is_tl(u8 op)