From 6f0b1f3e0ffe70698cab10f04f6900e786568ba4 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Tue, 8 Jan 2008 08:27:18 +0000 Subject: [PATCH] Added a comment about why the SRAM test fails and why it won't ever be fixed. --- src/mame/drivers/kinst.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/kinst.c b/src/mame/drivers/kinst.c index ee99e30ea11..6cdba4fe8a4 100644 --- a/src/mame/drivers/kinst.c +++ b/src/mame/drivers/kinst.c @@ -9,7 +9,10 @@ * Killer Instinct 2 Known bugs: - * none at this time + * the SRAM test fails in diagnostics; this is due to the fact that + the test relies on executing out of the cache while it tromps + over (and eventually restores) the instructions it is executing; + this will likely never be fixed ****************************************************************************