summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99_peb (follow)
Commit message (Expand)AuthorAgeFilesLines
* ti99: ROM dump changes; replaced ROM_REGIONS by ram_devices Michael Zapf2016-05-0915-141/+166
* ti99: Added 8M option to Horizon, modernized logging, replaced misused ROM by... Michael Zapf2016-04-262-80/+111
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-242-2/+2
* ti99: Again one indirection less; dropped the videowrp and moved the v9938 on... Michael Zapf2016-04-197-216/+367
* ti99: Fix segfault caused by listslots Michael Zapf2016-04-122-6/+0
* ti99: Cleared logging output. Michael Zapf2016-04-111-1/+1
* ti99: Using combined speech selector lines and split/reverse chip dumps. Michael Zapf2016-04-112-62/+49
* ti99_8: Chipset low-level emulation; ti99_4x: using new GROMs Michael Zapf2016-03-313-102/+129
* ti99: Unified slot options; added MEMEN signal Michael Zapf2016-03-312-50/+79
* Iterate over core classes C++11 style AJR2016-03-313-8/+8
* Add macros for alignment checking (nw) AJR2016-01-302-3/+3
* PORT_C*_MEMBER cleanup, last one for now. There's still a lot in the /drivers... hap2016-01-241-1/+1
* revert part of 'clang cleanup 7' where 0 means the value 0, for ROM_FILL too hap2016-01-241-1/+1
* reverting: Miodrag Milanovic2016-01-2032-144/+144
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-205-7/+7
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-165-7/+7
* tags are now strings (nw) Miodrag Milanovic2016-01-1632-144/+144
* Fix clang build Miodrag Milanovic2015-12-272-4/+1
* cleanups (nw) Miodrag Milanovic2015-12-2510-19/+7
* global_alloc_array to std::make_unique where applicable (nw) Miodrag Milanovic2015-12-196-18/+18
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-068-8/+8
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-0616-70/+70
* override part 1 (nw) Miodrag Milanovic2015-12-0516-115/+115
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-053-5/+5
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-053-5/+5
* cleanup Miodrag Milanovic2015-12-051-1/+1
* clang-modernize part 6 Miodrag Milanovic2015-12-046-13/+13
* clang-modernize part 2 Miodrag Milanovic2015-12-0412-77/+77
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-258-16/+16
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-1417-24/+43
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0816-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1332-0/+8916