fix up markdown formatting

third time's the charm
This commit is contained in:
devinacker 2013-10-22 17:24:06 -04:00
parent fc9d97fe7e
commit 81b5638389

View file

@ -1,5 +1,5 @@
# exhal / inhal # exhal / inhal
**HAL Laboratory NES/SNES/GB (de)compression tools** **HAL Laboratory NES/SNES/GB (de)compression tools**
by Devin Acker (Revenant), 2013 by Devin Acker (Revenant), 2013
These programs are released under the terms of the MIT license. See copying.txt for legal info. These programs are released under the terms of the MIT license. See copying.txt for legal info.
@ -8,13 +8,13 @@ exhal and inhal are tools designed to decompress and recompress/insert data used
Due to the design of the original decompression algorithm (and hardware limitations), the size of a file to be compressed is limited to 64 kilobytes (65,536 bytes). Please note that depending on which system you are working with, the actual useful limit may be much smaller. Due to the design of the original decompression algorithm (and hardware limitations), the size of a file to be compressed is limited to 64 kilobytes (65,536 bytes). Please note that depending on which system you are working with, the actual useful limit may be much smaller.
*To use exhal (the decompressor):* **To use exhal (the decompressor):**
exhal romfile offset outfile exhal romfile offset outfile
*To insert compressed data into a ROM:* **To insert compressed data into a ROM:**
inhal [-fast] infile romfile offset inhal [-fast] infile romfile offset
*To write compressed data to a new file:* **To write compressed data to a new file:**
inhal [-fast] -n infile outfile inhal [-fast] -n infile outfile
Offsets can be specified in either hexadecimal (recommended) or decimal. Offsets can be specified in either hexadecimal (recommended) or decimal.