Previous 199869 Revisions Next

r20968 Tuesday 12th February, 2013 at 00:32:31 UTC by Angelo Salese
Fix for Choice Cuts crashing when skipping FMV
[src/emu/machine]stvcd.c

trunk/src/emu/machine/stvcd.c
r20967r20968
184184            // CR1 & 10 = force single-speed
185185            // CR1 & 80 = no change flag (done by Assault Suit Leynos 2)
186186         CDROM_LOG(("%s:CD: Initialize CD system\n", machine.describe_context()))
187         if((cr1 & 0x81) == 0x00) //guess
187         //if((cr1 & 0x81) == 0x00) //guess TODO: nope, Choice Cuts doesn't like it, it crashes if you try to skip the FMV otherwise.
188188         {
189189            if(((cd_stat & 0x0f00) != CD_STAT_NODISC) && ((cd_stat & 0x0f00) != CD_STAT_OPEN))
190190            {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team