| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 32 | -9403/+0 |
| * | ti99/geneve: Bus mouse now a separate device, may also be used with evpc. |  Michael Zapf | 2017-03-19 | 2 | -5/+26 |
| * | Make device_image_interface::update_names a private method called automatical... |  AJR | 2017-03-03 | 2 | -12/+0 |
| * | debugger_access: Refactor [O. Galibert] |  Olivier Galibert | 2017-03-02 | 9 | -21/+21 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 16 | -24/+30 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 22 | -12/+10 |
| * | 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 | 9 | -21/+21 |
| * | moved debugger_access() from address space to machine & removed the anti-patt... |  smf- | 2016-11-19 | 9 | -21/+21 |
| * | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 2 | -5/+5 |
| * | replaced machine().driver_data()->generic_space() with machine().dummy_space(... |  smf- | 2016-11-03 | 1 | -8/+8 |
| * | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 5 | -7/+7 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 32 | -138/+138 |
| * | ti99: More savestate enabling and cleanups. (nw) |  Michael Zapf | 2016-09-25 | 19 | -111/+268 |
| * | ti99: More savestate enabling. (nw) |  Michael Zapf | 2016-09-23 | 3 | -3/+42 |
| * | ti99: Changed tag for on-board RAM (nw) |  Michael Zapf | 2016-09-14 | 1 | -4/+2 |
| * | ti99: Added debug read. |  Michael Zapf | 2016-08-31 | 2 | -0/+24 |
| * | ti99: Change step rate default setting to 8ms. |  Michael Zapf | 2016-08-30 | 1 | -4/+4 |
| * | ti99: Using proper RAM devices instead of ROM_REGIONS, adapting logerror output |  Michael Zapf | 2016-08-08 | 6 | -98/+102 |
| * | Finished up tiny_rom_entry conversion |  Nathan Woods | 2016-08-06 | 5 | -5/+5 |
| * | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 13 | -13/+13 |
| * | ti99: Fixed RS232 line mapping |  Michael Zapf | 2016-08-04 | 1 | -40/+42 |
| * | Improved logging; fixed missed CTS signal, outgoing RTS, incoming DTR |  Michael Zapf | 2016-08-04 | 1 | -67/+71 |
| * | Turn image init/validate into scoped enums to avoid accidental casts to/from ... |  Vas Crabb | 2016-08-01 | 2 | -7/+7 |
| * | Removed device_image_interface::has_been_created() |  Nathan Woods | 2016-07-30 | 1 | -1/+1 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-07-27 | 1 | -1/+1 |
| * | Removing nullptr image_formats, and fixing formatting |  Nathan Woods | 2016-07-14 | 1 | -1/+1 |
| * | Consolidating implementations of create_option_guide() that return nullptr |  Nathan Woods | 2016-07-13 | 1 | -4/+2 |
| * | ti99: ROM dump changes; replaced ROM_REGIONS by ram_devices |  Michael Zapf | 2016-05-09 | 15 | -141/+166 |
| * | ti99: Added 8M option to Horizon, modernized logging, replaced misused ROM by... |  Michael Zapf | 2016-04-26 | 2 | -80/+111 |
| * | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 2 | -2/+2 |
| * | ti99: Again one indirection less; dropped the videowrp and moved the v9938 on... |  Michael Zapf | 2016-04-19 | 7 | -216/+367 |
| * | ti99: Fix segfault caused by listslots |  Michael Zapf | 2016-04-12 | 2 | -6/+0 |
| * | ti99: Cleared logging output. |  Michael Zapf | 2016-04-11 | 1 | -1/+1 |
| * | ti99: Using combined speech selector lines and split/reverse chip dumps. |  Michael Zapf | 2016-04-11 | 2 | -62/+49 |
| * | ti99_8: Chipset low-level emulation; ti99_4x: using new GROMs |  Michael Zapf | 2016-03-31 | 3 | -102/+129 |
| * | ti99: Unified slot options; added MEMEN signal |  Michael Zapf | 2016-03-31 | 2 | -50/+79 |
| * | Iterate over core classes C++11 style |  AJR | 2016-03-31 | 3 | -8/+8 |
| * | Add macros for alignment checking (nw) |  AJR | 2016-01-30 | 2 | -3/+3 |
| * | PORT_C*_MEMBER cleanup, last one for now. There's still a lot in the /drivers... |  hap | 2016-01-24 | 1 | -1/+1 |
| * | revert part of 'clang cleanup 7' where 0 means the value 0, for ROM_FILL too |  hap | 2016-01-24 | 1 | -1/+1 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 32 | -144/+144 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 5 | -7/+7 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 5 | -7/+7 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 32 | -144/+144 |
| * | Fix clang build |  Miodrag Milanovic | 2015-12-27 | 2 | -4/+1 |
| * | cleanups (nw) |  Miodrag Milanovic | 2015-12-25 | 10 | -19/+7 |
| * | global_alloc_array to std::make_unique where applicable (nw) |  Miodrag Milanovic | 2015-12-19 | 6 | -18/+18 |
| * | nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) |  Miodrag Milanovic | 2015-12-06 | 8 | -8/+8 |
| * | override for for macros that could not be auto recognized by tools (nw) |  Miodrag Milanovic | 2015-12-06 | 16 | -70/+70 |