summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/lib.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed comments and added generic license for whole team on top (nw) Miodrag Milanovic2015-05-091-0/+3
|
* fix Miodrag Milanovic2015-04-221-2/+0
|
* (MESS) c3040: Disk format WIP. (nw) Curt Coder2015-04-211-2/+2
|
* (MESS) c4040: Added own sector dump disk format since it's different from ↵ Curt Coder2015-04-211-0/+2
| | | | what the 1541 uses. [Curt Coder]
* (MESS) Added sector image format for the Commodore 8280 8" floppy drive. ↵ Curt Coder2015-04-201-0/+2
| | | | [Curt Coder]
* Headers are in lua files now :/ Vas Crabb2015-04-111-1/+0
|
* Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) Miodrag Milanovic2015-04-111-0/+175
|
* (MESS) abc80: Emulated the Scandia Metric ABC FD2 floppy controller. [Curt ↵ Curt Coder2015-04-071-0/+1
| | | | Coder]
* removed includeosd (nw) Miodrag Milanovic2015-04-021-4/+2
|
* Move osdcore.c back into libocore, don't allow libutil to #include osd Vas Crabb2015-04-011-142/+140
|
* Explicit file listing in lua scripts making generate much much faster (nw) Miodrag Milanovic2015-03-281-5/+173
|
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-0/+49
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