JSS Device MDS230_frontpanel
This device simulates the front panel of an Intellec Series II Model 230 system, with an Intel 8080 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/MDS230_frontpanel.javaExample configuration
{
"name":"FrontPanel",
"type":"MDS230_frontpanel",
"configuration":[]
}