- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
00716 | Graphics | Minor | Always | Feb 3, 2008, 00:15 | Feb 7, 2008, 07:07 |
Tester | -Misc Reporters- | View Status | Public | Platform | |
Assigned To | Resolution | Fixed | OS | ||
Status [?] | Resolved | Driver | |||
Version | 0.118 | Fixed in Version | 0.118u2 | Build | |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 00716: salamand: On level 3 the snake boss has no head. | ||||
Description |
On level 3 the snake boss has no head. On MAME 0.116 he did. Atari Ace says: Grrr.... When I simplified the video code I had a typo in the data tables. This should fix it. --- zz0/src/mame/video/nemesis.c 2007-08-05 14:54:00.609375000 -0700 +++ 118hack/src/mame/video/nemesis.c 2007-08-09 23:33:51.690500000 -0700 @@ -39,7 +39,7 @@ } sprite_data[8] = { - { 32, 32, 4 }, { 16, 32, 5 }, { 32, 16, 2 }, { 64, 64, 3 }, + { 32, 32, 4 }, { 16, 32, 5 }, { 32, 16, 2 }, { 64, 64, 7 }, { 8, 8, 0 }, { 16, 8, 6 }, { 8, 16, 3 }, { 16, 16, 1 } };http://www.picoodle.com/view.php?img=/9/8/10/f_Capture8102m_2d5e020.jpg&srv=img40 |
||||
Steps To Reproduce | |||||
Additional Information | Posted by cibomatto2002 | ||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | salamand | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
0
There are no notes attached to this issue. |