From b73aab8d668ffd21d3ebdc072761d8a85ce9811d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Mon, 3 Jun 2013 20:47:50 +0000 Subject: [PATCH] ok, upodate note --- src/mame/drivers/qix.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/qix.c b/src/mame/drivers/qix.c index fa086337d64..609e84585d3 100644 --- a/src/mame/drivers/qix.c +++ b/src/mame/drivers/qix.c @@ -30,7 +30,8 @@ decrypt it, derived by comparison with the not encrypted versions. The kram3 set used to be playable with the implementation in the MAME M6809 CPU core, encrypting only the first byte in 10 xx and 11 xx opcodes. - This should be moved to the driver file. Until then, kram3 is broken on purpose. + This should get a cleaner implementation, such as a derived CPU class or a + callback on when it fetches opcodes. Until then, kram3 is broken on purpose. * I applied the interleave change only to elecyoyo because these games are really sensitive to timing, and kram's service mode was disturbed by it (the high score and audit pages were broken).