diff options
author | 2018-07-22 09:52:50 +1000 | |
---|---|---|
committer | 2018-07-22 09:52:50 +1000 | |
commit | 6669489679753daa8c5766ae24b31b0ce0748221 (patch) | |
tree | d387975a23867ee4650f45cd33bfc518c64d3288 /docs/source/techspecs/device_rom_interface.rst | |
parent | 7809e9005dff6769ad18cf924f285fd60519b044 (diff) |
allow repeating elements and groups - useful if you need e.g. a lot of numbered labels, but it limits complay.py's ability to check for invalid references as it can't evaluate expressions (nw)
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. |