RossMeikleham / Ghidra-VMU-Processor

Ghidra processor for disassembling Dreamcast VMU (Sanyo LC8670) binaries
MIT License
6 stars 1 forks source link

Malformed XML in "vmu.ldefs". #1

Open DerekPascarella opened 2 years ago

DerekPascarella commented 2 years ago

https://github.com/RossMeikleham/Ghidra-VMU-Processor/blob/main/LC8670/data/languages/vmu.ldefs

Line 12 reads:

<description>LC8670/description>

...but should read:

<description>LC8670</description>

Malformed XML is causing Ghidra to throw an error on launch.

RossMeikleham commented 2 years ago

🤦 Thanks for the report, I didn't realise I hadn't committed and pushed up the local fix I had ages ago after realising the mistake. https://github.com/RossMeikleham/Ghidra-VMU-Processor/commit/a519abf1754e90157118654b0de12d94548f7d69 should fix this issue.