trunk/src/emu/machine/stvcd.c
| r20967 | r20968 | |
| 184 | 184 | // CR1 & 10 = force single-speed |
| 185 | 185 | // CR1 & 80 = no change flag (done by Assault Suit Leynos 2) |
| 186 | 186 | 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. |
| 188 | 188 | { |
| 189 | 189 | if(((cd_stat & 0x0f00) != CD_STAT_NODISC) && ((cd_stat & 0x0f00) != CD_STAT_OPEN)) |
| 190 | 190 | { |