Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
09467 Cheat System Minor Always 9 days ago 6 hours ago
Tester jman View Status Public Platform MAME (Official Binary)
Assigned To cuavas Resolution Fixed OS Windows (x64)
Status [?] Resolved Driver
Version 0.288 Fixed in Version 0.289GIT Build x64
Fixed in Git Commit c8983ae Github Pull Request #
Summary Regresssion 09467: "output" doesn't draw text
Description "output" cheat code draws text on the screen. But this function doesn't work in 0.288. This happens in built-in cheat with 0.288, no problem 0.287 or plug-in cheat.
Steps To Reproduce 1) Download cheat file from https://www.mamecheat.co.uk/mame_downloads.htm.
2) Extract cheat.7z into the same folder as MAME.
3) Execute MAME with "mame hyhoo -cheat".
4) Open menu and select "Cheat Options" -> "Display the Correct Answer".
5) See upper-left on the screen. In 0.287, "Correct Answer : " is displayed.
Additional Information Perhaps the reason is https://git.redump.net/mame/commit/?id=3dfb72cb6245da3cbdcafc02afd42315512d1557
Github Commit
Flags Regression
Regression Version 0.288
Affected Sets / Systems
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.24412
cuavas
Administrator
6 hours ago
My bad, it was supposed to be "if (m_output.size())" or "if (!m_output.empty())", but I somehow mixed the two up and wrote "if (!m_output.size())".