Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- raFile - Variable in class drivers.nxfa.XfaFile
- raFile - Variable in class drivers.win.WinDrive
- raiseException(int) - Method in class CPU.MC68000Cpu
-
Raises the exception of that vector.
- raiseSRException() - Method in class CPU.MC68000Cpu
-
Special Status register exception.
- ramSize - Variable in class CPU.MC68000Cpu
- raster - Variable in class screens.Screen
- rawIn - Variable in class smsqmulator.IPReadAheadBuffer
- rawIn - Variable in class smsqmulator.IPSocket
- rawOut - Variable in class smsqmulator.IPSocket
- read(byte[], boolean) - Method in class smsqmulator.IPReadAheadBuffer
-
Read bytes from the stream and/or buffer.
- readableSize() - Method in class CPU.MC68000Cpu
-
Gets the highest readable (not necessarily writable) memory location.
- readBytes(int, ByteBuffer, long) - Method in class drivers.win.WinDrive
-
Reads bytes at a certain position in the drive to a buffer.
- readCString(MC68000Cpu, int) - Static method in class drivers.UDPHandler
-
Reads a "C" type string from memory and converts it to a Java String, with SMSQE char conversion.
- readCString(MC68000Cpu, int) - Static method in class smsqmulator.IPHandler
-
Reads a "C" type string from memory and converts it to a Java String, with SMSQE char conversion.
- readFile(int, int, ArrayList<Integer>) - Method in class drivers.win.WinDrive
-
Creates a ByteBuffer (for a file) and reads the file into it.
- readFileheader(MC68000Cpu, int, int) - Method in class drivers.nxfa.NfaFileheader
-
"Reads" the file header into the SMSQE buffer.
- readFileheader(MC68000Cpu, int, int) - Method in class drivers.nxfa.QemuFileheader
-
"Reads" the file header into the SMSQE buffer.
- readFileheader(MC68000Cpu, int, int) - Method in class drivers.nxfa.SfaFileheader
-
"Reads" the file header into the SMSQE buffer.
- readFileheader(MC68000Cpu, int, int) - Method in interface drivers.nxfa.XfaFileheader
-
Reads the file header into the CPU's memory.
- readFromBuffer(int, int, ByteBuffer, int) - Method in class CPU.MC68000Cpu
-
Reads bytes from a buffer and writes them into memory.
- readFromBuffer(int, int, ByteBuffer, int, boolean) - Method in class CPU.CPUforScreenEmulation
-
Reads bytes from a ByteBuffer and writes them into memory.
- readFromBuffer(int, int, ByteBuffer, int, boolean) - Method in class CPU.MC68000Cpu
-
Reads bytes from a ByteBuffer and writes them into memory.
- readFromFile(int, int, FileChannel) - Method in class CPU.MC68000Cpu
-
Read bytes from a filechannel and write them into memory.
- readFromFile(int, int, FileChannel, boolean) - Method in class CPU.MC68000Cpu
-
Read bytes from a filechannel and write them into memory.
- readHeaderOK(File, MC68000Cpu, ByteBuffer) - Static method in class drivers.nxfa.SfaDriver
-
Tries to get a header for an SFA file and possibly copy it somewhere to memory.
- readMemoryByte(int) - Method in class CPU.MC68000Cpu
-
Reads an unsigned byte from memory.
- readMemoryByteSigned(int) - Method in class CPU.MC68000Cpu
-
Reads a signed byte from memory.
- readMemoryChar(int) - Method in class CPU.MC68000Cpu
-
Reads a word as signed short.
- readMemoryLong(int) - Method in class CPU.MC68000Cpu
-
Reads a long word.
- readMemoryLongPC() - Method in class CPU.MC68000Cpu
-
Reads a long word at (PC).
- readMemoryLongPCinc() - Method in class CPU.MC68000Cpu
-
Reads a long word at (PC) and increases the PC by 2 (actually by 4).
- readMemoryShort(int) - Method in class CPU.MC68000Cpu
-
Reads a word as signed short.
- readMemoryWord(int) - Method in class CPU.MC68000Cpu
-
Reads an unsigned word from memory.
- readMemoryWordPC() - Method in class CPU.MC68000Cpu
-
Reads an unsigned word at address (PC).
- readMemoryWordPCInc() - Method in class CPU.MC68000Cpu
-
Reads an unsigned word at address (PC) and increases PC by 1.
- readMemoryWordPCSigned() - Method in class CPU.MC68000Cpu
-
Reads a word at address PC and returns the word as a signed int.
- readMemoryWordPCSignedInc() - Method in class CPU.MC68000Cpu
-
Reads a word at address PC, increases PC by 1 and returns the word as a signed int.
- readMemoryWordSigned(int) - Method in class CPU.MC68000Cpu
-
Reads a word and returns it as signed int.
- readOnly - Variable in class drivers.nxfa.XfaFile
- readOnly - Variable in class drivers.win.WinDrive
- readOnly - Variable in class drivers.win.WinFile
- readSector() - Method in class drivers.FloppyDriver
-
Reads a sector.
- readSector(int, MC68000Cpu) - Method in class drivers.win.SWinDriver
-
Reads a sector.
- readSmsqeString(int, MC68000Cpu) - Static method in class smsqmulator.SmsqeString
-
Returns a java String from an SMSQE string at a certain address MAKING accented chars conversion.
- readSnapshot(MC68000Cpu, TrapDispatcher, String) - Static method in class smsqmulator.Snapshot
-
Reads a snapshot.
- receive(MC68000Cpu, int, boolean, byte[]) - Method in class drivers.UDPSocket
-
Receive bytes from the port and copy them : either to (A1), updating A1 and D1, or into a destination byte array.on entry, D1 MAY hold a flag, which COULD be as follows 0x0 // no flag MSG_OOB 0x1 // process out-of-band data MSG_PEEK 0x2 /* peek at incoming message MSG_DONTROUTE 0x4 /* send without using routing tables MSG_EOR 0x8 /* data completes record MSG_TRUNC 0x10 /* data discarded before delivery MSG_CTRUNC 0x20 /* control data lost before delivery MSG_WAITALL 0x40 /* wait for full request or error for the time being, only case 0 is honoured.
- receive(MC68000Cpu, int, boolean, byte[]) - Method in class smsqmulator.IPSocket
-
Receive bytes from the port and copy them to (A1), updating A1.
- receive1Byte(MC68000Cpu, byte[]) - Method in class drivers.UDPSocket
-
Receive one byte from the port and return it.
- receive1Byte(MC68000Cpu, byte[], int) - Method in class smsqmulator.IPSocket
-
Receive one byte from the port and return it - for the time being, only cases 0 and 2 are honoured.
- receiveAndCheckForLF(MC68000Cpu, int) - Method in class drivers.UDPSocket
-
Receive bytes from the port and copy them to (A1),up to the first LF encountered.
- receiveFrom(MC68000Cpu, int) - Method in class drivers.UDPSocket
-
Implements receiveFrom (rcvfrm).
- reg_sr - Variable in class CPU.MC68000Cpu
- reg_ssp - Variable in class CPU.MC68000Cpu
- reg_usp - Variable in class CPU.MC68000Cpu
- register(Instruction[], MC68000Cpu) - Method in class CPU.instructions.NULL
-
This registers this instruction for all null elements in the table of instructions.
- register(MC68000Cpu) - Method in class CPU.instructions.ABCD
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2Dn.ADD_An
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2Dn.ADD_AnContent
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2Dn.ADD_AnPlus
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2Dn.ADD_d16An
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2Dn.ADD_d16PC
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2Dn.ADD_d8AnXn
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2Dn.ADD_d8PCXn
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2Dn.ADD_Dn
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2Dn.ADD_I
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2Dn.ADD_L
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2Dn.ADD_MinusAn
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2Dn.ADD_W
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2EA.ADD_AnContent
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2EA.ADD_AnPlus
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2EA.ADD_d16An
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2EA.ADD_d8AnXn
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2EA.ADD_L
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2EA.ADD_MinusAn
- register(MC68000Cpu) - Method in class CPU.instructions.ADD2EA.ADD_W
- register(MC68000Cpu) - Method in class CPU.instructions.ADDI
- register(MC68000Cpu) - Method in class CPU.instructions.ADDQ.ADDQ_An
- register(MC68000Cpu) - Method in class CPU.instructions.ADDQ.ADDQ_AnPlus
- register(MC68000Cpu) - Method in class CPU.instructions.ADDQ.ADDQ_AnPtr
- register(MC68000Cpu) - Method in class CPU.instructions.ADDQ.ADDQ_d16An
- register(MC68000Cpu) - Method in class CPU.instructions.ADDQ.ADDQ_d8AnXn
- register(MC68000Cpu) - Method in class CPU.instructions.ADDQ.ADDQ_Dn
- register(MC68000Cpu) - Method in class CPU.instructions.ADDQ.ADDQ_L
- register(MC68000Cpu) - Method in class CPU.instructions.ADDQ.ADDQ_MinusAn
- register(MC68000Cpu) - Method in class CPU.instructions.ADDQ.ADDQ_W
- register(MC68000Cpu) - Method in class CPU.instructions.ADDXmem
- register(MC68000Cpu) - Method in class CPU.instructions.ADDXreg
- register(MC68000Cpu) - Method in class CPU.instructions.ANDI_CCR
- register(MC68000Cpu) - Method in class CPU.instructions.ANDI_SR
- register(MC68000Cpu) - Method in class CPU.instructions.ANDI
- register(MC68000Cpu) - Method in class CPU.instructions.ANDmem
- register(MC68000Cpu) - Method in class CPU.instructions.ANDreg
- register(MC68000Cpu) - Method in class CPU.instructions.ASL.ASLimm
- register(MC68000Cpu) - Method in class CPU.instructions.ASL.ASLmem
- register(MC68000Cpu) - Method in class CPU.instructions.ASL.ASLreg
- register(MC68000Cpu) - Method in class CPU.instructions.ASR.ASRimm
- register(MC68000Cpu) - Method in class CPU.instructions.ASR.ASRmem
- register(MC68000Cpu) - Method in class CPU.instructions.ASR.ASRreg
- register(MC68000Cpu) - Method in class CPU.instructions.Bcc
- register(MC68000Cpu) - Method in class CPU.instructions.BCHGimm
- register(MC68000Cpu) - Method in class CPU.instructions.BCHGreg
- register(MC68000Cpu) - Method in class CPU.instructions.BCLRimm
- register(MC68000Cpu) - Method in class CPU.instructions.BCLRreg
- register(MC68000Cpu) - Method in class CPU.instructions.BRA
- register(MC68000Cpu) - Method in class CPU.instructions.BSETimm
- register(MC68000Cpu) - Method in class CPU.instructions.BSETreg
- register(MC68000Cpu) - Method in class CPU.instructions.BSR
- register(MC68000Cpu) - Method in class CPU.instructions.BTST.BTST_AnContent
- register(MC68000Cpu) - Method in class CPU.instructions.BTST.BTST_AnPlus
- register(MC68000Cpu) - Method in class CPU.instructions.BTST.BTST_d16An
- register(MC68000Cpu) - Method in class CPU.instructions.BTST.BTST_d16PC
- register(MC68000Cpu) - Method in class CPU.instructions.BTST.BTST_d8AnXn
- register(MC68000Cpu) - Method in class CPU.instructions.BTST.BTST_d8PCXn
- register(MC68000Cpu) - Method in class CPU.instructions.BTST.BTST_Dn
- register(MC68000Cpu) - Method in class CPU.instructions.BTST.BTST_L
- register(MC68000Cpu) - Method in class CPU.instructions.BTST.BTST_MinusAn
- register(MC68000Cpu) - Method in class CPU.instructions.BTST.BTST_W
- register(MC68000Cpu) - Method in class CPU.instructions.CHK
- register(MC68000Cpu) - Method in class CPU.instructions.CLR.CLR_AnContent
- register(MC68000Cpu) - Method in class CPU.instructions.CLR.CLR_AnPlus
- register(MC68000Cpu) - Method in class CPU.instructions.CLR.CLR_d16An
- register(MC68000Cpu) - Method in class CPU.instructions.CLR.CLR_d8AnXn
- register(MC68000Cpu) - Method in class CPU.instructions.CLR.CLR_Dn
- register(MC68000Cpu) - Method in class CPU.instructions.CLR.CLR_L
- register(MC68000Cpu) - Method in class CPU.instructions.CLR.CLR_MinusAn
- register(MC68000Cpu) - Method in class CPU.instructions.CLR.CLR_W
- register(MC68000Cpu) - Method in class CPU.instructions.CMP.CMP_An
- register(MC68000Cpu) - Method in class CPU.instructions.CMP.CMP_AnContent
- register(MC68000Cpu) - Method in class CPU.instructions.CMP.CMP_AnPlus
- register(MC68000Cpu) - Method in class CPU.instructions.CMP.CMP_d16An
- register(MC68000Cpu) - Method in class CPU.instructions.CMP.CMP_d16PC
- register(MC68000Cpu) - Method in class CPU.instructions.CMP.CMP_d8AnXn
- register(MC68000Cpu) - Method in class CPU.instructions.CMP.CMP_d8PCXn
- register(MC68000Cpu) - Method in class CPU.instructions.CMP.CMP_Dn
- register(MC68000Cpu) - Method in class CPU.instructions.CMP.CMP_I
- register(MC68000Cpu) - Method in class CPU.instructions.CMP.CMP_L
- register(MC68000Cpu) - Method in class CPU.instructions.CMP.CMP_MinusAn
- register(MC68000Cpu) - Method in class CPU.instructions.CMP.CMP_W
- register(MC68000Cpu) - Method in class CPU.instructions.CMP.CMPM
- register(MC68000Cpu) - Method in class CPU.instructions.CMPI.CMPI_AnContent
- register(MC68000Cpu) - Method in class CPU.instructions.CMPI.CMPI_AnPlus
- register(MC68000Cpu) - Method in class CPU.instructions.CMPI.CMPI_d16An
- register(MC68000Cpu) - Method in class CPU.instructions.CMPI.CMPI_d8AnXn
- register(MC68000Cpu) - Method in class CPU.instructions.CMPI.CMPI_Dn
- register(MC68000Cpu) - Method in class CPU.instructions.CMPI.CMPI_L
- register(MC68000Cpu) - Method in class CPU.instructions.CMPI.CMPI_MinusAn
- register(MC68000Cpu) - Method in class CPU.instructions.CMPI.CMPI_W
- register(MC68000Cpu) - Method in class CPU.instructions.DBcc
- register(MC68000Cpu) - Method in class CPU.instructions.DIVSW
- register(MC68000Cpu) - Method in class CPU.instructions.DIVUW
- register(MC68000Cpu) - Method in class CPU.instructions.EOR
- register(MC68000Cpu) - Method in class CPU.instructions.EORI_CCR
- register(MC68000Cpu) - Method in class CPU.instructions.EORI_SR
- register(MC68000Cpu) - Method in class CPU.instructions.EORI
- register(MC68000Cpu) - Method in class CPU.instructions.EXG
- register(MC68000Cpu) - Method in class CPU.instructions.EXT
- register(MC68000Cpu) - Method in class CPU.instructions.ILLEGAL
- register(MC68000Cpu) - Method in class CPU.instructions.ILLEGALQmon
- register(MC68000Cpu) - Method in class CPU.instructions.JMP.JMP1
- register(MC68000Cpu) - Method in class CPU.instructions.JMP.JMP2
- register(MC68000Cpu) - Method in class CPU.instructions.JMP.JMP3
- register(MC68000Cpu) - Method in class CPU.instructions.JMP.JMP4
- register(MC68000Cpu) - Method in class CPU.instructions.JMP.JMP5
- register(MC68000Cpu) - Method in class CPU.instructions.JMP.JMP6
- register(MC68000Cpu) - Method in class CPU.instructions.JMP.JMP7
- register(MC68000Cpu) - Method in class CPU.instructions.JSR.JSR1
- register(MC68000Cpu) - Method in class CPU.instructions.JSR.JSR2
- register(MC68000Cpu) - Method in class CPU.instructions.JSR.JSR3
- register(MC68000Cpu) - Method in class CPU.instructions.JSR.JSR4
- register(MC68000Cpu) - Method in class CPU.instructions.JSR.JSR5
- register(MC68000Cpu) - Method in class CPU.instructions.JSR.JSR6
- register(MC68000Cpu) - Method in class CPU.instructions.JSR.JSR7
- register(MC68000Cpu) - Method in class CPU.instructions.LEA.LEA_An
- register(MC68000Cpu) - Method in class CPU.instructions.LEA.LEA_d16An
- register(MC68000Cpu) - Method in class CPU.instructions.LEA.LEA_d16PC
- register(MC68000Cpu) - Method in class CPU.instructions.LEA.LEA_d8AnXn
- register(MC68000Cpu) - Method in class CPU.instructions.LEA.LEA_d8PCXn
- register(MC68000Cpu) - Method in class CPU.instructions.LEA.LEA_L
- register(MC68000Cpu) - Method in class CPU.instructions.LEA.LEA_W
- register(MC68000Cpu) - Method in class CPU.instructions.LINK
- register(MC68000Cpu) - Method in class CPU.instructions.LSL.LSLimm
- register(MC68000Cpu) - Method in class CPU.instructions.LSL.LSLmem
- register(MC68000Cpu) - Method in class CPU.instructions.LSL.LSLreg
- register(MC68000Cpu) - Method in class CPU.instructions.LSR.LSRimm
- register(MC68000Cpu) - Method in class CPU.instructions.LSR.LSRmem
- register(MC68000Cpu) - Method in class CPU.instructions.LSR.LSRreg
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE_FROM_CCR
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE_FROM_SR
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE_TO_CCR
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE_TO_SR
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE_USP
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAn1
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAn2
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAn2bis
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAn3
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAn4
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAn5
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAn6
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAn7
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAn8
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnC1
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnC2
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnC3
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnC4
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnC5
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnC6
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnC7
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnC8
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnD1
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnD2
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnD3
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnD4
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnD5
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnD6
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnD7
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnD8
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnI1
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnI2
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnI3
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnI4
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnI5
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnI6
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnI7
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnI8
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnL1
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnL2
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnL3
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnL4
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnL5
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnL6
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnL7
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnL8
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnM1
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnM2
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnM3
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnM4
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnM5
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnM6
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnM7
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnM8
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnP1
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnP2
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnP3
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnP4
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnP5
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnP6
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnP7
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnP8
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnT1
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnT2
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnT3
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnT4
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnT5
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnT6
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnT7
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnT8
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnW1
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnW2
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnW3
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnW4
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnW5
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnW6
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnW7
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnW8
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnX1
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnX2
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnX3
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnX4
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnX5
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnX6
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnX7
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnX8
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnY1
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnY2
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnY3
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnY4
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnY5
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnY6
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnY7
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEAnY8
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEDn1
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEDn2
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEDn3
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEDn4
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEDn5
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEDn6
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEDn7
- register(MC68000Cpu) - Method in class CPU.instructions.MOVE.MOVEDn8
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEA.MOVEA1
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEA.MOVEA10
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEA.MOVEA11
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEA.MOVEA12
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEA.MOVEA2
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEA.MOVEA3
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEA.MOVEA4
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEA.MOVEA5
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEA.MOVEA6
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEA.MOVEA7
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEA.MOVEA8
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEA.MOVEA9
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEM.MOVEM2Mem1
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEM.MOVEM2Mem2
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEM.MOVEM2Mem3
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEM.MOVEM2Mem4
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEM.MOVEM2Mem5
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEM.MOVEM2Mem6
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEM.MOVEM2Mem8
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEM.MOVEM2Reg1
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEM.MOVEM2Reg2
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEM.MOVEM2Reg3
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEM.MOVEM2Reg4
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEM.MOVEM2Reg5
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEM.MOVEM2Reg6
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEM.MOVEM2Reg7
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEM.MOVEM2Reg8
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEPm2r
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEPr2m
- register(MC68000Cpu) - Method in class CPU.instructions.MOVEQ
- register(MC68000Cpu) - Method in class CPU.instructions.MULSW
- register(MC68000Cpu) - Method in class CPU.instructions.MULUW
- register(MC68000Cpu) - Method in class CPU.instructions.NBCD
- register(MC68000Cpu) - Method in class CPU.instructions.NEG
- register(MC68000Cpu) - Method in class CPU.instructions.NEGX
- register(MC68000Cpu) - Method in class CPU.instructions.NOP
- register(MC68000Cpu) - Method in class CPU.instructions.NOT
- register(MC68000Cpu) - Method in class CPU.instructions.ORI_CCR
- register(MC68000Cpu) - Method in class CPU.instructions.ORI_SR
- register(MC68000Cpu) - Method in class CPU.instructions.ORI
- register(MC68000Cpu) - Method in class CPU.instructions.ORmem
- register(MC68000Cpu) - Method in class CPU.instructions.ORreg
- register(MC68000Cpu) - Method in class CPU.instructions.PEA
- register(MC68000Cpu) - Method in class CPU.instructions.RESET
- register(MC68000Cpu) - Method in class CPU.instructions.ROL.ROLimm
- register(MC68000Cpu) - Method in class CPU.instructions.ROL.ROLmem
- register(MC68000Cpu) - Method in class CPU.instructions.ROL.ROLreg
- register(MC68000Cpu) - Method in class CPU.instructions.ROR.RORimm
- register(MC68000Cpu) - Method in class CPU.instructions.ROR.RORmem
- register(MC68000Cpu) - Method in class CPU.instructions.ROR.RORreg
- register(MC68000Cpu) - Method in class CPU.instructions.ROX.ROXLimm
- register(MC68000Cpu) - Method in class CPU.instructions.ROX.ROXLmem
- register(MC68000Cpu) - Method in class CPU.instructions.ROX.ROXLreg
- register(MC68000Cpu) - Method in class CPU.instructions.ROX.ROXRimm
- register(MC68000Cpu) - Method in class CPU.instructions.ROX.ROXRmem
- register(MC68000Cpu) - Method in class CPU.instructions.ROX.ROXRreg
- register(MC68000Cpu) - Method in class CPU.instructions.RTE
- register(MC68000Cpu) - Method in class CPU.instructions.RTR
- register(MC68000Cpu) - Method in class CPU.instructions.RTS
- register(MC68000Cpu) - Method in class CPU.instructions.SBCD
- register(MC68000Cpu) - Method in class CPU.instructions.SCC
- register(MC68000Cpu) - Method in class CPU.instructions.STOP
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2Dn.SUB_An
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2Dn.SUB_AnContent
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2Dn.SUB_AnPlus
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2Dn.SUB_d16An
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2Dn.SUB_d16PC
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2Dn.SUB_d8AnXn
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2Dn.SUB_d8PCXn
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2Dn.SUB_Dn
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2Dn.SUB_I
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2Dn.SUB_L
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2Dn.SUB_MinusAn
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2Dn.SUB_W
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2EA.SUB_AnContent
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2EA.SUB_AnPlus
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2EA.SUB_d16An
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2EA.SUB_d8AnXn
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2EA.SUB_L
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2EA.SUB_MinusAn
- register(MC68000Cpu) - Method in class CPU.instructions.SUB2EA.SUB_W
- register(MC68000Cpu) - Method in class CPU.instructions.SUBI
- register(MC68000Cpu) - Method in class CPU.instructions.SUBQ.SUBQ_An
- register(MC68000Cpu) - Method in class CPU.instructions.SUBQ.SUBQ_AnPlus
- register(MC68000Cpu) - Method in class CPU.instructions.SUBQ.SUBQ_AnPtr
- register(MC68000Cpu) - Method in class CPU.instructions.SUBQ.SUBQ_d16An
- register(MC68000Cpu) - Method in class CPU.instructions.SUBQ.SUBQ_d8AnXn
- register(MC68000Cpu) - Method in class CPU.instructions.SUBQ.SUBQ_Dn
- register(MC68000Cpu) - Method in class CPU.instructions.SUBQ.SUBQ_L
- register(MC68000Cpu) - Method in class CPU.instructions.SUBQ.SUBQ_MinusAn
- register(MC68000Cpu) - Method in class CPU.instructions.SUBQ.SUBQ_W
- register(MC68000Cpu) - Method in class CPU.instructions.SUBXmem
- register(MC68000Cpu) - Method in class CPU.instructions.SUBXreg
- register(MC68000Cpu) - Method in class CPU.instructions.SWAP
- register(MC68000Cpu) - Method in class CPU.instructions.TAS
- register(MC68000Cpu) - Method in class CPU.instructions.TEST
- register(MC68000Cpu) - Method in class CPU.instructions.TRAP
- register(MC68000Cpu) - Method in class CPU.instructions.TRAPV
- register(MC68000Cpu) - Method in class CPU.instructions.TST.TST_An
- register(MC68000Cpu) - Method in class CPU.instructions.TST.TST_AnContent
- register(MC68000Cpu) - Method in class CPU.instructions.TST.TST_AnPlus
- register(MC68000Cpu) - Method in class CPU.instructions.TST.TST_d16An
- register(MC68000Cpu) - Method in class CPU.instructions.TST.TST_d8AnXn
- register(MC68000Cpu) - Method in class CPU.instructions.TST.TST_Dn
- register(MC68000Cpu) - Method in class CPU.instructions.TST.TST_imm
- register(MC68000Cpu) - Method in class CPU.instructions.TST.TST_L
- register(MC68000Cpu) - Method in class CPU.instructions.TST.TST_MinusAn
- register(MC68000Cpu) - Method in class CPU.instructions.TST.TST_W
- register(MC68000Cpu) - Method in class CPU.instructions.UNLK
- register(MC68000Cpu) - Method in interface CPU.InstructionSet
-
Registers the InstructionSet with the cpu.
- register(MC68000Cpu) - Method in class CPU.JavaComm
-
Registers the instruction with the CPU.
- register(DeviceDriver) - Method in class smsqmulator.TrapDispatcher
-
Registers a device driver with this handler.
- registerInterruptHandler(ExternalInterruptHandler) - Method in class CPU.MC68000Cpu
-
Registers an external interrupt handler with the CPU.
- regListToString(int, boolean) - Static method in class smsqmulator.Helper
-
Converts an M68K register list (for MOVEM) to a disassembly string.
- remove() - Method in class smsqmulator.FifoQueue
-
Gets the head element of this buffer.
- removeAllKeyrows() - Method in class CPU.MC68000Cpu
-
Unsets all keyrows.
- removeAllKeyrows() - Method in class smsqmulator.Monitor
-
Unsets all keyrows.
- removeAllSubdirs() - Method in class drivers.win.WinDir
-
Recursively removes all subdirectories from ythis dir (and all subdirs).
- removeFromList(WinDir) - Method in class drivers.win.WinDir
-
Remove a dir from my dir list.
- removeHandler() - Method in interface smsqmulator.ExternalInterruptHandler
-
This must stop the interrupt handler, and remove any reference to the cpu.
- removeHandler() - Method in class smsqmulator.QL50HzInterrupt
-
This stops the interrupt handler, and removes any reference to the cpu.
- removeKeyrow(int, int) - Method in class CPU.MC68000Cpu
-
Unsets the keyrow parameter for this key (row and col).
- removeKeyrow(int, int) - Method in class smsqmulator.Monitor
-
Removes a keyrow bit for the indicated row and col.
- renameFile(WinDir, WinFile, byte[]) - Method in class drivers.win.WinDir
-
Renames/moves a file from an old directory to this new one.
- reportError(String, String, JFrame) - Static method in class smsqmulator.Helper
-
This shows an error window with a title and a warning string.
- reportError(String, String, JFrame, Exception) - Static method in class smsqmulator.Helper
-
This shows an error window with a title, a warning string and the Java error string.
- reset() - Method in class CPU.MC68000Cpu
-
Resets this CPU.
- reset() - Method in class drivers.win.SWinDriver
- reset() - Method in class smsqmulator.Monitor
-
Resets the emulator : restarts it entirely.
- reset() - Method in class smsqmulator.TrapDispatcher
-
Reset the machine.
- RESET - Class in CPU.instructions
-
The RESET instructions.
- RESET() - Constructor for class CPU.instructions.RESET
- resetCounter() - Method in class smsqmulator.TrapDispatcher
-
This resets the scheduler calls counter.
- resetMouseButtons() - Method in class screens.Screen
-
Resets the mouse buttons, as if no mouse button was pressed.
- ResetThread - Class in ui
-
This handles resetting from within S%MSQE.
- ResetThread(Monitor) - Constructor for class ui.ResetThread
- resolvePath(String, boolean) - Static method in class drivers.ResolvePath
-
Gets the canonical path of a file: First convert all "/" or "\" to the file separator used in this JVM, then get the canonical path of the file.Canonical path here means a path where all path abbreviations (such as "../") are resolved.
- ResolvePath - Class in drivers
-
This tries to resolve a filepath which may contain "./", "ยค/","~/" or (several of) "../", as well as "/" or "\" as separator.
- ResolvePath(String) - Constructor for class drivers.ResolvePath
-
Create the object, with a path (as string) to the current base dir.
- resolvePaths(String[], boolean) - Static method in class drivers.ResolvePath
-
Resolve all pathnames in the array passed as parameter.
- resume() - Method in interface smsqmulator.EmulationThread
- resumeExecution() - Method in class smsqmulator.Monitor
-
Resumes execution of the EmulationThread.
- RETURN_BASE - Static variable in class smsqmulator.Types
- ROLimm - Class in CPU.instructions.ROL
- ROLimm() - Constructor for class CPU.instructions.ROL.ROLimm
- ROLmem - Class in CPU.instructions.ROL
- ROLmem() - Constructor for class CPU.instructions.ROL.ROLmem
- ROLreg - Class in CPU.instructions.ROL
- ROLreg() - Constructor for class CPU.instructions.ROL.ROLreg
- RORimm - Class in CPU.instructions.ROR
- RORimm() - Constructor for class CPU.instructions.ROR.RORimm
- RORmem - Class in CPU.instructions.ROR
- RORmem() - Constructor for class CPU.instructions.ROR.RORmem
- RORreg - Class in CPU.instructions.ROR
- RORreg() - Constructor for class CPU.instructions.ROR.RORreg
- ROXLimm - Class in CPU.instructions.ROX
- ROXLimm() - Constructor for class CPU.instructions.ROX.ROXLimm
- ROXLmem - Class in CPU.instructions.ROX
- ROXLmem() - Constructor for class CPU.instructions.ROX.ROXLmem
- ROXLreg - Class in CPU.instructions.ROX
- ROXLreg() - Constructor for class CPU.instructions.ROX.ROXLreg
- ROXRimm - Class in CPU.instructions.ROX
- ROXRimm() - Constructor for class CPU.instructions.ROX.ROXRimm
- ROXRmem - Class in CPU.instructions.ROX
- ROXRmem() - Constructor for class CPU.instructions.ROX.ROXRmem
- ROXRreg - Class in CPU.instructions.ROX
- ROXRreg() - Constructor for class CPU.instructions.ROX.ROXRreg
- RTE - Class in CPU.instructions
-
A redefinition of the RTE instruction.
- RTE() - Constructor for class CPU.instructions.RTE
- RTR - Class in CPU.instructions
-
A redefinition of the RTR instruction.
- RTR() - Constructor for class CPU.instructions.RTR
- RTS - Class in CPU.instructions
-
A definition of the RTS instruction.
- RTS() - Constructor for class CPU.instructions.RTS
- run() - Method in class smsqmulator.ClipboardMonitorThread
-
This checks every half second if the text in the clipboard has changed.
- run() - Method in class smsqmulator.MonitoredEmulationThread
-
Does the actual work : execute cpu instructions in a loop.
- run() - Method in class smsqmulator.SimpleEmulationThread
-
Does the actual work : execute cpu instructions in a loop.
- run() - Method in class ui.ResetThread
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form