TomCh
TomCh
To investigate this further (and come up with a solution) I probably need a real Spanish keyboard.
EG, loading "SHR-AppleII-64K-Skyfox.aws.yaml" gives this typical pattern of 3 calls to `UpdatePaging()`: All from `Snapshot_LoadState_v2()`: - `MemReset()` -> `ResetPaging(TRUE)` -> `UpdatePaging(1)` - `ParseUnit()` -> `ParseUnitApple2(...)` -> `MemLoadSnapshot(...)` -> `UpdatePaging(1)` -...
NB. loading "Base64A.aws.yaml" does NOT _additionally_ call: - `MemReset()` -> `MemAnnunciatorReset()` -> `UpdatePaging(FALSE)` Because in `MemAnnunciatorReset()`, the `g_Apple2Type` hasn't been loaded (and set to) `A2TYPE_BASE64A` yet (unless the model was...
For c022bbd I ran a full AppleWin-Test regression suite without any problems.
Hi @peteri, I'm without a good connection at the moment. Let me reply properly in a few days' time. In general supplying a patch is fine, but it would be...
Hi @SEGStriker - thanks for your input here. If you have any details of the hardware differences, then that would help with any progress on adding support for the Cirtech...
And Happy New Year to you too! This memory mapping image (Z80 address to 6502) is the same as [AppleWin's SoftCard emulation mapping](https://github.com/AppleWin/AppleWin/blob/06cc8b46e2cc67a615910584cbb401230cc59f9d/source/Z80VICE/z80.cpp#L6409): https://github.com/peteri/CirtechCPM/blob/main/images/address-map-schematic.png But this "Cirtech CPM memory map"...
@peteri wrote: >(weirdly the 56K version doesn't work in AppleWin but that might be me doing something wrong). It may be related to #498 ? >Okay I have patched the...
>This does break the Softcard code, so what is the recommendation for controlling what sort of Z80 card is being emulated? Add it to the UI or just use a...
Hi @peteri , Just a general point... re. contributing patches / PRs - see note on [CONTRIBUTING](https://github.com/AppleWin/AppleWin/blob/master/CONTRIBUTING.md) Specifically if you can land some small PRs (and not just one big...