summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99x
Commit message (Collapse)AuthorAgeFilesLines
...
* cleanups (nw) Miodrag Milanovic2015-12-257-19/+9
|
* global_alloc_array to std::make_unique where applicable (nw) Miodrag Milanovic2015-12-192-3/+3
|
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-2/+2
|
* fix compile in MSVC 2015 (nw) Peter Ferrie2015-12-081-1/+1
|
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-063-51/+51
|
* override part 1 (nw) Miodrag Milanovic2015-12-0513-118/+118
|
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-059-35/+38
| | | | This reverts commit be704c00abe1eaaa442db81db04c8b71595d5c41.
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-059-38/+35
|
* cleanup Miodrag Milanovic2015-12-053-2/+3
|
* clang-modernize part 6 Miodrag Milanovic2015-12-044-18/+18
|
* clang-modernize part 2 Miodrag Milanovic2015-12-048-138/+138
|
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-253-4/+4
|
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-1415-32/+40
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0812-0/+0
|
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-0/+2
|
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-11/+11
| | | | display tag of device that logged message
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1325-0/+12448