summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6809 (follow)
Commit message (Expand)AuthorAgeFilesLines
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-013-3/+3
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-2/+2
* Add license to files that were not part of build or are containing data to bu... Miodrag Milanovic2016-03-055-0/+10
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-206-10/+10
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* Revert "some additional (nw)" Miodrag Milanovic2016-01-202-2/+2
* some additional (nw) Miodrag Milanovic2016-01-162-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-166-10/+10
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-102-2/+2
* updated checks since old versions are anyway not supported (nw) Miodrag Milanovic2015-12-092-3/+2
* override part 2 (nw) Miodrag Milanovic2015-12-052-11/+11
* override part 1 (nw) Miodrag Milanovic2015-12-051-20/+20
* clang-modernize part 3 Miodrag Milanovic2015-12-043-14/+14
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-2/+2
* Some more cleanup (nw) Miodrag Milanovic2015-11-113-5/+7
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-086-0/+0
* m6809make.py: Fix syntax error on Python 3. (nw) Mike Naberezny2015-11-031-5/+5
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1315-0/+8989