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

Device Connections

Implementation

https://github.com/ComputingMongoose/JavaSystemSimulator/blob/main/src/jss/devices/memory/impl/PROMControllerBasic.java

Example configuration


{
	"name":"ProgramRAMController",
	"type":"PROMControllerBasic",
	"configuration":[
		{"key":"write_enable", "value":0}
	]
}

Example simulation

https://github.com/ComputingMongoose/Simulations/tree/main/simulations/Intellec_4/basic_system_with_monitor