Conversation
f3c3cf9 to
48e1673
Compare
|
Patrick, As you keep force pushing your changes, please change the commit message to something more appropriate. Thanks, Mark |
|
Sorry about that... trying to fix stuff failing in the automatic build checks. |
|
Included PR #492 in scp.c |
This PR contains the following: Adds a new SD Systems SBC200 device. Adds a new SD Systems VFII VersaFloppy 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 WD179X device. Adds support for formats that don't include the FC index mark to WD179X WRITE_TRACK command. Fixed WD179X VERIFY register. Updated CMakeList.txt Included PR open-simh#492 in scp.c Replaced binary notation with hex notation in s100_scb200.c Fixed Warnings Fixed DTR comments 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/
|
Why did this get closed? |
|
This PR got stalled. I think it is too many changes touching too much stuff for one PR. It also touches the same code as |
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/