trunk/src/emu/video/stvvdp2.c
| r21814 | r21815 | |
| 4440 | 4440 | /* Bio Hazard 0x400 = extended color calculation enabled */ |
| 4441 | 4441 | /* Advanced World War 0x200 = color calculation ratio mode */ |
| 4442 | 4442 | /* Whizz = 0x8100 */ |
| 4443 | | //if(STV_VDP2_CCCR & 0xf600) |
| 4444 | | if(STV_VDP2_CCCR & 0x7000) |
| 4443 | /* Dark Saviour = 0x9051 on save select screen (the one with a Saturn in the background) */ |
| 4444 | if(STV_VDP2_CCCR & 0x6000) |
| 4445 | 4445 | popmessage("Gradation enabled %04x, contact MAMEdev",STV_VDP2_CCCR); |
| 4446 | 4446 | |
| 4447 | 4447 | /* Advanced VG, Shining Force III */ |
trunk/src/emu/machine/stvcd.c
| r21814 | r21815 | |
| 1798 | 1798 | transpart->size -= xferdnum; |
| 1799 | 1799 | transpart->numblks -= xfersectnum; |
| 1800 | 1800 | |
| 1801 | /* TODO: is this correct? */ |
| 1801 | 1802 | xfertype32 = XFERTYPE32_INVALID; |
| 1802 | 1803 | } |
| 1803 | 1804 | } |
| r21814 | r21815 | |
| 1847 | 1848 | } |
| 1848 | 1849 | else // sectors are done |
| 1849 | 1850 | { |
| 1850 | | xfertype32 = XFERTYPE32_INVALID; |
| 1851 | /* Virtual On doesnt want this to be resetted. */ |
| 1852 | //xfertype32 = XFERTYPE32_INVALID; |
| 1851 | 1853 | } |
| 1852 | 1854 | break; |
| 1853 | 1855 | |
| 1854 | 1856 | default: |
| 1855 | | printf("CD: unhandled 32-bit transfer type write\n"); |
| 1857 | //printf("CD: unhandled 32-bit transfer type write\n"); |
| 1856 | 1858 | break; |
| 1857 | 1859 | } |
| 1858 | 1860 | break; |