summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/apexc/apexc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/apexc/apexc.h')
-rw-r--r--src/emu/cpu/apexc/apexc.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/emu/cpu/apexc/apexc.h b/src/emu/cpu/apexc/apexc.h
index 553b1d87cf0..695dd828a05 100644
--- a/src/emu/cpu/apexc/apexc.h
+++ b/src/emu/cpu/apexc/apexc.h
@@ -6,17 +6,17 @@
enum
{
- APEXC_CR =1, /* control register */
- APEXC_A, /* acumulator */
- APEXC_R, /* register */
- APEXC_ML, /* memory location */
- APEXC_WS, /* working store */
- APEXC_STATE, /* whether CPU is running */
+ APEXC_CR =1, /* control register */
+ APEXC_A, /* acumulator */
+ APEXC_R, /* register */
+ APEXC_ML, /* memory location */
+ APEXC_WS, /* working store */
+ APEXC_STATE, /* whether CPU is running */
- APEXC_ML_FULL, /* read-only pseudo-register for exclusive use by the control panel code
+ APEXC_ML_FULL, /* read-only pseudo-register for exclusive use by the control panel code
in the apexc driver : enables it to get the complete address computed
from the contents of ML and WS */
- APEXC_PC /* doesn't actually exist; is there for the disassembler */
+ APEXC_PC /* doesn't actually exist; is there for the disassembler */
};
DECLARE_LEGACY_CPU_DEVICE(APEXC, apexc);