mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-28 20:50:13 +00:00
changed picture
This commit is contained in:
parent
6df5ff2826
commit
a3459b15d3
@ -47,7 +47,7 @@ Click on any sector in the Disk Layout panel and the Output panel will display t
|
||||
#### Infocom
|
||||
![Infocom](resources/zork.png?raw=true "Infocom")
|
||||
#### Graphics
|
||||
![Graphics](resources/planetfall.png?raw=true "Graphics")
|
||||
![Graphics](resources/graphics.png?raw=true "Graphics")
|
||||
#### Wizardry
|
||||
![Wizardry](resources/wizardry.png?raw=true "Wizardry")
|
||||
#### Visicalc
|
||||
|
BIN
resources/graphics.png
Normal file
BIN
resources/graphics.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
@ -141,7 +141,7 @@ public class SHRPictureFile1 extends HiResImage
|
||||
int lo = dirEntry.mode & 0x00FF; // mode bit if hi == 0
|
||||
|
||||
boolean fillMode = (dirEntry.mode & 0x20) != 0;
|
||||
assert fillMode == false;
|
||||
// assert fillMode == false;
|
||||
|
||||
if (hi != 0)
|
||||
System.out.println ("hi not zero");
|
||||
|
Loading…
Reference in New Issue
Block a user