Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ich9deblob: rename main.c back to ich9deblob.c | Francis Rowe | 2014-12-23 | 1 | -4/+4 |
| | |||||
* | ich9deblob: Replace makefile (use dependencies) | Francis Rowe | 2014-12-23 | 1 | -4/+18 |
| | | | | | | | 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. | ||||
* | ich9deblob: rename descriptor/struct.h to descriptor/descriptor.h | Francis Rowe | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | ich9deblob: move gbe/struct.h to gbe/gbe.h | Francis Rowe | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | ich9deblob: move ich9desc.h to descriptor/struct.h | Francis Rowe | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | ich9deblob: move ich9gbe.h to gbe/struct.h | Francis Rowe | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | ich9deblob: move x86 compatibility checks to a separate file | Francis Rowe | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | ich9deblob (Makefile): add *.o to rm -f's in make clean | Francis Rowe | 2014-12-22 | 1 | -1/+1 |
| | |||||
* | ich9deblob: separate gbe struct into new file ich9gbe.c | Francis Rowe | 2014-12-22 | 1 | -2/+2 |
| | |||||
* | ich9deblob: add Makefile | Francis Rowe | 2014-12-22 | 1 | -0/+27 |