Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

F

FAT - Class in drivers.win
 
FAT(FileChannel, boolean, String, int) - Constructor for class drivers.win.FAT
Creates the object and reads the drive's header and FAT.
fetchLine(SerialPort, MC68000Cpu, int) - Method in class drivers.ser.InputBuffer
Fetch multiple bytes until a LF (0xA) is found.
fetchMultipleBytes(SerialPort, MC68000Cpu, int) - Method in class drivers.ser.InputBuffer
Fetch multiple bytes.
FifoQueue<T> - Class in smsqmulator
A fixed size FIFO queue that does not allow null elements.
FifoQueue() - Constructor for class smsqmulator.FifoQueue
Creates the queue with a capacity of 10 elements.
FifoQueue(int) - Constructor for class smsqmulator.FifoQueue
Creates the buffer with a capacity of n elements.
file - Variable in class drivers.nxfa.XfaFile
 
fileChanged - Variable in class drivers.win.WinFile
 
fileIsDir(int) - Method in class drivers.win.WinDir
Checks whether the file at (index) is a directory.
FileLockException - Exception Class in drivers
This exception should get thrown when the WIN, MEM or FLP drivers are fed files that cannot be locked.
FileLockException() - Constructor for exception class drivers.FileLockException
This just calls super.
FileMenu - Class in ui
The file menu in the menu bar, including item action routines.
FileMenu(Monitor, IniFile) - Constructor for class ui.FileMenu
 
filename - Variable in class drivers.nxfa.XfaFile
 
filenameChange - Variable in class drivers.nxfa.XfaDriver
 
filenameChange - Variable in class drivers.nxfa.XfaFile
 
fileNumber - Variable in class drivers.nxfa.XfaDriver
 
fileNumber - Variable in class drivers.win.WinDrive
 
filePosition - Variable in class drivers.nxfa.XfaFile
 
filePosition - Variable in class drivers.win.WinFile
 
fileSize - Variable in class drivers.win.WinFile
 
fillBlock(MC68000Cpu, boolean) - Method in class screens.Screen
Fills a block with colour : this updates the "screen memory" (vrambuffer) AND the underlying image.
fillBlock(MC68000Cpu, boolean) - Method in class screens.Screen0
Fills a block with colour - not implemented here.
fillBlock(MC68000Cpu, boolean) - Method in class screens.Screen16
Fills a block with colour : this updates the "screen memory" AND the underlying image.
fillBlock(MC68000Cpu, boolean) - Method in class screens.Screen32
Fills a block with colour : this updates the memory AND the underlying image data (if block is actually within screen).
fillPointers(MC68000Cpu) - Method in class ui.sound.SampledSound
Fill in the pointers to the SSSS buffer.
fillScreen(int) - Method in class screens.Screen
Fills the visible screen with a certain colour.
fillScreen(Color) - Method in class screens.Screen
Fills the screen with a certain colour.
findFreeEntryInDir() - Method in class drivers.win.WinDir
Finds the first free entry in my buffer.
findInDirs(byte[]) - Method in class drivers.win.WinDir
Finds out whether a file belongs in this dir or any of its subdirs.
findInMemory(int, int, short[]) - Method in class CPU.MC68000Cpu
Finds consecutive shorts in memory.
findInMemory(int, int, short[], String) - Method in class CPU.MC68000Cpu
Finds consecutive shorts followed by a string in memory.
findInMemory(int, int, String) - Method in class CPU.MC68000Cpu
Finds a string in memory.
flock - Variable in class drivers.win.WinDrive
 
FloppyDriver - Class in drivers
This is the driver for reading and writing QL style floppy disk images.
FloppyDriver(IniFile) - Constructor for class drivers.FloppyDriver
Creates the object.
FLPDriver - Static variable in class smsqmulator.Types
 
flush() - Method in class drivers.win.WinDrive
Writes the FAT + drive header to the drive.
flushHeader() - Method in class drivers.nxfa.XfaFile
Flush the file header(write to disk).
flushHeader(FileChannel, boolean) - Method in class drivers.nxfa.NfaFileheader
Normally writes the header to disk, but here we don't flush the header at all!
flushHeader(FileChannel, boolean) - Method in class drivers.nxfa.QemuFileheader
Actually writes the header to the file.
flushHeader(FileChannel, boolean) - Method in class drivers.nxfa.SfaFileheader
Actually writes the header to the file.
flushHeader(FileChannel, boolean) - Method in interface drivers.nxfa.XfaFileheader
Writes the header to the native file.
formatDrive() - Method in class drivers.FloppyDriver
This routine formats a medium.
formatDrive(int, MC68000Cpu) - Method in class drivers.win.SWinDriver
This routine "formats" a drive in the sense that it just creates the container fiole on the local filesystem.; ; d0 cr format type / error code ; d1 cr size wished in MB / good sectors ; d2 r total sectors ; a3 c p linkage block ; a4 c p drive definition D1 = size in MB
formatInstruction(StringBuilder) - Method in class CPU.DisassembledInstruction
Formats the instruction in the provided StringBuffer.
formatMedium(String, IniFile) - Method in interface drivers.DeviceDriver
Formats a medium.
formatMedium(String, IniFile) - Method in class drivers.nxfa.XfaDriver
Formats a medium.
formatMedium(String, IniFile) - Method in class drivers.win.WinDriver
Formats a medium.
freeClusters(int) - Method in class drivers.win.WinDrive
Frees clusters in the FAT, freeing all clusters in a clusterchain.
freeSize - Variable in class drivers.nxfa.XfaFile
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form