17#include "SubComponent.h"
21class ParCable final :
public SubComponent {
23 Descriptions descriptions = {{
26 .description =
"Parallel Drive Cable"
33 ParCable& operator= (
const ParCable& other) {
return *
this; }
42 template <
class T>
void serialize(T& worker) { } SERIALIZERS(serialize);
51 const Descriptions &getDescriptions()
const override {
return descriptions; }
55 void _dump(Category category, std::ostream& os)
const override;
68 void driveHandshake();
73 void c64Handshake(Drive &drive);
79 u8 getVIA(
const Drive &drive)
const;
80 u8 getPIA(
const Drive &drive)
const;
VirtualC64 project namespace.
Definition CmdQueue.cpp:16