Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ich9deblob: moved src to src/, .o files to obj/ | Francis Rowe | 2014-12-25 | 1 | -124/+0 |
| | |||||
* | ich9deblob: clean up includes in the .c files | Francis Rowe | 2014-12-25 | 1 | -3/+0 |
| | |||||
* | ich9deblob: fix typo in comment | Francis Rowe | 2014-12-24 | 1 | -1/+1 |
| | |||||
* | ich9deblob: x86compatibility.c: only print output on error | Francis Rowe | 2014-12-23 | 1 | -0/+4 |
| | |||||
* | ich9deblob: fix incorrect comment above gbe checksum function | Francis Rowe | 2014-12-23 | 1 | -3/+2 |
| | |||||
* | ich9deblob: add define for 0xBABA gbe checksum and use it | Francis Rowe | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | ich9deblob: gbe related debugging moved to separate function | Francis Rowe | 2014-12-23 | 1 | -13/+31 |
| | |||||
* | ich9deblob: make gbe checksum function take byte offset directly | Francis Rowe | 2014-12-23 | 1 | -9/+8 |
| | |||||
* | ich9deblob: Replace makefile (use dependencies) | Francis Rowe | 2014-12-23 | 1 | -0/+107 |
Use .h and .c files properly. Use header guards. Define function names in .h files (actual functions in the .c files), and so on. Move all functions from the .h files to corresponding .c files. |