From f4b66cad2ca740b69e3edba1d69994d8a4a1886c Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Sun, 6 Nov 2011 05:07:01 +0000 Subject: [PATCH] cmmb.c: Add note about missing EEPROM support --- src/mame/drivers/cmmb.c | 1 + 1 file changed, 1 insertion(+) 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?