trunk/src/mame/video/twin16.c
r241735 | r241736 | |
490 | 490 | 0 1 VRAM1 |
491 | 491 | 1 0 Object |
492 | 492 | 1 1 Fix |
| 493 | |
| 494 | Final Round uses a PROM (not dumped) instead of the PAL |
| 495 | and some discrete logic to combine some of the inputs. |
| 496 | Inputs to the PROM are: |
| 497 | |
| 498 | A0 = V1C0 | V1C1 | V1C2 | V1C3 |
| 499 | A1 = V2C0 | V2C1 | V2C2 | V2C3 |
| 500 | A2 = OCO0 | OCO1 | OCO2 | OCO3 |
| 501 | A3 = FIX0 | FIX1 | FIX2 | FIX3 |
| 502 | A4 = ~(OCD0 & OCD1 & OCD2 & OCD3) |
| 503 | A5 = V2C6 |
| 504 | A6 = PRI0 |
| 505 | A7 = PRI1 |
493 | 506 | */ |
494 | 507 | screen.priority().fill(0, cliprect); |
495 | 508 | |