summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-09-05 22:28:07 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-09-05 22:30:23 -0400
commitb2cd9ca731d8e16c004ac7d346aaf89ef2271d36 (patch)
treedaba1c8123de4c558f75a1e0505a7883d02bec71
parent10e8381d0fa99e9aa2f2c71095a21810255ef6df (diff)
Make SET instruction in Mitsubishi M740 subfamily actually affect execution
This fixes MT 7091, and may fix subtle problems in other drivers as well.
-rw-r--r--src/devices/cpu/m6502/m740.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/m6502/m740.h b/src/devices/cpu/m6502/m740.h
index 880e09fef7d..352f0a4be5c 100644
--- a/src/devices/cpu/m6502/m740.h
+++ b/src/devices/cpu/m6502/m740.h
@@ -54,7 +54,6 @@ protected:
#define O(o) void o ## _full(); void o ## _partial()
- u32 inst_state_base; /* Current instruction bank */
virtual u32 get_state_base() const override;
uint8_t do_clb(uint8_t in, uint8_t bit);