summaryrefslogtreecommitdiffstatshomepage
path: root/hash
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-02-08 21:57:16 +1100
committer Vas Crabb <vas@vastheman.com>2021-02-08 21:57:16 +1100
commit3126350d35cc0409b6f70a2ee2380a91cffa5261 (patch)
treea98c77c829c2dbd54d7e692fdb404e0028dea8c6 /hash
parent70f0f9cd44d11a82048e37f0d48fdaac8b8a01ed (diff)
Fix build:
* spg2xx_jakks_sharp.cpp: Add missing comma between macro arguments. * hp_ipc_rom.xml: Use one tab indent per nested element level.
Diffstat (limited to 'hash')
-rw-r--r--hash/hp_ipc_rom.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/hash/hp_ipc_rom.xml b/hash/hp_ipc_rom.xml
index b2fe442e907..0e3f5f26ec5 100644
--- a/hash/hp_ipc_rom.xml
+++ b/hash/hp_ipc_rom.xml
@@ -5,18 +5,18 @@ license:CC0
-->
<softwarelist name="hp_ipc_rom" description="HP Integral PC optional ROMs">
- <software name="se">
- <description>Software Engineering ROM</description>
- <year>1986</year>
- <publisher>Hewlett-Packard</publisher>
- <info name="serial" value="82987A" />
+ <software name="se">
+ <description>Software Engineering ROM</description>
+ <year>1986</year>
+ <publisher>Hewlett-Packard</publisher>
+ <info name="serial" value="82987A" />
- <part name="rom" interface="hp_ipc_rom">
- <feature name="base" value="0x200000" />
- <dataarea name="rom" size="0x200000" width="16" endianness="big">
- <rom name="se_rom.bin" size="0x200000" crc="58da10cf" sha1="04995e1a615a28f54392107a8ffe0e715086ce26" />
- </dataarea>
- </part>
- </software>
+ <part name="rom" interface="hp_ipc_rom">
+ <feature name="base" value="0x200000" />
+ <dataarea name="rom" size="0x200000" width="16" endianness="big">
+ <rom name="se_rom.bin" size="0x200000" crc="58da10cf" sha1="04995e1a615a28f54392107a8ffe0e715086ce26" />
+ </dataarea>
+ </part>
+ </software>
</softwarelist>