Make SET instruction in Mitsubishi M740 subfamily actually affect execution

This fixes MT 7091, and may fix subtle problems in other drivers as well.
This commit is contained in:
AJR 2018-09-05 22:28:07 -04:00
parent 10e8381d0f
commit b2cd9ca731

View File

@ -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);