Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed comments and added generic license for whole team on top (nw) | 2015-05-09 | 1 | -0/+3 | ||
| | ||||||
* | fix | 2015-04-22 | 1 | -2/+0 | ||
| | ||||||
* | (MESS) c3040: Disk format WIP. (nw) | 2015-04-21 | 1 | -2/+2 | ||
| | ||||||
* | (MESS) c4040: Added own sector dump disk format since it's different from ↵ | 2015-04-21 | 1 | -0/+2 | ||
| | | | | what the 1541 uses. [Curt Coder] | |||||
* | (MESS) Added sector image format for the Commodore 8280 8" floppy drive. ↵ | 2015-04-20 | 1 | -0/+2 | ||
| | | | | [Curt Coder] | |||||
* | Headers are in lua files now :/ | 2015-04-11 | 1 | -1/+0 | ||
| | ||||||
* | Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) | 2015-04-11 | 1 | -0/+175 | ||
| | ||||||
* | (MESS) abc80: Emulated the Scandia Metric ABC FD2 floppy controller. [Curt ↵ | 2015-04-07 | 1 | -0/+1 | ||
| | | | | Coder] | |||||
* | removed includeosd (nw) | 2015-04-02 | 1 | -4/+2 | ||
| | ||||||
* | Move osdcore.c back into libocore, don't allow libutil to #include osd | 2015-04-01 | 1 | -142/+140 | ||
| | ||||||
* | Explicit file listing in lua scripts making generate much much faster (nw) | 2015-03-28 | 1 | -5/+173 | ||
| | ||||||
* | Moved build system to GENie [Miodrag Milanovic] | 2015-03-26 | 1 | -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 |