Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
05899 Flip Screen/Cocktail Minor Always Mar 29, 2015, 01:54 Mar 29, 2015, 04:46
Tester M.A.S.H. View Status Public Platform MAME (Self-compiled)
Assigned To M.A.S.H. Resolution Fixed OS Windows XP
Status [?] Resolved Driver
Version 0.160 Fixed in Version Build Normal
Fixed in Git Commit Github Pull Request #
Summary 05899: seicross: Screen is upsidedown
Description Seicross screen is upsidedown since 0.159.

Comparing the soucre with 0.158 i found this extra line in drivers/seicross.c:
>> flip_screen_set(data & 2);
which was added in http://git.redump.net/mame/commit/?id=888b26da776c96a56e61f51b565060f7431e395c

This line flipped the screen and if you removed it the screen is correct again!
Is it a typo???
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.159
Affected Sets / Systems seicross
Attached Files
png file icon seicross.png (4,109 bytes) Mar 29, 2015, 02:02 Uploaded by M.A.S.H.
M.A.S.H.
png file icon seicross-MAME158-159.png (10,079 bytes) Mar 29, 2015, 02:06 Uploaded by M.A.S.H.
M.A.S.H.
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.11545
Osso
Moderator
Mar 29, 2015, 04:46
Yes, I was experimenting and forgot to remove that line before committing. Thanks!