From 0923e7008ff2630261bd30fb09ba829f3cd6219c Mon Sep 17 00:00:00 2001 From: David Haywood Date: Fri, 7 Dec 2012 09:49:23 +0000 Subject: [PATCH] apparently I've fixed this (nw) --- src/mess/drivers/ng_aes.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mess/drivers/ng_aes.c b/src/mess/drivers/ng_aes.c index 2f4ca286c65..7f7a47fa7fa 100644 --- a/src/mess/drivers/ng_aes.c +++ b/src/mess/drivers/ng_aes.c @@ -38,7 +38,6 @@ Current status: - NeoCDZ runs, the original NeoCD does not - Might think the tray is open? (check) - - CDDA doesn't play - Some unknown / unhandled CD commands, code is still a bit messy - Games using Raster Effects are broken, even non-IRQ based ones like mosyougi - Are we overloading the CPU with interrupts from the CDC, incorrect masking? or something else?