mame/src
npwoods c831208d8c
Added support for specifying volume attributes in 'floptool flopcreate' (#9590)
An example command line:

  flopcreate vdk coco_rawdsk_os9_35 newdisk.vdk -name mycooldisk -creation_date "1999-02-28 13:23:47"

Attributes are identified on the command line prefixed with '-'; if this is not the preferred syntax this can be changed.

Implementing this also forced a change to fs::meta_value where the various as_*() calls can now be called without respect to which type the fs::meta_value is; this is necessary so that floptool code doesn't need to "own" parsing of the various types of fs::meta_value.

And with this change, fs::meta_value::to_string() is now replaced by fs::meta_value::as_string()
2022-10-16 20:04:19 +02:00
..
devices k051316: remove device_reset, remove bool-int comparison 2022-10-16 11:34:26 +02:00
emu Modernize core_strwildcmp() and core_iswildstr() (#10344) 2022-10-16 19:59:28 +02:00
frontend/mame Modernize core_strwildcmp() and core_iswildstr() (#10344) 2022-10-16 19:59:28 +02:00
lib Added support for specifying volume attributes in 'floptool flopcreate' (#9590) 2022-10-16 20:04:19 +02:00
mame New machines marked as NOT_WORKING 2022-10-16 20:06:02 +02:00
osd osd/modules/render/aviwrite.cpp: Use std::string_view for filename 2022-10-04 18:25:52 -04:00
tools Added support for specifying volume attributes in 'floptool flopcreate' (#9590) 2022-10-16 20:04:19 +02:00
zexall embargo: remove input tag lookups 2022-09-13 13:16:24 +02:00