JSS Device ROMW8D16

This device simulates a Read Only Memory (ROM) with word size 8-bits and data bus connection 16-bits. This type of memory can be used in 16-bit architectures, when specifying a memory address will read/write 2 bytes. Internally, data is stored as bytes. Since the word size is 8, an address specifies a byte location. The data is formed by using the specified address as the lower byte in the result. It is similar to the MemoryW8D16 device, but does not allow data to be written under program control. It should be initialized from a HEX or BINARY file.

Options

Implementation

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

Youtube