Package | Description |
---|---|
smsqmulator |
The purpose of this project is to have an SMSQ/E emulator "machine" in java.
|
Modifier and Type | Class and Description |
---|---|
class |
WinDir
This is an object containing one directory within a qxl.win drive.
|
class |
WinSpecialFile
This is the special access file ("*d2d) on a qxl.win drive.
|
Modifier and Type | Field and Description |
---|---|
protected WinFile[] |
WinDrive.fileNumber |
Modifier and Type | Method and Description |
---|---|
WinFile |
WinDir.openFile(int entry,
byte[] filename,
int openType,
MC68000Cpu cpu)
Opens a file.
|
Modifier and Type | Method and Description |
---|---|
void |
WinDir.renameFile(WinDir oldDir,
WinFile wFile,
byte[] fname)
Renames/moves a file from the old directory to this new one.
|