Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
05261 Graphics Minor Always Aug 10, 2013, 18:27 Jul 17, 2021, 16:25
Tester M.A.S.H. View Status Public Platform MAME (Self-compiled)
Assigned To Haze Resolution Fixed OS
Status [?] Resolved Driver
Version 0.149u1 Fixed in Version 0.234 Build
Fixed in Git Commit 30e547b Github Pull Request #
Summary 05261: burnforc: Missing waterline
Description Since MAME 0.145u1 a piece of the top left waterline is missing in Burning Force (see gif).
Steps To Reproduce
Additional Information MAME: - 0.145u1: Phil Bennett fixed titlescreen in Burning Force (The titlescreen should include a zooming "Burning Force" and some small sprites scrolling by).

There are changes in machine\namcos2.c line 500 (see DIFF 0145 - 0145u1.png):
And especially the if (reg < 8) deleted the waterline:
if (reg < 8)
space.device().execute().set_input_line(pC148Reg[reg], CLEAR_LINE);

If you cut it out the waterline appears again!
Github Commit
Flags
Regression Version 0.145u1
Affected Sets / Systems burnforc
Attached Files
gif file icon Animation4.gif (97,456 bytes) Aug 10, 2013, 18:27 Uploaded by M.A.S.H.
M.A.S.H.
png file icon DIFF0145-0145u1.png (18,904 bytes) Aug 10, 2013, 18:28 Uploaded by M.A.S.H.
M.A.S.H.
Relationships
related to 06944ResolvedHaze  burnforc: Part of the water line stays in place 
Notes
1
User avatar
No.19105
M.A.S.H.
Senior Tester
Jul 17, 2021, 16:25
Fixed by Haze.
https://git.redump.net/mame/commit/src/mame/drivers/namcos2.cpp?id=30e547bc5ae1093d76c80ccca8e5f40ffc6cc004

Added "m_update_to_line_before_posirq = true; // prevents bad line on horizon"
to init_burnforc