mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2025-08-05 21:25:44 +00:00
changed picture
This commit is contained in:
@@ -47,7 +47,7 @@ Click on any sector in the Disk Layout panel and the Output panel will display t
|
||||
#### Infocom
|
||||

|
||||
#### Graphics
|
||||

|
||||

|
||||
#### 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");
|
||||
|
Reference in New Issue
Block a user