summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32025/tms32025.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms32025/tms32025.h')
-rw-r--r--src/devices/cpu/tms32025/tms32025.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/cpu/tms32025/tms32025.h b/src/devices/cpu/tms32025/tms32025.h
index 2a4b937432f..924f0a774cc 100644
--- a/src/devices/cpu/tms32025/tms32025.h
+++ b/src/devices/cpu/tms32025/tms32025.h
@@ -183,6 +183,7 @@ protected:
int m_icount;
int m_mHackIgnoreARP; /* special handling for lst, lst1 instructions */
int m_waiting_for_serial_frame;
+ bool m_mp_mc;
inline void CLR0(uint16_t flag);
inline void SET0(uint16_t flag);
@@ -360,8 +361,6 @@ protected:
void zals();
inline int process_IRQs();
inline void process_timer(int clocks);
-
- bool m_mp_mc;
};