summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32025/tms32025.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2018-10-17 11:03:29 +0200
committer hap <happppp@users.noreply.github.com>2018-10-17 11:03:29 +0200
commitddecfa3860b877b0faa40e192af17581e6ac7ecd (patch)
treec2c3bee82560eb29110c43ef94c3c8a6e8c5803d /src/devices/cpu/tms32025/tms32025.h
parent40943cc4bde1e95c3da09d2355e870941bf48d24 (diff)
tms32025: update save_item (nw)
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;
};