summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-07-27 22:31:35 +0200
committer hap <happppp@users.noreply.github.com>2017-07-27 22:31:35 +0200
commitb75b36e4fa37aab005c297a129db1e34b5e9de48 (patch)
treede42bb3c002d237c05f5284a0c74e3a6f74d36fc
parent347609f8daba08252fb4f6c58e406d6dd3771267 (diff)
fidel*: add note for now (nw)
-rw-r--r--src/mame/drivers/fidel6502.cpp2
-rw-r--r--src/mame/drivers/fidelz80.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/drivers/fidel6502.cpp b/src/mame/drivers/fidel6502.cpp
index 94317733908..a98e801bb95 100644
--- a/src/mame/drivers/fidel6502.cpp
+++ b/src/mame/drivers/fidel6502.cpp
@@ -11,6 +11,8 @@
such as Arena(in editmode).
TODO:
+ - Source organization is a big mess. Each machine family could be in its own
+ sub driverclass, and separate files.
- verify cpu speed and rom labels where unknown
- improve SC12 CPU divider? it seems a little bit slower than the real machine.
Currently, a dummy timer workaround is needed, or it's much worse.
diff --git a/src/mame/drivers/fidelz80.cpp b/src/mame/drivers/fidelz80.cpp
index 1fb6c02f0be..b84231b9373 100644
--- a/src/mame/drivers/fidelz80.cpp
+++ b/src/mame/drivers/fidelz80.cpp
@@ -13,6 +13,8 @@
such as Arena(in editmode).
TODO:
+ - Source organization is a big mess. Each machine family could be in its own
+ sub driverclass, and separate files.
- VBRC card scanner
- VBRC MCU T1 is unknown
- Z80 WAIT pin is not fully emulated, affecting VBRC speech busy state