summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99_peb/ti_rs232.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1150/+0
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-10/+0
* Self-registering devices prep: Vas Crabb2017-02-271-3/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-24/+24
* ti99: More savestate enabling and cleanups. (nw) Michael Zapf2016-09-251-0/+18
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-1/+1
* ti99: Fixed RS232 line mapping Michael Zapf2016-08-041-40/+42
* Improved logging; fixed missed CTS signal, outgoing RTS, incoming DTR Michael Zapf2016-08-041-67/+71
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-5/+5
* Removed device_image_interface::has_been_created() Nathan Woods2016-07-301-1/+1
* ti99: ROM dump changes; replaced ROM_REGIONS by ram_devices Michael Zapf2016-05-091-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-201-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* cleanups (nw) Miodrag Milanovic2015-12-251-2/+2
* global_alloc_array to std::make_unique where applicable (nw) Miodrag Milanovic2015-12-191-5/+5
* clang-modernize part 2 Miodrag Milanovic2015-12-041-4/+4
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1135