public class DisconnectedParallelCable extends Object implements IParallelCable
Constructor and Description |
---|
DisconnectedParallelCable() |
Modifier and Type | Method and Description |
---|---|
byte |
c64Read()
Reads of the CPU always 0xff.
|
void |
c64Write(byte data)
Writes of the CPU go to nowhere.
|
byte |
driveRead(boolean handshake)
Reads of the floppy always 0xff.
|
void |
driveWrite(byte data,
boolean handshake,
int dnr)
Writes of the floppy go to nowhere.
|
void |
pulse()
CIA signals are ignored.
|
public void driveWrite(byte data, boolean handshake, int dnr)
driveWrite
in interface IParallelCable
data
- written datahandshake
- handshake?dnr
- drive IDIParallelCable.driveWrite(byte, boolean,
int)
public byte driveRead(boolean handshake)
driveRead
in interface IParallelCable
handshake
- handshake?IParallelCable.driveRead(boolean)
public void c64Write(byte data)
c64Write
in interface IParallelCable
data
- written dataIParallelCable.c64Write(byte)
public byte c64Read()
c64Read
in interface IParallelCable
IParallelCable.c64Read()
public void pulse()
pulse
in interface IParallelCable
IParallelCable.pulse()
Copyright © 2018 Ken Händel. All rights reserved.