mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
Writeable -> Writable
This commit is contained in:
parent
ed624a17d0
commit
3382973459
@ -471,7 +471,7 @@ void info_xml_creator::output_rom()
|
||||
else
|
||||
{
|
||||
fprintf(m_output, " index=\"%x\"", DISK_GETINDEX(rom));
|
||||
fprintf(m_output, " writeable=\"%s\"", DISK_ISREADONLY(rom) ? "no" : "yes");
|
||||
fprintf(m_output, " writable=\"%s\"", DISK_ISREADONLY(rom) ? "no" : "yes");
|
||||
}
|
||||
|
||||
// add optional flag
|
||||
|
Loading…
Reference in New Issue
Block a user