-
```
What steps will reproduce the problem?
I tried feeding OE some disk images to the Disk II drive. It looks like it
doesn't distinguish between sector orderings with files named .dsk. Or maybe
…
-
References:
- https://github.com/AppleWin/AppleWin/issues/1153
- https://github.com/ProDOS-8/ProDOS8-Testing/issues/69
tomcw updated
3 months ago
-
```
What steps will reproduce the problem?
I tried feeding OE some disk images to the Disk II drive. It looks like it
doesn't distinguish between sector orderings with files named .dsk. Or maybe
…
-
[Proxies](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) are only supported by 91% of browsers (https://github.com/prodo-ai/prodo/issues/132#issuecomment-5390…
-
## Steps to Reproduce
1. Boot ProDOS 2.5 Alpha 8
2. Drop to BASIC.SYSTEM
3. Type this:
```
PREFIX /RAM
10 FOR I = 1 TO 100
20 PRINT I
30 PRINT CHR$(4)"SAVE F";I
40 NEXT
RUN
CAT
```
# E…
-
ProDOS 2.5 with GS/OS 6.01
BUG
ProDOS 2.5
## Description
Using ProDOS 2.5 with GS/OS 6.01 Not working
## Expected Behavior
Launch what ever ProDOS 8 App needed to be lunch
## Actu…
-
## Description
When ProDOS 2.4.x is inserted in the "ProDOS16 Image" file (replacing ProDOS 8 2.0.3), and ProDOS 8 is selected as the startup OS in the Network control panel, the system…
-
```
What steps will reproduce the problem?
I tried feeding OE some disk images to the Disk II drive. It looks like it
doesn't distinguish between sector orderings with files named .dsk. Or maybe
…
-
```
What steps will reproduce the problem?
I tried feeding OE some disk images to the Disk II drive. It looks like it
doesn't distinguish between sector orderings with files named .dsk. Or maybe
…
-
I decided to trace the actual ProDOS 2.03 code to see what it did. Kind of odd. The original code does ` ORA #$80 ` here, but the test is with ` #$AF ` , the '/' with the MSB set. Further along in the…