Skip to content

Commit

Permalink
Instruction for saving to file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasily Galkin authored Jul 31, 2021
1 parent 2a73775 commit 4283343
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## 🧾PolarisBiosEditor 1.7xml🧾
VBIOS editor fork with detailed dumping data as XML in console.<br>
The intended usage is **viewing** and/or help with **editing by external HEX editor**.<br>
Editing functionality is 99% identical to the upstream, NO major new GUI features.
Editing functionality is 99% identical to the upstream, no major new GUI features.

To view XML just open vbios file via file dialog and look in console/stdout.
To save XML to file:
* open cmd in folder containing PolarisBiosEditor.exe
* start program with stdout redirection, like<br>
`PolarisBiosEditor.exe path\to\input-file.rom > outfile.xml`
* close gui window to finish application and finalize/flush file writing

To get xml - just open vbios file and look in console/stdout
[Example XML output (large, ~1k lines)](./output-example.xml)

### 📉Changelog📉
Expand Down

0 comments on commit 4283343

Please sign in to comment.