Previous 199869 Revisions Next

r18256 Wednesday 3rd October, 2012 at 03:42:06 UTC by Angelo Salese
Notes
[src/mame/drivers]shangha3.c
[src/mame/video]shangha3.c

trunk/src/mame/video/shangha3.c
r18255r18256
183183               {
184184                  int dx,dy,tile;
185185
186                  /* TODO: zooming algo is definitely wrong for Blocken here */
186187                  if (condensed)
187188                  {
188189                     int addr = ((y+srcy) & 0x1f) +
trunk/src/mame/drivers/shangha3.c
r18255r18256
1717heberpop:
1818- Unknown writes to sound ports 40/41
1919blocken:
20- incomplete zoom support, and missing rotation support.
20- incomplete zoom support, and missing rotation support. Setting the game in
21  Game Mode B shows a decent test case for it by starting a play.
2122- attract mode tries to read at 0x80000-0xfffff area, returning 0 in there
2223  freezes the demo play for some frames (MT #00985). For now I've returned $ff,
2324  but needs HW tests to check out what lies in there (maybe a ROM mirror).

Previous 199869 Revisions Next


© 1997-2024 The MAME Team