summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98/cbus')
-rw-r--r--sys/pc98/cbus/cbus.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/pc98/cbus/cbus.h b/sys/pc98/cbus/cbus.h
index 9788cb0..627c0e9 100644
--- a/sys/pc98/cbus/cbus.h
+++ b/sys/pc98/cbus/cbus.h
@@ -106,6 +106,17 @@
#define RAM_SIZE (RAM_END - RAM_BEGIN)
#endif /* !RAM_BEGIN */
+/*
+ * IRQs
+ */
+#define IRQ_NPX 8
+
+/*
+ * Npx MD defines
+ */
+/* full reset of npx: not needed on pc98 */
+#define npx_full_reset()
+
#define M_NEC_PC98 0x0001
#define M_EPSON_PC98 0x0002
#define M_NOT_H98 0x0010
OpenPOWER on IntegriCloud