Previous 199869 Revisions Next

r22902 Saturday 18th May, 2013 at 15:56:49 UTC by David Haywood
new WORKING
Stunt Air [f205v, Tirino73, David Haywood] (imperfect gfx, sound, colours, need PCB measurements)
[src/mame/drivers]stuntair.c

trunk/src/mame/drivers/stuntair.c
r22901r22902
11/*
22
3 Stunt Air by Nuova Videotron 1983
34
5  driver todo: (SOME OF THIS WILL NEED PCB REFERENCES / MEASUREMENTS)
46
5Stunt Air - is this a bootleg of something? (it's not Star Jacker / Star Force)
67
7Stunt Air by Nuova Videotron 1983
8  - correct colour PROM decoding (resistor values?)
9  - correct FG colour handling (currently use a hardcoded white)
10  - correct sound (need interrupt frequencies at least)
11  - correct remaining GFX / sprite issues (flicker sometimes, might need better vblank timing?)
12  - clean up input ports (identify unknown dips, unused ports)
13  - clean up driver
814
9Finally i've found this one,too.This romset comes from a rare italian pcb.
1015
1116Hardware info (complete):
1217Main cpu Z80A
1318Sound cpu Z80A
1419Sound ic AY-3-8910 x2
1520Note: stereo sound output.Op amps LM3900 x3, audio amps TDA2002 x2, many discrete components
21
1622Osc: 18.432 Mhz
23
1724Ram:
1825Work 2kb (6116)
1926Sound 1kb (2114 x2)
r22901r22902
3037stuntair.a11,a12 background gfx
3138stuntair.a13,a15 obj/sprites gfx
323982s123.a7 (removing it results in garbage boot screen with high score table music)
40
3341-bottom pcb-
344282s129.l11 green,blue colors
354382s129.m11 red color
r22901r22902
606614ROM_END
607615
608616
609GAME( 1983, stuntair,  0,    stuntair, stuntair, driver_device,  0, ROT90, "Nuova Videotron", "Stunt Air", GAME_NO_SOUND | GAME_NOT_WORKING )
617GAME( 1983, stuntair,  0,    stuntair, stuntair, driver_device,  0, ROT90, "Nuova Videotron", "Stunt Air", GAME_IMPERFECT_COLORS | GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team