summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/apexc/apexcdsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/apexc/apexcdsm.c')
-rw-r--r--src/emu/cpu/apexc/apexcdsm.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/emu/cpu/apexc/apexcdsm.c b/src/emu/cpu/apexc/apexcdsm.c
index ad210469d36..f6a9a2c4c89 100644
--- a/src/emu/cpu/apexc/apexcdsm.c
+++ b/src/emu/cpu/apexc/apexcdsm.c
@@ -52,14 +52,14 @@
For vector instructions, replace the first space on the right of the mnemonic
with a 'v'.
- 01-Feb-2010 (Robbbert):
- I've added the actual address, (as shown in the extreme left of the debugger
- output), so that you can see much easier how the program will flow. Example:
+ 01-Feb-2010 (Robbbert):
+ I've added the actual address, (as shown in the extreme left of the debugger
+ output), so that you can see much easier how the program will flow. Example:
- +C XXX(##/##) XXX(##/##)
+ +C XXX(##/##) XXX(##/##)
- The X value shows where the data word is located, and the Y value is the
- address of the next instruction.
+ The X value shows where the data word is located, and the Y value is the
+ address of the next instruction.
*/
enum _format_type {branch, shiftl, shiftr, multiply, store, swap, one_address, two_address};
typedef enum _format_type format_type;