Previous 199869 Revisions Next

r44656 Thursday 4th February, 2016 at 01:54:30 UTC by Angelo Salese
Notes for Night Gal Summer, nw
[src/mame/drivers]nightgal.cpp

trunk/src/mame/drivers/nightgal.cpp
r253167r253168
1818-Minor graphic glitches in Royal Queen (cross hatch test, some little glitches during gameplay),
1919 presumably due of the unemulated wait states on the comms.
2020
21 Notes:
22-Night Gal Summer accesses the blitter in a weird fashion, perhaps it fails the ROM check
23 due of address line encryption?
24 Example snippet:
25       0  1  2  3  4  5  6
26         RH XX YY WW HH DD
27      70 00 40 80 07 06 00 x = 2 y = 3 srcl = 0 srch = 1 srcd = 6
28        DD    YY RH WW HH XX
29      00 60 80 03 07 06 48 x = 6 y = 2 srcl = 1 srch = 3 srcd = 0
30      XX DD RH    WW HH YY
31      50 00 04 28 07 06 80 x = 0 y = 6 srcl = 3 srch = 2 srcd = 1
32      YY XX    DD WW HH RH
33      80 58 10 00 07 06 03 x = 1 y = 0 srcl = 2 srch = 6 srcd = 3
34      RH YY DD XX WW HH
35      02 80 00 68 07 06 a0 x = 3 y = 1 srcl = 6 srch = 0 srcd = 2
36            .. .. .. .. ..
37           
38      48 03 78 80 07 06 00 (again)
39 
2140*******************************************************************************************/
2241
2342#include "emu.h"


Previous 199869 Revisions Next


© 1997-2024 The MAME Team