summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/t11/t11.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/t11/t11.h')
-rw-r--r--src/emu/cpu/t11/t11.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/cpu/t11/t11.h b/src/emu/cpu/t11/t11.h
index 962e2788776..f66b46e714f 100644
--- a/src/emu/cpu/t11/t11.h
+++ b/src/emu/cpu/t11/t11.h
@@ -12,9 +12,9 @@ enum
};
#define T11_IRQ0 0 /* IRQ0 */
-#define T11_IRQ1 1 /* IRQ1 */
-#define T11_IRQ2 2 /* IRQ2 */
-#define T11_IRQ3 3 /* IRQ3 */
+#define T11_IRQ1 1 /* IRQ1 */
+#define T11_IRQ2 2 /* IRQ2 */
+#define T11_IRQ3 3 /* IRQ3 */
#define T11_RESERVED 0x000 /* Reserved vector */
#define T11_TIMEOUT 0x004 /* Time-out/system error vector */
@@ -28,7 +28,7 @@ enum
struct t11_setup
{
- UINT16 mode; /* initial processor mode */
+ UINT16 mode; /* initial processor mode */
};