public class PRG2TAP extends Object
Modifier and Type | Field and Description |
---|---|
protected static boolean |
USE_KICKASSEMBLER |
Constructor and Description |
---|
PRG2TAP() |
Modifier and Type | Method and Description |
---|---|
void |
add(PRG2TAPProgram program)
Add program to TAP file.
|
void |
addSilence(int ncycles)
Add silence for n cycles
|
void |
close(File outputFile)
Close TAP file
|
void |
open(File outputFile)
Open TAP file
|
void |
setTapVersion(byte tapVersion) |
void |
setThreshold(int threshold) |
void |
setTurboTape(boolean turboTape) |
public final void setTapVersion(byte tapVersion)
public final void setThreshold(int threshold)
public final void setTurboTape(boolean turboTape)
public void add(PRG2TAPProgram program) throws IOException
IOException
public void addSilence(int ncycles) throws IOException
ncycles
- cycles of silence to add (1000000 ~ 1 sec)IOException
public void open(File outputFile) throws IOException
IOException
public void close(File outputFile) throws IOException
IOException
Copyright © 2018 Ken Händel. All rights reserved.