JSS Device Intellec_4_40_frontpanel
This device simulates the front panel of an Intellec 4 MOD 40 system, with an Intel 4040 CPU.
Device Connections
- attachToDataBus - Allows attaching to a data bus for accessing data or controlling the data bus.
- attachToControlBus - Allows attaching to a control bus for sending and reading signals, with associated data.
- attachGenericDevice - Allows attaching a device that will be accessed or controlled by this device. Even though this method allows attaching any device, further casts may happen internally. Therefore you should only attach supported devices.
Implementation
https://github.com/ComputingMongoose/JavaSystemSimulator/blob/main/src/jss/devices/peripherals/Intellec_4_40_frontpanel.javaExample configuration
{
"name":"FrontPanel",
"type":"Intellec_4_40_frontpanel",
"configuration":[]
}