EMULAB Forum

clrmamepro [English] => clrmame Discussion => Topic started by: Dullaron on 05 September 2014, 02:38

Title: Atari XE Game System - xegs - Issue: Double name / MESS
Post by: Dullaron on 05 September 2014, 02:38
At revision: 31910

Name will be changed to: 'xegs_0'!

This happen when the clrmamepro seeing two are the same name. Looking at the driver there aren't two sets. How would it see two then?

ROM_START(xegs)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASE00)
ROM_LOAD( "c101687.rom", 0x8000, 0x8000, CRC(d50260d1) SHA1(0e0625ab2473f8431640df3ac8af61925760b9b9) ) // Rev. C + Rev. 4 + Missile Command
ROM_END

COMP ( 1987, xegs, 0, 0, xegs, a800xl, driver_device, 0, "Atari", "Atari XE Game System", GAME_IMPERFECT_GRAPHICS ) // 64k RAM

I even checked the list. No two of these ether.

xegs // 1987 Atari XE Game System

Must be some kind of reading error or there is extra info somewhere I'm not seeing listed?

Anyway I fix it by using Merge.
Title: Re: Atari XE Game System - xegs - Issue: Double name / MESS
Post by: Roman on 05 September 2014, 05:23
you should check Mess' -listxml output....looks like xegs appears twice....
Which binary did you use??...since this does not happen with the latest official one
Title: Re: Atari XE Game System - xegs - Issue: Double name / MESS
Post by: Dullaron on 05 September 2014, 08:07
Been fix in At revision: 31911

The error is gone now.

MESS 0.154 > 0.155 build.
Title: Re: Atari XE Game System - xegs - Issue: Double name / MESS
Post by: Roman on 05 September 2014, 08:08
As I assumed....MESS issue ;-)