| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanups and version bump |  Miodrag Milanovic | 2016-07-27 | 4 | -4/+4 |
* | mcs51.cpp: converted serial_rx and serial_tx to devcb (nw) |  Ivan Vangelista | 2016-07-01 | 2 | -3/+3 |
* | Merge pull request #1022 from ajrhacker/vlm_map |  R. Belmont | 2016-07-01 | 2 | -27/+29 |
|\ |
|
| * | Convert VLM5030 to device_memory_interface; correct region lengths |  AJR | 2016-06-30 | 2 | -27/+29 |
* | | missed these in commit (nw) |  Miodrag Milanovic | 2016-07-01 | 1 | -1/+1 |
* | | - removed FUNC_NULL macro |  Miodrag Milanovic | 2016-07-01 | 1 | -1/+1 |
|/ |
|
* | ym2413: Isolate, objectify, integrate [O. Galibert] |  Olivier Galibert | 2016-06-29 | 4 | -1166/+683 |
* | ym2151: Isolate, objectify, integrate [O. Galibert] |  Olivier Galibert | 2016-06-29 | 4 | -1585/+912 |
* | tms32010.cpp: devcb instead of memory map for bio line (nw) |  Ivan Vangelista | 2016-06-23 | 2 | -4/+4 |
* | Prevent NaN errors by initializing variable in ui::text_layout (nw) |  AJR | 2016-06-18 | 1 | -6/+2 |
* | gcc 6.1.1 warning fixes (nw) |  Olivier Galibert | 2016-06-16 | 2 | -8/+5 |
* | Fix build on MSVC thanks to Rene, also fix debug_break crashes |  therealmogminer@gmail.com | 2016-06-08 | 1 | -1/+1 |
* | Major refactoring of debugger core [Ryan Holtz] |  therealmogminer@gmail.com | 2016-06-08 | 1 | -1/+1 |
* | small cleanup (nw) |  Miodrag Milanovic | 2016-06-05 | 2 | -2/+2 |
* | INC -> HXX makes editors and code analyzers see it as C++ (nw) |  Miodrag Milanovic | 2016-05-01 | 11 | -9/+9 |
* | move gb sound and gb lcd in order to make snes compile, since used by bus dev... |  Miodrag Milanovic | 2016-05-01 | 2 | -0/+900 |
* | Moved upd1771 files to proper device folder and fixed includes (nw) |  Scott Stone | 2016-04-24 | 2 | -0/+639 |
* | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 15 | -126/+126 |
* | Move a few odds and ends out of the emu core |  AJR | 2016-04-23 | 4 | -5/+3 |
* | update stream on read in gaelco.cpp, touchgo still seems to forget to play so... |  David Haywood | 2016-04-18 | 1 | -0/+3 |
* | Merge pull request #811 from ajrhacker/static_config |  Miodrag Milanović | 2016-04-15 | 1 | -2/+2 |
|\ |
|
| * | Eliminate device_t::static_config, a type-unsafe legacy feature. |  AJR | 2016-04-14 | 1 | -2/+2 |
* | | Merge pull request #776 from jmallach/typos |  R. Belmont | 2016-04-12 | 2 | -4/+4 |
|\ \
| |/
|/| |
|
| * | Typo fix: convertion → conversion |  Jordi Mallach | 2016-04-01 | 2 | -4/+4 |
* | | Replaced fprintf by logerror; fixed some small issues. |  Michael Zapf | 2016-04-11 | 2 | -74/+80 |
* | | Devfind revision phase 1, cleaning out some legacy stuff |  AJR | 2016-04-07 | 35 | -135/+112 |
* | | TMS5220: add a 'combined rs/ws write' function for systems which require both... |  Lord-Nightmare | 2016-04-04 | 2 | -4/+80 |
|/ |
|
* | revert unused variable fix, as it was already fixed (nw) |  Lord-Nightmare | 2016-03-31 | 1 | -8/+0 |
* | Merge pull request #772 from ajrhacker/auto_iterator |  Miodrag Milanović | 2016-03-31 | 1 | -0/+8 |
|\ |
|
| * | Avoid auto return types; silence some unused variable warnings (nw) |  AJR | 2016-03-31 | 1 | -0/+8 |
* | | fix compile error on clang (nw) |  Lord-Nightmare | 2016-03-31 | 1 | -1/+20 |
|/ |
|
* | TMS5220/5110 merge Part 1 [Lord Nightmare] |  Lord-Nightmare | 2016-03-30 | 2 | -17/+249 |
* | marked as BSD3 with approval from Joseph Zbiciak (nw) |  Miodrag Milanovic | 2016-03-24 | 2 | -28/+2 |
* | pcat_dyn: add sound and mark toursol working [Carl] |  cracyc | 2016-03-19 | 2 | -0/+253 |
* | Make osd_file a polymorphic class that's held with smart pointers |  Vas Crabb | 2016-03-14 | 1 | -6/+6 |
* | Use type-safe printf for core_file and emu_file, surprisingly few knock-on ef... |  Vas Crabb | 2016-03-09 | 2 | -14/+13 |
* | Removed I64FMT and SIZETFMT, one usage left in chdman.cpp (nw) |  Miodrag Milanovic | 2016-03-07 | 3 | -5/+5 |
* | Turn core_file into a proper class that gets cleaned up safely using unique_ptr |  Vas Crabb | 2016-03-06 | 1 | -1/+1 |
* | consistency fixes and add missed files (nw) |  Miodrag Milanovic | 2016-03-04 | 2 | -0/+4 |
* | Use std::atomic and std::mutex where applicable (nw) |  Miodrag Milanovic | 2016-03-01 | 1 | -4/+4 |
* | k28: fix sc01 strobe |  hap | 2016-02-09 | 1 | -1/+1 |
* | Cleanups and version bumpmame0170 |  Miodrag Milanovic | 2016-01-27 | 8 | -32/+32 |
* | rf5c400: added external memory r/w function [Ville Linde] |  Ville Linde | 2016-01-25 | 3 | -6/+29 |
* | fix compile (nw) |  Miodrag Milanovic | 2016-01-23 | 1 | -1/+1 |
* | s14001a_new is now s14001a |  hap | 2016-01-23 | 4 | -1255/+522 |
* | make st-v not crash (nw) |  David Haywood | 2016-01-23 | 2 | -5/+6 |
* | - Removed this == nullptr checks and fixed most of the resulting crashes. [Mo... |  Miodrag Milanovic | 2016-01-23 | 2 | -10/+10 |
* | More null fixes, nw |  therealmogminer@gmail.com | 2016-01-23 | 1 | -2/+10 |
* | Fixes to bring in line with master |  therealmogminer@gmail.com | 2016-01-23 | 4 | -8/+6 |
* | Remove debug print |  therealmogminer@gmail.com | 2016-01-23 | 1 | -1/+0 |