Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABCD - Class in CPU.instructions
-
The ABCD instruction in all of its variants.
- ABCD() - Constructor for class CPU.instructions.ABCD
- AboutMenu - Class in ui
-
The config menu in the menu bar, including item action routines.
- AboutMenu() - Constructor for class ui.AboutMenu
-
The menu showing the "About..." information.
- add(T) - Method in class smsqmulator.CircularBuffer
-
Adds an element (to the end of) the buffer.
- add(T) - Method in class smsqmulator.FifoQueue
-
Tries to add an element to the end of the queue.
- ADD_An - Class in CPU.instructions.ADD2Dn
-
The ADD and ADDA instruction where the destination is a data/addr register and the source is An.
- ADD_An() - Constructor for class CPU.instructions.ADD2Dn.ADD_An
- ADD_AnContent - Class in CPU.instructions.ADD2Dn
-
The ADD/ADDA instruction where the destination is a data/addr register and the source is (An).
- ADD_AnContent - Class in CPU.instructions.ADD2EA
-
The ADD instruction where the source is Dn and the destination is (An).
- ADD_AnContent() - Constructor for class CPU.instructions.ADD2Dn.ADD_AnContent
- ADD_AnContent() - Constructor for class CPU.instructions.ADD2EA.ADD_AnContent
- ADD_AnPlus - Class in CPU.instructions.ADD2Dn
-
The ADD/ADDAinstruction where the destination is a data/addr register and the source is (An)+.
- ADD_AnPlus - Class in CPU.instructions.ADD2EA
-
The ADD instruction where the source is Dn and the destination is (An)+.
- ADD_AnPlus() - Constructor for class CPU.instructions.ADD2Dn.ADD_AnPlus
- ADD_AnPlus() - Constructor for class CPU.instructions.ADD2EA.ADD_AnPlus
- ADD_d16An - Class in CPU.instructions.ADD2Dn
-
The ADD/ADDA instruction where the destination is a data/addr register and the source is d16(An).
- ADD_d16An - Class in CPU.instructions.ADD2EA
-
The ADD instruction where the source is Dn and the destination is d16(An).
- ADD_d16An() - Constructor for class CPU.instructions.ADD2Dn.ADD_d16An
- ADD_d16An() - Constructor for class CPU.instructions.ADD2EA.ADD_d16An
- ADD_d16PC - Class in CPU.instructions.ADD2Dn
-
The ADD/ADDA instruction where the destination is a data/addr register and the source is d16(Pc).
- ADD_d16PC() - Constructor for class CPU.instructions.ADD2Dn.ADD_d16PC
- ADD_d8AnXn - Class in CPU.instructions.ADD2Dn
-
The ADD/ADDA instruction where the destination is a data/addr register and the source is d8(An,Xn).
- ADD_d8AnXn - Class in CPU.instructions.ADD2EA
-
The ADD instruction where the source is Dn and the destination is d8(An,Xn).
- ADD_d8AnXn() - Constructor for class CPU.instructions.ADD2Dn.ADD_d8AnXn
- ADD_d8AnXn() - Constructor for class CPU.instructions.ADD2EA.ADD_d8AnXn
- ADD_d8PCXn - Class in CPU.instructions.ADD2Dn
-
The ADD/ADDA instruction where the destination is a data/addr register and the source is d8(PC,Xn).
- ADD_d8PCXn() - Constructor for class CPU.instructions.ADD2Dn.ADD_d8PCXn
- ADD_Dn - Class in CPU.instructions.ADD2Dn
-
The ADD/ADDA instruction where the destination is a data/addr register and the source is Dn.
- ADD_Dn() - Constructor for class CPU.instructions.ADD2Dn.ADD_Dn
- ADD_I - Class in CPU.instructions.ADD2Dn
-
The ADD/ADDA instruction where the destination is a data/addr register and the source is Immediate data.
- ADD_I() - Constructor for class CPU.instructions.ADD2Dn.ADD_I
- ADD_L - Class in CPU.instructions.ADD2Dn
-
The ADD/ADDA instruction where the destination is a data/addr register and the source is L absolute.
- ADD_L - Class in CPU.instructions.ADD2EA
-
The ADD instruction where the source is Dn and the destination is L.
- ADD_L() - Constructor for class CPU.instructions.ADD2Dn.ADD_L
- ADD_L() - Constructor for class CPU.instructions.ADD2EA.ADD_L
- ADD_MinusAn - Class in CPU.instructions.ADD2Dn
-
The ADD/ADDA instruction where the destination is a data/addr register and the source is -(An).
- ADD_MinusAn - Class in CPU.instructions.ADD2EA
-
The ADD instruction where the source is Dn and the destination is -(An).
- ADD_MinusAn() - Constructor for class CPU.instructions.ADD2Dn.ADD_MinusAn
- ADD_MinusAn() - Constructor for class CPU.instructions.ADD2EA.ADD_MinusAn
- ADD_W - Class in CPU.instructions.ADD2Dn
-
The ADD/ADDA instruction where the destination is a data/addr register and the source is W absolute.
- ADD_W - Class in CPU.instructions.ADD2EA
-
The ADD instruction where the source is Dn and the destination is W.
- ADD_W() - Constructor for class CPU.instructions.ADD2Dn.ADD_W
- ADD_W() - Constructor for class CPU.instructions.ADD2EA.ADD_W
- addBytes(MC68000Cpu) - Method in class ui.sound.SoundDevice
-
Called to add bytes to the queue.
- addChunk(byte[]) - Method in class ui.sound.SampledSound
-
Add a chunk.
- ADDI - Class in CPU.instructions
-
The ADDI instruction in all of its variants.
- ADDI() - Constructor for class CPU.instructions.ADDI
- addInstruction(int, Instruction) - Method in class CPU.MC68000Cpu
-
Adds an instruction to the list (array) of instructions
- addNoDoubles(T) - Method in class smsqmulator.CircularBuffer
-
Adds an element to the end of the buffer, if this is NOT equal to the same element already at the end of the buffer.
- ADDQ_An - Class in CPU.instructions.ADDQ
-
The ADDQ instruction where destination is An.
- ADDQ_An() - Constructor for class CPU.instructions.ADDQ.ADDQ_An
- ADDQ_AnPlus - Class in CPU.instructions.ADDQ
-
The ADDQ instruction where destination is (An)+.
- ADDQ_AnPlus() - Constructor for class CPU.instructions.ADDQ.ADDQ_AnPlus
- ADDQ_AnPtr - Class in CPU.instructions.ADDQ
-
The ADDQ instruction where destination is (An).
- ADDQ_AnPtr() - Constructor for class CPU.instructions.ADDQ.ADDQ_AnPtr
- ADDQ_d16An - Class in CPU.instructions.ADDQ
-
The ADDQ instruction where destination is d16(An).
- ADDQ_d16An() - Constructor for class CPU.instructions.ADDQ.ADDQ_d16An
- ADDQ_d8AnXn - Class in CPU.instructions.ADDQ
-
A definition of the ADDQ instruction where destination is d16(An).
- ADDQ_d8AnXn() - Constructor for class CPU.instructions.ADDQ.ADDQ_d8AnXn
- ADDQ_Dn - Class in CPU.instructions.ADDQ
-
The ADDQ instruction where destination is Dn.
- ADDQ_Dn() - Constructor for class CPU.instructions.ADDQ.ADDQ_Dn
- ADDQ_L - Class in CPU.instructions.ADDQ
-
The ADDQ instruction where destination is .L absolute.
- ADDQ_L() - Constructor for class CPU.instructions.ADDQ.ADDQ_L
- ADDQ_MinusAn - Class in CPU.instructions.ADDQ
-
TheADDQ instruction where destination is -(An).
- ADDQ_MinusAn() - Constructor for class CPU.instructions.ADDQ.ADDQ_MinusAn
- ADDQ_W - Class in CPU.instructions.ADDQ
-
The ADDQ instruction where destination is L absolute).
- ADDQ_W() - Constructor for class CPU.instructions.ADDQ.ADDQ_W
- addr_regs - Variable in class CPU.MC68000Cpu
- address - Variable in class CPU.DisassembledInstruction
- addToKeyboardQueue(int) - Method in class smsqmulator.TrapDispatcher
-
Adds a key to the keyboard queue.
- ADDXmem - Class in CPU.instructions
-
The ADDX instruction (mem to mem) in all of its variants.
- ADDXmem() - Constructor for class CPU.instructions.ADDXmem
- ADDXreg - Class in CPU.instructions
-
The ADDX instruction (register to register) in all of its variants.
- ADDXreg() - Constructor for class CPU.instructions.ADDXreg
- adoptChanges(String[], int, int) - Method in class ui.DriveAssignmentsDialog
-
This is called to show this dialog (do NOT use set.Visible directly).
- allocateClusters(int) - Method in class drivers.win.WinDrive
-
This allocates a new clusterchain with as many clusters as needed.
- allocSize - Static variable in class drivers.nxfa.XfaFile
- ANDI - Class in CPU.instructions
-
The ANDI instruction in all of its variants.
- ANDI() - Constructor for class CPU.instructions.ANDI
- ANDI_CCR - Class in CPU.instructions
-
The ANDI_TO_CCR instruction in all of its variants.
- ANDI_CCR() - Constructor for class CPU.instructions.ANDI_CCR
- ANDI_SR - Class in CPU.instructions
-
The ANDI_TO_SR instruction in all of its variants.
- ANDI_SR() - Constructor for class CPU.instructions.ANDI_SR
- ANDmem - Class in CPU.instructions
-
The AND instruction where the destination is a mem location, in all of its variants.
- ANDmem() - Constructor for class CPU.instructions.ANDmem
- ANDreg - Class in CPU.instructions
-
The AND instruction where the destination is a register, in all of its variants.
- ANDreg() - Constructor for class CPU.instructions.ANDreg
- Arith - Class in smsqmulator
-
Class to speed up some SMSQ/E floating point ari ops.
- Arith() - Constructor for class smsqmulator.Arith
- ASLimm - Class in CPU.instructions.ASL
-
The ASL instruction where data to be shifted is in a data reg and the shift count is immediate.
- ASLimm() - Constructor for class CPU.instructions.ASL.ASLimm
- ASLmem - Class in CPU.instructions.ASL
-
The ASL instruction where data to be shifted is in memory.
- ASLmem() - Constructor for class CPU.instructions.ASL.ASLmem
- ASLreg - Class in CPU.instructions.ASL
-
The ASL instruction where data to be shifted is in a data reg and the shift count is in another data reg.
- ASLreg() - Constructor for class CPU.instructions.ASL.ASLreg
- ASRimm - Class in CPU.instructions.ASR
-
The ASR instruction where data to be shifted is in a data reg and the shift count is immediate.
- ASRimm() - Constructor for class CPU.instructions.ASR.ASRimm
- ASRmem - Class in CPU.instructions.ASR
-
The ASR instruction where data to be shifted is in memory.
- ASRmem() - Constructor for class CPU.instructions.ASR.ASRmem
- ASRreg - Class in CPU.instructions.ASR
-
The ASR instruction where data to be shifted is in a data reg and the shift count is in another data reg.
- ASRreg() - Constructor for class CPU.instructions.ASR.ASRreg
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form