Writeable -> Writable

This commit is contained in:
Angelo Salese 2011-07-11 22:48:56 +00:00
parent ed624a17d0
commit 3382973459

View File

@ -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