Author Topic: Question marks in ROM filenames  (Read 2703 times)

Offline spludlow

  • New Member
  • *
  • Posts: 7
  • Karma: +0/-0
    • Spludlow MAME
Question marks in ROM filenames
« on: July 19, 2022, 05:04:01 AM »
Hello

Megadrive   tecmocup   tecmo cup (jpn) (prototype?) (bad dump).bin   524288   88FDD060

This seems to be the only filename in the whole of FBNeo with an illegal (at least in my OS) filename. Been in there for a while.

It causes me grief. Can it be fixed?

Cheers
Sam

Offline barbudreadmon

  • Administrator
  • *****
  • Posts: 1091
  • Karma: +59/-1
  • Helper
Re: Question marks in ROM filenames
« Reply #1 on: July 19, 2022, 05:36:50 AM »
What's your OS ? I don't think that's the only question mark in our codebase

Offline spludlow

  • New Member
  • *
  • Posts: 7
  • Karma: +0/-0
    • Spludlow MAME
Re: Question marks in ROM filenames
« Reply #2 on: July 19, 2022, 07:35:24 AM »
Hello

My OS is Windows, all I mean is ? is not a legal filename, might be able to do it on macOS or something?

It is currently the only rom.name that can't be saved to a file (that matches the data).

(I've got the XML in a DB)
select * from rom where name like '%?%'

137516   10926   tecmo cup (jpn) (prototype?) (bad dump).bin   524288   88fdd060   NULL   NULL

There may be ? in game.description but that don't need to be on the file system as game.name is the ZIP filename.

Cheers
Sam

Offline spludlow

  • New Member
  • *
  • Posts: 7
  • Karma: +0/-0
    • Spludlow MAME
Re: Question marks in ROM filenames
« Reply #3 on: July 19, 2022, 08:02:33 AM »
Nice one barbudreadmon I see its fixed.

Cheers
Sam

Offline Robert

  • MAME Devs
  • *****
  • Posts: 48
  • Karma: +27/-0
Re: Question marks in ROM filenames
« Reply #4 on: July 19, 2022, 09:16:50 PM »
? represents a one-character wildcard in windows, and so it's not allowed in filenames.