TomCh
TomCh
Thanks both, I am able to reproduce this now. Repro: - Try to insert an 800K image into S6D1 - this fails, but as noted, it doesn't close the file...
Hi Riccardo, Is the "4 DAC MEGAAudio S.A.M. clone card" something you or someone else created? Is there any reference info about it? (Perhaps I should create an issue to...
NB, commit 71c67cf supports inserting SAM cards into both slot 4 and 5 at the same time. Not the same as this PR, but maybe sufficient?
Triaged: Only occurs in 2x windowed mode. Whenever the disk head position changes, then `FrameDrawDiskStatus(()` get called. In `FrameDrawDiskStatus(()`: 1. Erase old trk/sec text with `Rectangle()` - this happen immediately...
Tested AppleWin 1.25.0.3 on Win8.1 (VAIO laptop, with Intel HD Graphics Family display adaptor). Full screen worked fine (as described above). I also tested using the -fs8bit switch, and was...
This is a regression at ~1.26.2.1~ 1.26.2.0. (Last good version was 1.26.1.1)
Having looked more deeply at this issue, I'm now thinking it's a CP/M software problem. The last working version was 1.26.1.1, but the AppleWin code change (at 1.26.2.0) was actually...
Then looking at the CP/M boot code: 1, there's card detection code at $105D - it starts scanning from slot-7 (Y=$C7), and scans down to (and including) slot-1 (Y=$C1) -...
CP/M boot code (continued): 2, There's a `JSR $C800` which is resulting in undefined behaviour (executing floating bus values): ``` 1114: JMP $3D2 ; main loop for 6502 & Z80...
Sanity check: with real original //e, reset to AppleSoft (no DOS). Then from monitor: - C800L ; just lists floating bus - C300 ; to enable internal ROM - C800L...