trunk/src/mame/drivers/3x3puzzl.c
| r24839 | r24840 | |
| 22 | 22 | has adult graphics (sets provided are 'Normal' and 'Enterprise') |
| 23 | 23 | |
| 24 | 24 | Notes: |
| 25 | | Casanova: Using 1C/2C and inserting 5 coins causes graphics corruption as |
| 26 | | as the game places the "11" character on screen, but there really |
| 27 | | isn't. Sould only be "0" through "9" |
| 25 | Casanova: The game code has several minor bugs / glitches such as: |
| 28 | 26 | |
| 27 | * Using 1C/2C and inserting 5 coins causes graphics corruption as the |
| 28 | game places data on the screen beyond the defined character data |
| 29 | used for the numbers 0 through 9 |
| 30 | * On the intro, parts of the tilemaps are not being copied correctly |
| 31 | causing bits of the charcter's hat to vanish |
| 32 | * Background colors inexplicably change in certain places between frames |
| 33 | * Dipswitch descriptions on the DIP INFO page do not match atcual effects |
| 34 | of said dipswitches |
| 35 | |
| 36 | These are not emulation bugs and have been verified on a real PCB |
| 37 | |
| 29 | 38 | ***************************************************************************/ |
| 30 | 39 | |
| 31 | 40 | |