mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
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:
parent
10e8381d0f
commit
b2cd9ca731
@ -54,7 +54,6 @@ protected:
|
|||||||
|
|
||||||
#define O(o) void o ## _full(); void o ## _partial()
|
#define O(o) void o ## _full(); void o ## _partial()
|
||||||
|
|
||||||
u32 inst_state_base; /* Current instruction bank */
|
|
||||||
virtual u32 get_state_base() const override;
|
virtual u32 get_state_base() const override;
|
||||||
|
|
||||||
uint8_t do_clb(uint8_t in, uint8_t bit);
|
uint8_t do_clb(uint8_t in, uint8_t bit);
|
||||||
|
Loading…
Reference in New Issue
Block a user