summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add license to files that were not part of build or are containing data to bu... Miodrag Milanovic2016-03-0520-0/+40
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-283-4/+4
* reverting: Miodrag Milanovic2016-01-2037-70/+70
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-2016-22/+22
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-1616-22/+22
* tags are now strings (nw) Miodrag Milanovic2016-01-1637-70/+70
* Revert "remove const (nw)" Miodrag Milanovic2016-01-136-6/+6
* remove const (nw) Miodrag Milanovic2016-01-116-6/+6
* Return std::string objects by value rather than pass by reference AJR2016-01-106-6/+6
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+0
* override part 2 (nw) Miodrag Milanovic2015-12-058-69/+69
* override part 1 (nw) Miodrag Milanovic2015-12-056-53/+53
* cleanuo Miodrag Milanovic2015-12-052-12/+0
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-047-11/+11
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-255-22/+22
* Fixed uninitialized class members Miodrag Milanovic2015-11-195-10/+12
* Some more cleanup (nw) Miodrag Milanovic2015-11-114-5/+25
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0818-0/+0
* make the NES APU device get added with the N2A03 rather than needing to be ad... David Haywood2015-11-022-1/+82
* mask address space for a2600 in the CPU (m6507) not in the driver. David Haywood2015-10-302-0/+110
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1355-0/+10376