summaryrefslogtreecommitdiffstats
path: root/src/devices/pic/xml_data/pic.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/pic/xml_data/pic.xsd')
-rw-r--r--src/devices/pic/xml_data/pic.xsd12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/pic/xml_data/pic.xsd b/src/devices/pic/xml_data/pic.xsd
index 52d1bb2..f358f68 100644
--- a/src/devices/pic/xml_data/pic.xsd
+++ b/src/devices/pic/xml_data/pic.xsd
@@ -225,9 +225,9 @@
<xs:attribute name="name" type="memory_type" use="required"/>
<xs:attribute name="start" type="hex" use="required"/>
<xs:attribute name="end" type="hex" use="required"/>
- <xs:attribute name="cal_optqmask" type="hex" />
+ <xs:attribute name="cal_opmask" type="hex" />
<xs:attribute name="cal_opcode" type="hex" />
- <xs:attribute name="rtqmask" type="hex" />
+ <xs:attribute name="rmask" type="hex" />
<xs:attribute name="hexfile_offset" type="hexfile_offset" />
</xs:complexType>
@@ -246,14 +246,14 @@
</xs:complexType>
<xs:complexType name="ConfigType">
<xs:sequence>
- <xs:element name="tqmask" type="MaskType" maxOccurs="unbounded"/>
+ <xs:element name="mask" type="MaskType" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="offset" type="hex" use="required"/>
- <xs:attribute name="wtqmask" type="hex" use="required"/>
+ <xs:attribute name="wmask" type="hex" use="required"/>
<xs:attribute name="bvalue" type="hex" use="required"/>
- <xs:attribute name="ctqmask" type="hex" />
- <xs:attribute name="ptqmask" type="hex" />
+ <xs:attribute name="cmask" type="hex" />
+ <xs:attribute name="pmask" type="hex" />
<xs:attribute name="icnames" type="cnames" />
</xs:complexType>