Results 42 comments of MooZ

Remove it from 1.0.0 release.

- [ ] Add MAME/MESS format (see https://github.com/RyogaMasaki/prettydasm)

Some random notes: - Image conversion tools: - image files (png, pcx, etc...) - tileset/maps ([pyxeledit](http://pyxeledit.com), [tiled](http://www.mapeditor.org/), ...) - Music/sound conversion tools: - Deflemask - vgm music - wav -...

check https://github.com/Optiroc/SuperFamiconv

I just added a simple unit test framework in 6048d2f . All I need to do now is to write the tests.

Thanks for the report. How on earth did I come up with such a complicated formula? ` SPI.transfer((static_cast(-sector) & 0x01)

I tried and failed miserably :) According to the datasheets of the AT45DB041D, AT45DB161D and AT45DB321D, the formula posted above will do the trick: ``` SPI.transfer((sector - 0x0a)

Thanks! I found those docs about D/E differences: - https://www.adestotech.com/wp-content/uploads/161E.pdf - https://www.adestotech.com/wp-content/uploads/321E.pdf

References, - [BRAM tools](http://www.chrismcovell.com/data/BRAMTool.zip) - [Memory Base 128 / Koei Save Kun documentation](http://blockos.org/releases/pcengine/documentation/mb128.txt)