- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
02019 | Interface | Minor | Always | Jul 17, 2008, 19:59 | Jul 18, 2008, 17:28 |
Tester | john_iv | View Status | Public | Platform | MAMEUI |
Assigned To | R. Belmont | Resolution | Fixed | OS | |
Status [?] | Resolved | Driver | |||
Version | 0.126u1 | Fixed in Version | 0.126u2 | Build | 64-bit |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 02019: vfkids: Logging for the SH-2 has been left on. | ||||
Description | When running a game like vfkids it leaves an assembly file in the root. | ||||
Steps To Reproduce |
Launch Mame Run vfkids Quit Note file in directory w/ .exe. |
||||
Additional Information | stv.c merged into saturn.c in 0.142u2 | ||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | vfkids | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
4
No.01666
Tafoid Administrator
Jul 17, 2008, 21:43
edited on: May 17, 2009, 19:45 |
01779 If something is being worked on, regardless if it's a U release or not, debug files are allowed to be written and are not to be considered a bug. |
---|---|
No.01669
john_iv Senior Tester
Jul 17, 2008, 23:18
|
That's a working driver however. It was an oversight and needs to be noted. |
No.01683
R. Belmont Developer
Jul 18, 2008, 02:06
|
That was Aaron's fault. I fixed it for the SDLMAME u1 release. |
No.01691
john_iv Senior Tester
Jul 18, 2008, 17:28
edited on: Jul 18, 2008, 17:29 |
To address this I turned off logging in \src\emu\cpu\sh2\sh2drc.c from #define LOG_UML (1) // log UML assembly to #define LOG_UML (0) // log UML assembly and all seems good. |