From 8a46b51e1f2087555355c439c77a42f711d715ac Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Sun, 4 May 2014 18:44:32 +0000 Subject: [PATCH] (MESS) Remove now-fixed TODO (nw) --- src/mess/machine/apple2.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mess/machine/apple2.c b/src/mess/machine/apple2.c index a6250c65dc7..c18cc1a8f7f 100644 --- a/src/mess/machine/apple2.c +++ b/src/mess/machine/apple2.c @@ -4,9 +4,6 @@ Machine file to handle emulation of the Apple II series. - TODO: Verify correctness of C08X switches. - - need to do double-read before write-enable RAM - ***************************************************************************/ #include "emu.h"