From 7733c26136a13db290d80467c5d972956afe7e11 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Thu, 29 May 2008 08:40:40 +0000 Subject: [PATCH] Removed obsolete comment. --- src/emu/cpu/mips/mips3drc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/emu/cpu/mips/mips3drc.c b/src/emu/cpu/mips/mips3drc.c index 9a88f602ef7..d97c788d445 100644 --- a/src/emu/cpu/mips/mips3drc.c +++ b/src/emu/cpu/mips/mips3drc.c @@ -12,8 +12,6 @@ Future improvements/changes: - * Move context to a pointer to reduce context switch times - * Add DRC option to flush PC before calling memory handlers * Constant tracking? (hasn't bought us much in the past)