- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
05203 | Graphics | Minor | Always | May 21, 2013, 23:25 | Mar 14, 2023, 14:21 |
Tester | M.A.S.H. | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | Resolution | Open | OS | ||
Status [?] | Confirmed | Driver | |||
Version | 0.148u5 | Fixed in Version | Build | ||
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 05203: 4in1, gmgalax, pacmanbl, ghostmun: Graphics cut off | ||||
Description |
The sprites in the game Ghost Muncher in "4 Fun in 1" are cut off. This problem is since the game was added in MAME 0.61. If you correct the spritevisiblearea in galaxold_state::draw_sprites the problem is fixed (see animated GIF). Changed in video\galaxold.c line 1645 from: const rectangle spritevisiblearea(2*8+1, 32*8-1, 2*8, 30*8-1); to const rectangle spritevisiblearea(0*8, 32*8-1, 2*8, 30*8-1); |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | 0.61 | ||||
Affected Sets / Systems | 4in1, gmgalax, pacmanbl, ghostmun | ||||
Attached Files
|
4in1_MAME061-148u5.gif (5,116 bytes) May 21, 2013, 23:25 Uploaded by M.A.S.H.
| ||||
Relationships
There are no relationship linked to this issue. |
Notes
4
No.09518
hap Developer
May 22, 2013, 11:11
|
galaxold.c is deprecated. Games are being moved over (slowly) to the other driver. No fixes will be done to galaxold.c except recent regressions. |
---|---|
No.09700
M.A.S.H. Senior Tester
Aug 5, 2013, 20:02
|
Graphics in gmgalax (Ghostmuncher Galaxian (bootleg)) are also cut off (same video driver => video\galaxold.c) |
No.09702
Robbbert Senior Tester
Aug 6, 2013, 10:45
|
Similar to 02077. |
No.21167
Robbbert Senior Tester
Mar 14, 2023, 14:21
|
Added more games. |