| Commit message (Expand) | Author | Age | Files | Lines |
* | tms9900, tms9980a, tms9995: CRU addressing change |  AJR | 2019-03-01 | 1 | -10/+7 |
* | devices\bus: some more MACHINE_CONFIG removal (nw) |  Ivan Vangelista | 2019-02-10 | 1 | -9/+7 |
* | bus/ti99x: Add address space finders; remove machine().device (nw) |  AJR | 2019-02-08 | 4 | -7/+17 |
* | ti9x: Various MCFG removals. (nw) |  Michael Zapf | 2018-08-21 | 3 | -11/+6 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 3 | -3/+3 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 3 | -12/+6 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 2 | -2/+2 |
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -1/+1 |
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -1/+1 |
* | device_interface: Eliminate device pointer conversion (nw) |  AJR | 2017-12-13 | 1 | -1/+1 |
* | finally got rid of machine_mconfig_additions (nw) |  Ivan Vangelista | 2017-06-14 | 4 | -36/+24 |
* | srcclean (nw) |  Vas Crabb | 2017-05-28 | 2 | -19/+19 |
* | ti99: Wrapped into namespaces; minor rearrangement |  Michael Zapf | 2017-05-23 | 10 | -9589/+0 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 4 | -7/+7 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 26 | -1812/+521 |
* | Made a number of device_image_interface members private (#2227) |  npwoods | 2017-04-17 | 1 | -1/+1 |
* | ti99: Fixed debugging for TI-99/8 |  Michael Zapf | 2017-03-21 | 3 | -0/+232 |
* | ti99/geneve: Fix jerky mouse |  Michael Zapf | 2017-03-21 | 2 | -32/+6 |
* | ti99/geneve: Bus mouse now a separate device, may also be used with evpc. |  Michael Zapf | 2017-03-19 | 7 | -107/+250 |
* | more validation fixes (nw) |  Vas Crabb | 2017-03-04 | 1 | -2/+2 |
* | Make device_image_interface::update_names a private method called automatical... |  AJR | 2017-03-03 | 3 | -18/+0 |
* | debugger_access: Refactor [O. Galibert] |  Olivier Galibert | 2017-03-02 | 2 | -11/+11 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 12 | -29/+42 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 12 | -6/+6 |
* | XML refactoring: |  Vas Crabb | 2016-12-11 | 2 | -13/+13 |
* | A round of spelling/typographical fixes to source comments (nw) |  Scott Stone | 2016-11-24 | 1 | -1/+1 |
* | Revert "moved debugger_access() from address space to machine & removed the a... |  Vas Crabb | 2016-11-21 | 2 | -11/+11 |
* | ti99: Improved logging for the cartslot (nw). |  Michael Zapf | 2016-11-20 | 1 | -9/+22 |
* | moved debugger_access() from address space to machine & removed the anti-patt... |  smf- | 2016-11-19 | 2 | -11/+11 |
* | Turn xmlfile API into something that looks like C++ |  Vas Crabb | 2016-11-17 | 2 | -46/+35 |
* | ti99: Fixed save state, declared MACHINE_SUPPORTS_SAVE |  Michael Zapf | 2016-11-04 | 4 | -33/+56 |
* | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 5 | -27/+27 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 21 | -189/+189 |
* | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -2/+2 |
* | ti99: More savestate enabling and cleanups. (nw) |  Michael Zapf | 2016-09-25 | 3 | -0/+27 |
* | ti99: More savestate enabling. (nw) |  Michael Zapf | 2016-09-23 | 4 | -46/+116 |
* | ti99: State save capability. Not yet fully stable, but basically working. |  Michael Zapf | 2016-09-23 | 4 | -39/+116 |
* | Added override modifier (nw) |  Michael Zapf | 2016-09-19 | 1 | -3/+3 |
* | ti99: Improve performance by stopping GROM clock in idle state |  Michael Zapf | 2016-09-19 | 6 | -51/+159 |
* | ti99: Fixed debugger access to cartridge |  Michael Zapf | 2016-08-15 | 1 | -2/+4 |
* | Merge pull request #1180 from npwoods/split_softlist_code_redo |  Miodrag Milanović | 2016-08-08 | 1 | -0/+2 |
|\ |
|
| * | Redo of split of src/emu/softlist.[cpp|h] |  Nathan Woods | 2016-08-02 | 1 | -0/+2 |
* | | ti99: Using proper RAM devices instead of ROM_REGIONS, adapting logerror output |  Michael Zapf | 2016-08-08 | 2 | -83/+91 |
* | | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 2 | -4/+4 |
|/ |
|
* | Let's give the new srcclean a spin... |  Vas Crabb | 2016-08-02 | 2 | -2/+2 |
* | ti99: Fixed stuck INT line in TMS9902; improve logging |  Michael Zapf | 2016-08-02 | 1 | -1/+2 |
* | Turn image init/validate into scoped enums to avoid accidental casts to/from ... |  Vas Crabb | 2016-08-01 | 4 | -10/+10 |
* | Cleanups for device_image_interface (nw) |  AJR | 2016-07-23 | 2 | -18/+8 |
* | Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... |  Nathan Woods | 2016-07-23 | 1 | -4/+4 |
* | Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... |  Nathan Woods | 2016-07-23 | 1 | -1/+1 |