Generally its better.
?
Since the SPI interface is bit banged having to shuffle less means
less time doing bit bang to move stuff.? Think in terms of layers.
?
Code may be smaller as well, less code executed is faster.
However the BIOS changes!??
?
To date I only have two systems with uSD the z80MC and
SC131 (20mhz z180).? Note the Z180 uses the SPI interface on chip
so speed is very fast.? The rest of my systems are IDE one
with spinning media and two with CF (CF is byte parallel, faster).
The rest of my 8085/z80 systems have MFM-hard disks D540
31mb (spinning rust) and intelligent controllers.? I have over
20 CP/M systems of various designs and performance levels
many running BIOS I had to build.? Of those 5 are S100 crates.
Most portable of the is the Epsom PX-8s laptops I have.
?
Me, been using CP/M since '76 and did V1.3, 1.4, and usually V2.x.
I also use PCP/M variant and Zrdos enhanced CP/M clones.? The
clones are structurally similar but add features like logical devices
larger than 8MB as the internal math is more complex and can
directly address 1GB.? Only one comment is that big devices
have big flat directories that take forever to search.? CP/M
does not hierarchical directories.? So partitioning devices to
smaller 8MB is the general way.
?
I also write code for CP/M but also have modified CP/M internally
and run with ZCCP replacement for CCP.? ?For the non-CP/M fluent
the CCP is the command line processor, Bdos is the base logical
Filesystem and IO, the BIOS is the layer that does logical abstraction
to physical for IO and mass storage.
?
CP/M discussion are based on logical devices and physical.? For
example logical sector is always 128 bytes.? Physical can be anything
that is usually device inherent (IDE, CF, uSD that's 512bytes).??
?
A must have is the entire CP/M manual set (many thin manuals
or one thicker book) as they pretty much give the whole of
required information on use and modification.
?
I speak PDP-8, 8080,8085,Z80, fluently and passable conversations in
1802, TI9900 , PDP-11 and solder (hardware).
?
Allison