trunk/src/emu/video/stvvdp2.c
| r32308 | r32309 | |
| 2 | 2 | |
| 3 | 3 | #define DEBUG_MODE 0 |
| 4 | 4 | #define TEST_FUNCTIONS 0 |
| 5 | #define POPMESSAGE_DEBUG 0 |
| 5 | 6 | |
| 6 | 7 | /* |
| 7 | 8 | |
| r32308 | r32309 | |
| 4431 | 4432 | // popmessage("Sprite Window enabled"); |
| 4432 | 4433 | |
| 4433 | 4434 | /* Capcom Collection Dai 2 - Choh Makaimura (Duh!) */ |
| 4434 | | if(STV_VDP2_MZCTL & 0x1f && 0) |
| 4435 | if(STV_VDP2_MZCTL & 0x1f && POPMESSAGE_DEBUG) |
| 4435 | 4436 | popmessage("Mosaic control enabled = %04x\n",STV_VDP2_MZCTL); |
| 4436 | 4437 | |
| 4437 | 4438 | /* Bio Hazard bit 1 */ |
| 4438 | 4439 | /* Airs Adventure 0x3e */ |
| 4439 | 4440 | /* Bakuretsu Hunter */ |
| 4440 | | if(STV_VDP2_LNCLEN & ~2 && 0) |
| 4441 | if(STV_VDP2_LNCLEN & ~2 && POPMESSAGE_DEBUG) |
| 4441 | 4442 | popmessage("Line Colour screen enabled %04x %08x, contact MAMEdev",STV_VDP2_LNCLEN,STV_VDP2_LCTAU<<16|STV_VDP2_LCTAL); |
| 4442 | 4443 | |
| 4443 | 4444 | /* Bio Hazard 0x400 = extended color calculation enabled */ |
| r32308 | r32309 | |
| 4448 | 4449 | popmessage("Gradation enabled %04x, contact MAMEdev",STV_VDP2_CCCR); |
| 4449 | 4450 | |
| 4450 | 4451 | /* Advanced VG, Shining Force III */ |
| 4451 | | if(STV_VDP2_SFCCMD && 0) |
| 4452 | if(STV_VDP2_SFCCMD && POPMESSAGE_DEBUG) |
| 4452 | 4453 | popmessage("Special Color Calculation enable %04x, contact MAMEdev",STV_VDP2_SFCCMD); |
| 4453 | 4454 | |
| 4454 | 4455 | /* Cleopatra Fortune Transparent Shadow */ |
| r32308 | r32309 | |
| 4470 | 4471 | popmessage("Reduction enable %04x, contact MAMEdev",STV_VDP2_ZMCTL); |
| 4471 | 4472 | |
| 4472 | 4473 | /* Burning Rangers and friends FMV, J.League Pro Soccer Club Wo Tsukurou!! backgrounds */ |
| 4473 | | if(STV_VDP2_SCRCTL & 0x0101 && 0) |
| 4474 | if(STV_VDP2_SCRCTL & 0x0101 && POPMESSAGE_DEBUG) |
| 4474 | 4475 | popmessage("Vertical cell scroll enable %04x, contact MAMEdev",STV_VDP2_SCRCTL); |
| 4475 | 4476 | |
| 4476 | 4477 | /* Magical Drop III 0x200 -> color calculation window */ |