summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99_peb (follow)
Commit message (Expand)AuthorAgeFilesLines
* ti99/geneve: Bus mouse now a separate device, may also be used with evpc. Michael Zapf2017-03-192-5/+26
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-032-12/+0
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-029-21/+21
* Self-registering devices prep: Vas Crabb2017-02-2716-24/+30
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1122-12/+10
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-219-21/+21
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-199-21/+21
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-062-5/+5
* replaced machine().driver_data()->generic_space() with machine().dummy_space(... smf-2016-11-031-8/+8
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-225-7/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2232-138/+138
* ti99: More savestate enabling and cleanups. (nw) Michael Zapf2016-09-2519-111/+268
* ti99: More savestate enabling. (nw) Michael Zapf2016-09-233-3/+42
* ti99: Changed tag for on-board RAM (nw) Michael Zapf2016-09-141-4/+2
* ti99: Added debug read. Michael Zapf2016-08-312-0/+24
* ti99: Change step rate default setting to 8ms. Michael Zapf2016-08-301-4/+4
* ti99: Using proper RAM devices instead of ROM_REGIONS, adapting logerror output Michael Zapf2016-08-086-98/+102
* Finished up tiny_rom_entry conversion Nathan Woods2016-08-065-5/+5
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-0613-13/+13
* 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-012-7/+7
* Removed device_image_interface::has_been_created() Nathan Woods2016-07-301-1/+1
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* Removing nullptr image_formats, and fixing formatting Nathan Woods2016-07-141-1/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-4/+2
* 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