Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made FM cores compile only in group, that way it always work (nw) | 2015-06-21 | 1 | -72/+24 | |
| | |||||
* | Fix more driver building, going deeper in checks (nw) | 2015-06-20 | 1 | -0/+1 | |
| | |||||
* | Fix compiling just specific fm cores (nw) | 2015-06-20 | 1 | -0/+53 | |
| | |||||
* | update metadata in lua files (nw) | 2015-06-20 | 1 | -104/+104 | |
| | |||||
* | Removed comments and added generic license for whole team on top (nw) | 2015-05-09 | 1 | -3/+3 | |
| | |||||
* | Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) | 2015-04-11 | 1 | -0/+151 | |
| | |||||
* | Add back support for big endian targets including OSX-PPC | 2015-04-02 | 1 | -1/+0 | |
| | |||||
* | hng64: push code for what I believe is the sound chip into it's own file (nw) | 2015-03-30 | 1 | -0/+11 | |
| | |||||
* | Explicit file listing in lua scripts making generate much much faster (nw) | 2015-03-28 | 1 | -136/+136 | |
| | |||||
* | Moved build system to GENie [Miodrag Milanovic] | 2015-03-26 | 1 | -0/+1146 | |
make TARGET=mess -j19 will generate all needed files and build MESS, while developing you can use make TARGET=mess COMPILE=1 -j19 to prevent rebuilding of make files. Build system have automatic generate of dependencies so will do incremental builds fine. make clean will remove all generated files/projects and obj files |