summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms32025/tms32025.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/tms32025/tms32025.h')
-rw-r--r--src/emu/cpu/tms32025/tms32025.h64
1 files changed, 32 insertions, 32 deletions
diff --git a/src/emu/cpu/tms32025/tms32025.h b/src/emu/cpu/tms32025/tms32025.h
index 01ecb8b5a8f..92034c9a694 100644
--- a/src/emu/cpu/tms32025/tms32025.h
+++ b/src/emu/cpu/tms32025/tms32025.h
@@ -1,19 +1,19 @@
- /**************************************************************************\
- * Texas Instruments TMS320x25 DSP Emulator *
- * *
- * Copyright Tony La Porta *
- * Written for the MAME project. *
- * *
- * Note : This is a word based microcontroller, with addressing *
- * architecture based on the Harvard addressing scheme. *
- * *
- * Three versions of the chip are available, and they are: *
- * TMS320C25 Internal ROM one time programmed at TI *
- * TMS320E25 Internal ROM programmable as a normal EPROM *
- * TMS320P25 Internal ROM programmable once as a normal EPROM only *
- * These devices can also be used as a MicroController with external ROM *
- * *
- \***************************************************************************/
+ /**************************************************************************\
+ * Texas Instruments TMS320x25 DSP Emulator *
+ * *
+ * Copyright Tony La Porta *
+ * Written for the MAME project. *
+ * *
+ * Note : This is a word based microcontroller, with addressing *
+ * architecture based on the Harvard addressing scheme. *
+ * *
+ * Three versions of the chip are available, and they are: *
+ * TMS320C25 Internal ROM one time programmed at TI *
+ * TMS320E25 Internal ROM programmable as a normal EPROM *
+ * TMS320P25 Internal ROM programmable once as a normal EPROM only *
+ * These devices can also be used as a MicroController with external ROM *
+ * *
+ \***************************************************************************/
#pragma once
@@ -23,12 +23,12 @@
-#define TMS32025_BIO 0x10000 /* BIO input */
-#define TMS32025_HOLD 0x10001 /* HOLD input */
-#define TMS32025_HOLDA 0x10001 /* HOLD Acknowledge output */
-#define TMS32025_XF 0x10002 /* XF output */
-#define TMS32025_DR 0x10003 /* Serial Data Receive input */
-#define TMS32025_DX 0x10003 /* Serial Data Transmit output */
+#define TMS32025_BIO 0x10000 /* BIO input */
+#define TMS32025_HOLD 0x10001 /* HOLD input */
+#define TMS32025_HOLDA 0x10001 /* HOLD Acknowledge output */
+#define TMS32025_XF 0x10002 /* XF output */
+#define TMS32025_DR 0x10003 /* Serial Data Receive input */
+#define TMS32025_DX 0x10003 /* Serial Data Transmit output */
@@ -36,17 +36,17 @@
* Interrupt constants
*/
-#define TMS32025_INT0 0 /* External INT0 */
-#define TMS32025_INT1 1 /* External INT1 */
-#define TMS32025_INT2 2 /* External INT2 */
-#define TMS32025_TINT 3 /* Internal Timer interrupt */
-#define TMS32025_RINT 4 /* Serial Port receive interrupt */
-#define TMS32025_XINT 5 /* Serial Port transmit interrupt */
-#define TMS32025_TRAP 6 /* Trap instruction */
-#define TMS32025_INT_NONE -1
+#define TMS32025_INT0 0 /* External INT0 */
+#define TMS32025_INT1 1 /* External INT1 */
+#define TMS32025_INT2 2 /* External INT2 */
+#define TMS32025_TINT 3 /* Internal Timer interrupt */
+#define TMS32025_RINT 4 /* Serial Port receive interrupt */
+#define TMS32025_XINT 5 /* Serial Port transmit interrupt */
+#define TMS32025_TRAP 6 /* Trap instruction */
+#define TMS32025_INT_NONE -1
/* Non-irq line */
-#define TMS32025_FSX 7 /* Frame synchronisation */
+#define TMS32025_FSX 7 /* Frame synchronisation */
enum
{
@@ -71,4 +71,4 @@ DECLARE_LEGACY_CPU_DEVICE(TMS32026, tms32026);
CPU_DISASSEMBLE( tms32025 );
-#endif /* __TMS32025_H__ */
+#endif /* __TMS32025_H__ */