Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
05909 Core Trivial Always Apr 5, 2015, 22:11 Apr 23, 2015, 09:45
Tester hap View Status Public Platform
Assigned To Resolution Fixed OS Windows Vista/7/8 (64-bit)
Status [?] Resolved Driver
Version 0.160 Fixed in Version 0.161 Build
Fixed in Git Commit Github Pull Request #
Summary 05909: empty input tag on validity test error
Description empty input tag on validity test error:
C:\Dev\MAME\local>m pacman
Tag '' already exists in tagged_list

C:\Dev\MAME\local>
Steps To Reproduce Make a deliberate input tag mistake in your source code, for example, in drivers/pacman.c, create a double definition of IN0 - simply copy/paste PORT_START("IN0") of static INPUT_PORTS_START( pacman )

Then compile, and run pacman, expected error message is:
Tag 'IN0' already exists in tagged_list
but instead you get:
Tag '' already exists in tagged_list
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.11623
Osso
Moderator
Apr 23, 2015, 09:45
Seems fixed now.