Add RC2014 CP/M-IDE diskdef defaults.#7
Add RC2014 CP/M-IDE diskdef defaults.#7feilipu wants to merge 1 commit intolipro-cpm4l:cpm4l/cpmtools-2.21from
Conversation
|
This is what I use: Biggest difference is maxdir of 512 vs. 2048… There's one boot track on drive A (zero otherwise) and an offset of 64 tracks per partition. |
|
This is the DPB for drive D: on the z280 rc2014 board. |
|
Are you using the Tony Nicholsons non-banked BIOS sources from 27-Jul-2018 or the banked version from 12-Nov-2018? |
Neither. The BIOS for CP/M-IDE is almost purely DRI example code based, from their System Alteration Guide. Of course there are minor non-functional changes which improve performance, mainly making use of the additional Z80 instructions. As CP/M-IDE is a ROM based CP/M all the drives are orthogonal, and there is no boot track required. There was quite a detailed discussion about |
|
Ah! My bad… my brain translated rc2014 to z280rc… two different beasts… I'll add the z280rc definitions via a different PR. Sorry for the noise. ;-) |
|
Bump! 👋 CP/M-IDE Repository for reference. |
|
Wave!👋 |
|
Reminder, this PR is still open. Added 8085 support in 2021. More here. |
Adding the diskdef defaults from CP/M-IDE.