mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-12 23:06:59 +00:00
Added DHGR instance
This commit is contained in:
parent
d9d6c3a385
commit
a5542f60ec
@ -253,6 +253,8 @@ class FileEntry extends CatalogEntry implements ProdosConstants
|
||||
else if (name.endsWith (".PAC") || name.endsWith (".A2FC")
|
||||
|| (endOfFile == 0x4000 && auxType == 0x2000))
|
||||
file = new DoubleHiResImage (name, exactBuffer);
|
||||
else if (endOfFile == 0x4000 && auxType == 0x4000)
|
||||
file = new DoubleHiResImage (name, exactBuffer);
|
||||
else if (oneOf (endOfFile, 0x1FF8, 0x1FFF, 0x2000, 0x4000)
|
||||
&& oneOf (auxType, 0x1FFF, 0x2000, 0x4000))
|
||||
file = new OriginalHiResImage (name, exactBuffer, auxType);
|
||||
|
Loading…
Reference in New Issue
Block a user