univta0001
univta0001
The previous version works with both Mame 0.262 and Accurapple. Both of them supports Woz Flux tracks. The new Phantasie-Boot-Copy2 however do not work with Accurapple. It is also not...
Hi, i have managed to make [Phantasie-Boot.zip](https://github.com/AppleWin/AppleWin/files/14305563/Phantasie-Boot.zip) to work in AppleWin by patching the following bytes in the WOZ file 1) Patch byte offset 0xc53 from 0xBB to 0xBD 2)...
In the provided, WOZ image with Flux Track, the description from Tom seems on the following seems wrong ``` flux: 1f 23 3d 21 1f 3f bits: 1 1 10...
The AppleWin version may not be generating as faithful the original Apple 2. I might be wrong (as i don't have the real Apple nowadays), but the following code should...
All the Flux images (Prodos, Bandits, Jellyfish, Lemmings, Cyclod, Fly Wars and Minotaur) works for the following emulators - Accurapple (https://gitlab.com/wiz21/accurapple) - Univta001 Emu6502 (https://github.com/univta0001/emu6502) - CrossRunner (https://www.crossrunner.gs)
Hi, I have tried adding minor changes to CmdLine.h and CmdLine.cpp by adding a "-z80-cirtech" switch and modifying the z80_RDMEM and z80_WRMEM function, AppleWin is able to boot CPM Cirtech...
Hi, thanks for 2MB CPM hdv image for testing (https://github.com/peteri/CirtechCPM/blob/8055f7256f4aabde6c5612b43041e1014d153418/DiskImages/buildcpm3.hdv). The image seems to use the SoftCard address translation and not the CirtechCPM address translation as mentioned above.
For the images from the link https://github.com/peteri/CirtechCPM/blob/main/DiskImages for [CIRTECH CPM V2 BOOT.DSK](https://github.com/peteri/CirtechCPM/blob/main/DiskImages/CIRTECH%20CPM%20V2%20BOOT.DSK) and [0030_Cirtech_CPM_Plus_System_Master.po](https://github.com/peteri/CirtechCPM/blob/main/DiskImages/0030_Cirtech_CPM_Plus_System_Master.po), even if the address mapping are done in AppleWin in accordance to the description below, it...
In the Cirtech V2 code, the card checking code is different from v1. One of the card checking code is at 0005H / $1005 (in Z80) and $f9a in 6502....
Hi looking at the branch of the firmware code, i think the code needs to be updated and space-optimized. In the code lda $100,x will not return the RTS LO...