mirror of
https://github.com/holub/mame
synced 2025-10-05 00:38:58 +03:00
ap2_dsk: recognize ProDOS 2.5 boot block (nw)
This commit is contained in:
parent
f1610825cb
commit
6154ea4c8b
@ -678,6 +678,10 @@ bool a2_16sect_format::load(io_generic *io, uint32_t form_factor, floppy_image *
|
||||
{
|
||||
m_prodos_order = true;
|
||||
}
|
||||
else if (!memcmp("PRODOS", §or_data[0x40], 6))
|
||||
{
|
||||
m_prodos_order = true;
|
||||
}
|
||||
}
|
||||
|
||||
fpos += 256*16;
|
||||
|
Loading…
Reference in New Issue
Block a user