summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99x (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made a number of device_image_interface members private (#2227) npwoods2017-04-171-1/+1
* ti99: Fixed debugging for TI-99/8 Michael Zapf2017-03-213-0/+232
* ti99/geneve: Fix jerky mouse Michael Zapf2017-03-212-32/+6
* ti99/geneve: Bus mouse now a separate device, may also be used with evpc. Michael Zapf2017-03-197-107/+250
* more validation fixes (nw) Vas Crabb2017-03-041-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-033-18/+0
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-022-11/+11
* Self-registering devices prep: Vas Crabb2017-02-2712-29/+42
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1112-6/+6
* XML refactoring: Vas Crabb2016-12-112-13/+13
* 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-212-11/+11
* ti99: Improved logging for the cartslot (nw). Michael Zapf2016-11-201-9/+22
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-192-11/+11
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-172-46/+35
* ti99: Fixed save state, declared MACHINE_SUPPORTS_SAVE Michael Zapf2016-11-044-33/+56
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-225-27/+27
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2221-189/+189
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-2/+2
* ti99: More savestate enabling and cleanups. (nw) Michael Zapf2016-09-253-0/+27
* ti99: More savestate enabling. (nw) Michael Zapf2016-09-234-46/+116
* ti99: State save capability. Not yet fully stable, but basically working. Michael Zapf2016-09-234-39/+116
* Added override modifier (nw) Michael Zapf2016-09-191-3/+3
* ti99: Improve performance by stopping GROM clock in idle state Michael Zapf2016-09-196-51/+159
* ti99: Fixed debugger access to cartridge Michael Zapf2016-08-151-2/+4
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-0/+2
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+2
* | ti99: Using proper RAM devices instead of ROM_REGIONS, adapting logerror output Michael Zapf2016-08-082-83/+91
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-062-4/+4
|/
* Let's give the new srcclean a spin... Vas Crabb2016-08-022-2/+2
* ti99: Fixed stuck INT line in TMS9902; improve logging Michael Zapf2016-08-021-1/+2
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-014-10/+10
* Cleanups for device_image_interface (nw) AJR2016-07-232-18/+8
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-4/+4
* Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-231-1/+1
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-212-5/+4
* Removing nullptr image_formats, and fixing formatting Nathan Woods2016-07-142-2/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-132-3/+1
* remove all usages of tagmap Miodrag Milanovic2016-06-182-35/+28
* small cleanup (nw) Miodrag Milanovic2016-06-051-0/+2
* ti99: Changed new to unique_ptr. Michael Zapf2016-05-312-13/+12
* ti99: Fixed MBX cartridge type, introduced new paged type, updated softlist w... Michael Zapf2016-05-172-53/+288
* ti99: ROM dump changes; replaced ROM_REGIONS by ram_devices Michael Zapf2016-05-091-12/+7
* ti99: Fixed gromemu cartridge type Michael Zapf2016-05-012-26/+39
* ti99: Adding cartridge types to softlist Michael Zapf2016-04-302-16/+37
* ti99: Fixed some issues in the cartridge port (paged 37x) Michael Zapf2016-04-262-329/+166
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-5/+5
* Added general read/write methods to 9928a, allowing address lines to select f... Michael Zapf2016-04-201-22/+2
* ti99: Again one indirection less; dropped the videowrp and moved the v9938 on... Michael Zapf2016-04-195-221/+70
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-7/+0