summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arm7
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | - strprintf is unaltered, but strformat now takes one fewer argument - state_string_export still fills a buffer, but has been made const - get_default_card_software now takes no arguments but returns a string
* cleanup (nw) Miodrag Milanovic2015-12-261-3/+3
|
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
|
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
|
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-2/+2
|
* override part 1 (nw) Miodrag Milanovic2015-12-052-18/+18
|
* clang-modernize part 3 Miodrag Milanovic2015-12-044-18/+18
|
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-8/+8
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-085-0/+0
|
* Cleanup devcpu.h (nw) Miodrag Milanovic2015-11-061-16/+0
|
* internal loggers (nw) David Haywood2015-10-292-2/+244
|
* internal map for internal things (nw) David Haywood2015-10-292-1/+51
|
* create derived CPU type so that code can be put in the correct place (nw) David Haywood2015-10-292-0/+97
|
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1310-0/+10898