diff options
Diffstat (limited to 'docs/source/techspecs/device_rom_interface.rst')
-rw-r--r-- | docs/source/techspecs/device_rom_interface.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/techspecs/device_rom_interface.rst b/docs/source/techspecs/device_rom_interface.rst index 3a40590fc01..576800e634a 100644 --- a/docs/source/techspecs/device_rom_interface.rst +++ b/docs/source/techspecs/device_rom_interface.rst @@ -46,7 +46,7 @@ present in the machine config. | void **set_rom_addr_width**\ (u8 width) These methods, intended for generic devices with indefinite hardware -specifications, override the endianness, data bus width and address +specifications, override the endianness, data bus width and address bus width assigned through the constructor. They must be called from within the device before **config_complete** time. |