JSS Device PROMControllerBasic
This device controls write access to a Programmable Read Only Memory (PROM) module. A PROM module can always be read, but writing is allowed only if the controller is first notified.
Options
- write_enable - Default setting for the write_enable flag.
Device Connections
- attachPROM - attaches a PROM that will be controlled by this device
Implementation
https://github.com/ComputingMongoose/JavaSystemSimulator/blob/main/src/jss/devices/memory/impl/PROMControllerBasic.javaExample configuration
{
"name":"ProgramRAMController",
"type":"PROMControllerBasic",
"configuration":[
{"key":"write_enable", "value":0}
]
}