Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | restore my bbc changes (wtf did happen to them?) | 2015-05-29 | 1 | -0/+2 | ||
| | ||||||
* | Merge branch 'master' of https://github.com/mamedev/mame | 2015-05-28 | 1 | -2/+0 | ||
|\ | ||||||
| * | z80ne: updated to use the new wd fdc. remove custom dmk implementation | 2015-05-28 | 1 | -2/+0 | ||
| | | ||||||
| * | bbc: Update to use the new wd_fdc. Until the 8271 floppy controller is | 2015-05-27 | 1 | -0/+2 | ||
|/ | | | | updated, drive 0 and 1 = 8271 and drive 2 and 3 = wd_fdc. | |||||
* | (MESS) camplynx: added TAP cassette format. | 2015-05-24 | 1 | -0/+2 | ||
| | ||||||
* | cgenie: removed old broken floppy implementation, added an expansion bus | 2015-05-22 | 1 | -0/+2 | ||
| | | | | | interface, implemented new floppy controller as expansion device. works with mfi files, still some issues with plain sector dumps. | |||||
* | Nascom: Clean up, add NASBUS emulation and make the floppy disc | 2015-05-17 | 1 | -0/+2 | ||
| | | | | | controller a NASBUS card, convert to the new wdc emulation, add generic socket emulation, add initial software list. | |||||
* | Add makefile switch to choose linking against bundled OR system expat library. | 2015-05-11 | 1 | -1/+5 | ||
| | ||||||
* | 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 |