summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/sound.lua
Commit message (Collapse)AuthorAgeFilesLines
* Made FM cores compile only in group, that way it always work (nw) Miodrag Milanovic2015-06-211-72/+24
|
* Fix more driver building, going deeper in checks (nw) Miodrag Milanovic2015-06-201-0/+1
|
* Fix compiling just specific fm cores (nw) Miodrag Milanovic2015-06-201-0/+53
|
* update metadata in lua files (nw) Miodrag Milanovic2015-06-201-104/+104
|
* Removed comments and added generic license for whole team on top (nw) Miodrag Milanovic2015-05-091-3/+3
|
* Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) Miodrag Milanovic2015-04-111-0/+151
|
* Add back support for big endian targets including OSX-PPC Vas Crabb2015-04-021-1/+0
|
* hng64: push code for what I believe is the sound chip into it's own file (nw) mamehaze2015-03-301-0/+11
|
* Explicit file listing in lua scripts making generate much much faster (nw) Miodrag Milanovic2015-03-281-136/+136
|
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-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