mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
fix count (#11241)
This commit is contained in:
parent
24371e7a4a
commit
f079394b64
@ -45,7 +45,7 @@ public:
|
||||
{
|
||||
rsdos_dirent m_dirent;
|
||||
u8 m_unused[16];
|
||||
} m_entries[4];
|
||||
} m_entries[8];
|
||||
};
|
||||
|
||||
class granule_iterator
|
||||
|
Loading…
Reference in New Issue
Block a user