summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99x (follow)
Commit message (Expand)AuthorAgeFilesLines
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-7/+9
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-8/+8
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-302-19/+23
* devcb: Eliminate legacy callback syntax (nw) AJR2019-06-061-2/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-265-26/+31
* Revert "conflict resolution (nw)" andreasnaive2019-03-255-31/+26
* tms9900, tms9980a, tms9995: CRU addressing change AJR2019-03-011-10/+7
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-101-9/+7
* bus/ti99x: Add address space finders; remove machine().device (nw) AJR2019-02-084-7/+17
* ti9x: Various MCFG removals. (nw) Michael Zapf2018-08-213-11/+6
* devcb3 Vas Crabb2018-07-073-3/+3
* destaticify initializations (nw) (#3289) wilbertpol2018-03-043-12/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-172-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* device_interface: Eliminate device pointer conversion (nw) AJR2017-12-131-1/+1
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-144-36/+24
* srcclean (nw) Vas Crabb2017-05-282-19/+19
* ti99: Wrapped into namespaces; minor rearrangement Michael Zapf2017-05-2310-9589/+0
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-224-7/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1426-1812/+521
* 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
|/