This file lists known bugs. You should carefuly read it before complaining ^^

* If you dump from 0x00100000 to 0x00100010, you will see 16 bytes from 0x00100000 to 0x001000FF
	Indeed 0x00100010-0x00100000=0x10=16
	To fix it, we should add 1 to max_address but I don't agree so I wait your feedback

* MemoryViewer only shows value as bytes or uint8_t which can't be changed via menu (at this time)
	Moreover, some values are bigger than a byte (ex 0xffffffcd instead of cd)

* Menu bar is the copy of ps2cc one but clicking on items does nothing (except connect & disconnect)