summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hmcs40/hmcs40.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-01-04 18:51:16 +0100
committer hap <happppp@users.noreply.github.com>2017-01-04 18:51:41 +0100
commit69940149fd46c1d215f277ca6229ab89dbc6bac1 (patch)
tree9e7a5de767080caa6f62b7072355e2d22da60766 /src/devices/cpu/hmcs40/hmcs40.h
parent78ef96336e916fe0adbc313cbf706c413fcc75aa (diff)
correct some spacing (nw)
Diffstat (limited to 'src/devices/cpu/hmcs40/hmcs40.h')
-rw-r--r--src/devices/cpu/hmcs40/hmcs40.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/cpu/hmcs40/hmcs40.h b/src/devices/cpu/hmcs40/hmcs40.h
index 73ae6308940..38a6d20169d 100644
--- a/src/devices/cpu/hmcs40/hmcs40.h
+++ b/src/devices/cpu/hmcs40/hmcs40.h
@@ -182,22 +182,22 @@ protected:
address_space *m_program;
address_space *m_data;
- int m_pcwidth; // Program Counter bit-width
+ int m_pcwidth; // Program Counter bit-width
int m_prgwidth;
int m_datawidth;
int m_pcmask;
int m_prgmask;
int m_datamask;
- int m_family; // MCU family (42-47)
+ int m_family; // MCU family (42-47)
uint16_t m_polarity; // i/o polarity (pmos vs cmos)
- int m_stack_levels; // number of callstack levels
+ int m_stack_levels; // number of callstack levels
uint16_t m_stack[4]; // max 4
uint16_t m_op; // current opcode
uint16_t m_prev_op;
uint8_t m_i; // 4-bit immediate opcode param
- int m_eint_line; // which input_line caused an interrupt
+ int m_eint_line; // which input_line caused an interrupt
emu_timer *m_timer;
- int m_halt; // internal HLT state
+ int m_halt; // internal HLT state
attotime m_timer_halted_remain;
int m_icount;