Changeset 101055 in vbox
- Timestamp:
- Sep 7, 2023 2:29:51 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r101054 r101055 7990 7990 pelmPort->setAttribute("slot", port.ulSlot); 7991 7991 pelmPort->setAttribute("enabled", port.fEnabled); 7992 pelmPort->setAttributeHex("IOAddress", port.ulIOAddress); 7992 if (m->sv >= SettingsVersion_v1_20) /* IOBase was renamed to IOAddress in v1.20. */ 7993 pelmPort->setAttributeHex("IOAddress", port.ulIOAddress); 7994 else 7995 pelmPort->setAttributeHex("IOBase", port.ulIOAddress); 7993 7996 pelmPort->setAttribute("IRQ", port.ulIRQ); 7994 7997
Note:
See TracChangeset
for help on using the changeset viewer.