summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms9900/tms9900.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms9900/tms9900.h')
-rw-r--r--src/devices/cpu/tms9900/tms9900.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/cpu/tms9900/tms9900.h b/src/devices/cpu/tms9900/tms9900.h
index aabf0356e56..6de920a95c4 100644
--- a/src/devices/cpu/tms9900/tms9900.h
+++ b/src/devices/cpu/tms9900/tms9900.h
@@ -298,7 +298,6 @@ private:
void alu_abs(void);
void alu_x(void);
void alu_b(void);
- //void alu_bl(void);
void alu_blwp(void);
void alu_ldcr(void);
void alu_stcr(void);
@@ -331,6 +330,9 @@ private:
// Index of the interrupt program
int m_interrupt_mp_index;
+ // For debugging only
+ bool m_log_interrupt;
+
// State of the micro-operation. Needed for repeated ALU calls.
int m_state;