summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kinst.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-01-08 08:27:18 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-01-08 08:27:18 +0000
commit6f0b1f3e0ffe70698cab10f04f6900e786568ba4 (patch)
tree049d792fd5da03c1f85ba1d983bbc108e3da3619 /src/mame/drivers/kinst.c
parentf504e2c12cf8c237024434b59b6f39af67bd1667 (diff)
Added a comment about why the SRAM test fails and why it won't ever be fixed.
Diffstat (limited to 'src/mame/drivers/kinst.c')
-rw-r--r--src/mame/drivers/kinst.c5
1 files changed, 4 insertions, 1 deletions
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
****************************************************************************