public class WinSpecialFile extends WinFile
buffer, clusterchain, dir, dirChanged, drive, fileChanged, filePosition, fileSize, index, isDir, mapChanged, readOnly, setDate
Constructor and Description |
---|
WinSpecialFile(WinDrive drive)
Creates the object.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the special file : the drive is notified of this.
|
void |
handleTrap3(int trapKey,
MC68000Cpu cpu)
This dispatches the file I/O routines (=SMSQE TRAP#3 routines).
|
getDir, getIndex, setDir, setDirAndFatChanged, setDirStatus, setIndex, writeFile
public WinSpecialFile(WinDrive drive)
drive
- on what drive the special file is to be opened.public void close()
public void handleTrap3(int trapKey, MC68000Cpu cpu)
handleTrap3
in class WinFile
trapKey
- what kind of trap#3 are we dealing with?cpu
- the CPU.