summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms34010/34010fld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms34010/34010fld.hxx')
-rw-r--r--src/devices/cpu/tms34010/34010fld.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/devices/cpu/tms34010/34010fld.hxx b/src/devices/cpu/tms34010/34010fld.hxx
index 79c2caa5c50..5df7ebafa65 100644
--- a/src/devices/cpu/tms34010/34010fld.hxx
+++ b/src/devices/cpu/tms34010/34010fld.hxx
@@ -484,13 +484,7 @@ uint32_t tms340x0_device::rfield_s_07(offs_t offset)
uint32_t tms340x0_device::rfield_s_08(offs_t offset)
{
uint32_t ret;
- if (offset & 0x07)
- {
- RFIELDMAC(0xff,9);
- }
-
- else
- ret = TMS34010_RDMEM(offset);
+ RFIELDMAC_8();
return (int32_t)(int8_t)ret;
}