Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
08742 Graphics Minor Always Aug 6, 2023, 19:03 Aug 7, 2023, 03:06
Tester ICEknight View Status Public Platform MAME (Official Binary)
Assigned To Resolution Invalid report OS Windows 10/11 (64-bit)
Status [?] Closed Driver
Version 0.257 Fixed in Version Build 64-bit
Fixed in Git Commit Github Pull Request #
Summary 08742: robby: Game uses predefined Screen Position and Stretch values
Description Default Horizontal/Vertical Position/Stretch for this game is defined by MAME's source rather than the user's configuration.
Steps To Reproduce Load game.
Press tilde key.
Check the Screen Position/Stretch values.
Additional Information Might be related to bug https://mametesters.org/view.php?id=3768
Github Commit
Flags
Regression Version
Affected Sets / Systems robby
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.21690
cuavas
Administrator
Aug 7, 2023, 03:06
edited on: Aug 7, 2023, 03:07
It's intentional - see the set_default_position in the machine configuration function:
https://github.com/mamedev/mame/blob/mame0257/src/mame/midway/astrocde.cpp#L1194