Package | Description |
---|---|
smsqmulator |
The purpose of this project is to have an SMSQ/E emulator "machine" in java.
|
Modifier and Type | Method and Description |
---|---|
IPSocket |
IPHandler.getSocketFromMap(int key)
Gets the socket corresponding to the key.
|
Constructor and Description |
---|
IPSocket(MC68000Cpu cpu,
java.util.HashMap<java.lang.Integer,IPSocket> socketMap)
Create a socket.
|