public interface IParallelCable
Modifier and Type | Method and Description |
---|---|
byte |
c64Read()
C64 reads data.
|
void |
c64Write(byte data)
C64 writes data.
|
byte |
driveRead(boolean handshake)
Floppy reads data.
|
void |
driveWrite(byte data,
boolean handshake,
int dnr)
Floppy writes data.
|
void |
pulse()
CIA synchronization.
|
void driveWrite(byte data, boolean handshake, int dnr)
data
- written datahandshake
- handshake?dnr
- drive IDbyte driveRead(boolean handshake)
handshake
- handshake?void c64Write(byte data)
data
- written databyte c64Read()
void pulse()
Copyright © 2018 Ken Händel. All rights reserved.