summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2017-10-08 20:29:56 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2017-10-08 20:29:56 +1100
commit64a6b42ce0f04e22ae86ee4f8b996e870415f72f (patch)
treef6bcd830ef31fa0df469041c9536f9b8ca4b8993
parent28a50a73fb40890df1b5b5256675755adf829cb3 (diff)
(nw) p8000_16 : updated the notes.
-rw-r--r--src/mame/drivers/p8k.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/drivers/p8k.cpp b/src/mame/drivers/p8k.cpp
index a6d7daea773..5995e1d103a 100644
--- a/src/mame/drivers/p8k.cpp
+++ b/src/mame/drivers/p8k.cpp
@@ -42,10 +42,8 @@
TODO:
* properly implement Z80 daisy chain in 16 bit board
* Find out how to enter hardware check on 16 bit board
- * Find out how interrupts work on 16 bit board, an attempt to use Z8000_VI
- (needed for daisy-chain) results in a crash. Once that is fixed and working,
- then the use of sio0 can be attempted.
- * Need full 16-bit schematics.
+ * Vectored interrupts use Z8000_VI, but this results in a crash. Once
+ that is fixed and working, then the use of sio0 can be attempted.
****************************************************************************/