summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80daisy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-0/+271
* proposal: move z80daisy* to devices/machine Seems to me this is a machine, not a CPU? Main reason was to stop the Z80 CPU from being dragged into systems that don't have one just because they use a Z80 family peripheral. * missed this one (nw) * missed a spot (nw)