]> Shamusworld >> Repos - apple2/blob - known-issues.txt
Docs were missing GPLv3. Thanks to schampailler for the heads up. :-)
[apple2] / known-issues.txt
1 KNOWN ISSUES WITH APPLE2 EMULATOR
2 ---------------------------------
3
4  - Some disk images don't properly boot when the apple is powered on and *then*
5    a disk is inserted (Ape Escape, Apple Panic).  Could be related to the
6    Infocom squeezed disk format problem (Border Zone, others).
7
8  - Border Zone doesn't read side B properly; there is a synchronization issue
9    where the disk read routines run at 27 cycles per byte while the LSS runs
10    with an OBT (optimal bit timing) of 28.  Eventually, the LSS will run
11    ahead(!) of the 65c02--even though the 65c02 is running a faster loop--
12    resulting in bytes being missed by the 65c02 (sometimes 2 bytes in a row
13    being missed).  Very strange!
14
15  - Inserting a new blank disk in drive #2 doesn't work (the code hasn't been
16    written yet)
17
18  - A new blank disk is given a default name and saved in the same folder as the
19    apple2 executable.  This should at a minimum save the image in the "disks"
20    folder (however that is defined in apple2.cfg); it should also allow the
21    user to set the name of the disk image as well.
22
23  - Saving/loading save states through the GUI doesn't work yet
24
25  - Some (most) config options don't work through the GUI yet
26
27  - Attaching hard drive images can only be done by editing apple2.cfg
28
29  - There is no emulation of 800K drives yet
30
31  - 13 sector disks don't work yet
32
33  - Scrolling though the list of disks to get to one near the end of the list
34    takes a *lot* of clicks.  Should probably make some form of type-ahead
35    filtering to narrow the list down.  Maybe should also sort the disks better
36    as well by ignoring starting articles such as a, an, the, & etc.
37
38  - The disk selector doesn't give you any useful information about the disk
39    you're highlighting (other than the full name at the top of the window); it
40    should probably at a minimum give memory/machine stats for the disk.
41
42  - No support for joysticks of any kind (even emulated Atari sticks via
43    keyboard)