Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
05194 Graphics Minor Always May 14, 2013, 14:14 May 17, 2013, 22:02
Tester M.A.S.H. View Status Public Platform MAME (Self-compiled)
Assigned To Phil Bennett Resolution Fixed OS Windows XP
Status [?] Resolved Driver
Version 0.148u4 Fixed in Version 0.148u5 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 05194: buggyboy, tx1: Screen 1 and 2 freezes
Description If you switch with tab menu "Video options" from "Triple Side-by-Side" screen to Screen 1 (middle) or 2, the screen freezes.
Only Screen 0 is working.
This bug is since MAME 0.144 with the render.c change in r14400:

Revision: 14400
Author: nathanwo
Date: Samstag, 5. November 2011 15:11:01
Message:
Fixing bug that caused render_manager::is_live() to always return true for screen 0

- if (target->view_screens(target->view()).contains(screen))
+ if (!target->hidden() && target->view_screens(target->view()).contains(screen))
----
Modified : /trunk/src/emu/render.c
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.144
Affected Sets / Systems buggyboy, tx1
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.09500
M.A.S.H.
Senior Tester
May 17, 2013, 22:02
Fixed in r22874