changed picture

This commit is contained in:
Denis Molony 2020-04-09 20:20:27 +10:00
parent 6df5ff2826
commit a3459b15d3
3 changed files with 2 additions and 2 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -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");