Previous 199869 Revisions Next

r33224 Wednesday 5th November, 2014 at 20:37:03 UTC by Alex W. Jackson
twin16: note about fround (nw)
[src/mame/video]twin16.c

trunk/src/mame/video/twin16.c
r241735r241736
490490      0     1    VRAM1
491491      1     0    Object
492492      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
493506*/
494507   screen.priority().fill(0, cliprect);
495508


Previous 199869 Revisions Next


© 1997-2024 The MAME Team