summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alto2
Commit message (Expand)AuthorAgeFilesLines
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-012-53/+59
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-6/+7
* Make octal flag part of address_space/address_space_config, not (illogically)... AJR2016-02-041-1/+3
* Pass and return palette devices by reference, not as pointers AJR2016-01-231-2/+2
* reverting: Miodrag Milanovic2016-01-202-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-2/+2
* 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
* cleanup (nw) Miodrag Milanovic2015-12-263-8/+2
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-192-6/+4
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-177-20/+20
* override part 2 (nw) Miodrag Milanovic2015-12-051-14/+14
* cleanuo Miodrag Milanovic2015-12-053-46/+46
* removed usage of deprecated register keyword in our code (nw) Miodrag Milanovic2015-12-043-34/+34
* clang-modernize part 3 Miodrag Milanovic2015-12-0414-84/+84
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-5/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0820-0/+0
* - Fix some instances of PVS-Studio warning V501, "There are identical sub- therealmogminer@gmail.com2015-11-061-1/+6
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-0118-364/+364
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1340-0/+13229