From 798215aeb8954aac41e5a29532329ae0eee6fd95 Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Sun, 11 Aug 2013 18:35:40 +0000 Subject: [PATCH] 3x3puzzl.c: Update information / notes on bugs & glitches in Casanova - NW --- src/mame/drivers/3x3puzzl.c | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/3x3puzzl.c b/src/mame/drivers/3x3puzzl.c index df44d39bf15..ec15caca37e 100644 --- a/src/mame/drivers/3x3puzzl.c +++ b/src/mame/drivers/3x3puzzl.c @@ -22,9 +22,18 @@ the game back to normal version as current set on the PCB has adult graphics (sets provided are 'Normal' and 'Enterprise') Notes: - Casanova: Using 1C/2C and inserting 5 coins causes graphics corruption as - as the game places the "11" character on screen, but there really - isn't. Sould only be "0" through "9" + Casanova: The game code has several minor bugs / glitches such as: + + * Using 1C/2C and inserting 5 coins causes graphics corruption as the + game places data on the screen beyond the defined character data + used for the numbers 0 through 9 + * On the intro, parts of the tilemaps are not being copied correctly + causing bits of the charcter's hat to vanish + * Background colors inexplicably change in certain places between frames + * Dipswitch descriptions on the DIP INFO page do not match atcual effects + of said dipswitches + + These are not emulation bugs and have been verified on a real PCB ***************************************************************************/