Skip to content

Commit

Permalink
Bump version, update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbr committed Jun 29, 2021
1 parent c043690 commit 4486bc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ Binaries are [here](/bin/)

```
romusage input_file.[map|noi|ihx|cdb|.gb[c]] [options]
version 1.2.1
Options
-h : Show this help
-a : Show Areas in each Bank. Optional sort by, address:"-aA" or size:"-aS"
-g : Show a small usage graph per bank
-G : Show a large usage graph per bank
-g : Show a small usage graph per bank (-gA for ascii style)
-G : Show a large usage graph per bank (-GA for ascii style)
-m : Manually specify an Area -m:NAME:HEXADDR:HEXLENGTH
-e : Manually specify an Area that should not overlap -e:NAME:HEXADDR:HEXLENGTH
Expand Down Expand Up @@ -65,6 +66,7 @@ Notes:
It cannot count functions and data from ASM and LIBs,
so bank totals may be incorrect/missing.
* GB/GBC files are just guessing at everything, no promises.
```


Expand Down
2 changes: 1 addition & 1 deletion romusage.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "cdb_file.h"
#include "rom_file.h"

#define VERSION "version 1.2.0"
#define VERSION "version 1.2.1"

void static display_cdb_warning(void);
void static display_help(void);
Expand Down

0 comments on commit 4486bc1

Please sign in to comment.