summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99x (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert software-installed slot/image options when changing software AJR2016-04-041-0/+1
* ti99: Removed GROMCLK generator from wrapper Michael Zapf2016-04-034-49/+7
* ti99: Unwrapped sound access Michael Zapf2016-04-036-270/+85
* Fixing last fix: Remove unused member. Michael Zapf2016-04-011-4/+0
* ti99_8: Removed unused variables. Michael Zapf2016-04-012-9/+5
* Fixed the build (nw) Robbbert2016-04-011-1/+1
* ti99_8: Chipset low-level emulation; ti99_4x: using new GROMs Michael Zapf2016-03-3113-1624/+2837
* Iterate over core classes C++11 style AJR2016-03-312-3/+3
* Debug output changes Michael Zapf2016-03-251-3/+3
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-182-38/+39
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-142-27/+25
* ti99/geneve: Removed legacy v9938 configuration. Michael Zapf2016-01-231-12/+0
* reverting: Miodrag Milanovic2016-01-2025-244/+244
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-206-8/+8
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-166-8/+8
* tags are now strings (nw) Miodrag Milanovic2016-01-1625-244/+244
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
* image_manager modernized and move some things around (nw) Miodrag Milanovic2016-01-111-0/+46
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-2/+2
* 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
* 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
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1325-0/+12448