summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2011-11-06 05:07:01 +0000
committer Brian Troha <briantro@users.noreply.github.com>2011-11-06 05:07:01 +0000
commitf4b66cad2ca740b69e3edba1d69994d8a4a1886c (patch)
tree2fd5be4436466a04d39033bc51d49a3ae4750cfb /src
parentf41a7d4717ef07b72e129351598b3f3bfdf22313 (diff)
cmmb.c: Add note about missing EEPROM support
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/cmmb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/cmmb.c b/src/mame/drivers/cmmb.c
index b27fcb629a5..5677b944244 100644
--- a/src/mame/drivers/cmmb.c
+++ b/src/mame/drivers/cmmb.c
@@ -13,6 +13,7 @@ TODO:
- finish video emulation;
- inputs;
- sound;
+- NVRAM (EEPROM) at U8 or U11 on PCB
- driver probably needs rewriting, at least the i/o part;
- Is the W65C02S the same as the 65SC02 core or are there any
extra Op-codes & addressing modes?