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 IParallelCabledata - written datahandshake - handshake?dnr - drive IDIParallelCable.driveWrite(byte, boolean,
int)public byte driveRead(boolean handshake)
driveRead in interface IParallelCablehandshake - handshake?IParallelCable.driveRead(boolean)public void c64Write(byte data)
c64Write in interface IParallelCabledata - written dataIParallelCable.c64Write(byte)public byte c64Read()
c64Read in interface IParallelCableIParallelCable.c64Read()public void pulse()
pulse in interface IParallelCableIParallelCable.pulse()Copyright © 2018 Ken Händel. All rights reserved.