From 1e7cc505a1eb41b9a23888f0ae9707d57b219177 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Sun, 16 Aug 2009 22:29:38 +0000 Subject: [PATCH] Added a BTANB note about Logic Pro 2 --- src/mame/drivers/deniam.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mame/drivers/deniam.c b/src/mame/drivers/deniam.c index 1f4ac0bff0b..a21d2a2cbfa 100644 --- a/src/mame/drivers/deniam.c +++ b/src/mame/drivers/deniam.c @@ -28,6 +28,10 @@ Notes: and no cocktail mode) - if it's like System 16, the top bit of palette ram should be an additional bit for Green. But is it ever not 0? +- Logic Pro 2 sound test menu is bugged. You can't change the sound sample + and it's caused by a wrongly setted compare/branch at pc=0x3fd0/0x3fd2 (for sfx) + and pc=0x3ffa/0x3ffc (for bgm). Patching the two compare opcodes with value 0xb041 + let's you can change the value to test. ***************************************************************************/