summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/vcs_ctrl
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1314-1109/+0
|
* Updated licenses to some of bus devices (nw) Miodrag Milanovic2015-05-106-30/+12
|
* removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-078-24/+0
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-076-0/+12
|
* make sure that controller devices don't get duplicate descriptions etabeta782015-01-276-6/+6
| | | | in listxml output. nw.
* I had to split this commit in two pieces because "svn move" does not like ↵ Fabio Priuli2014-08-2414-0/+1139
when you move a folder and then you add a new folder with the original name of the one you moved. the tree will compile again with next commit. nw.