AltairZ80: The Big Beautiful PR #491
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following:
Adds a new SD Systems
SBC200device.Adds a new SD Systems
VFIIVersaFloppy II device.Adds ability to load HEX files at a specified address.
Adds support for SD Systems ExpandoRAM banked memory.
Adds improved DSK image support to the
WD179Xdevice.Adds support for formats that don't include the FC index mark to WD179X
WRITE_TRACKcommand.Fixed WD179X
VERIFYregister.SD Systems uses the high bit of the SIDE byte of a disk's 6-byte sector ID field to identify a double-sided disk. A
DSMASKregister was added toWD179Xdevice. When a READ ADDRESS command is issued, the value of this register is ORed with the SIDE number. For example, if DSMASK is set to 80H, 80H is returned for Side 0 and 81H is returned for Side 1.This PR passes Howard's AltairZ80 tests.
Additional tests were added here:
https://github.com/deltecent/altairz80-tests/
Additional packages were added here:
https://github.com/deltecent/altairz80-packages/