| Commit message (Expand) | Author | Age | Files | Lines |
* | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 116 | -305/+305 |
* | small cleanup + added note about some pad configuration |  etabeta78 | 2016-04-24 | 1 | -1/+8 |
* | Remove outdated message (nw) |  AJR | 2016-04-23 | 1 | -4/+0 |
* | Move a few odds and ends out of the emu core |  AJR | 2016-04-23 | 6 | -5/+374 |
* | saturn.cpp: converted controllers to work through slot devices, |  etabeta78 | 2016-04-23 | 21 | -195/+2133 |
* | hh_tms1k: copycatm2 is now playable |  hap | 2016-04-23 | 1 | -4/+2 |
* | move vector to video devices (nw) |  Miodrag Milanovic | 2016-04-23 | 2 | -0/+448 |
* | Split UI and frontend part from core [Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-23 | 5 | -236/+7 |
* | neogeo.cpp: more accurate implementation of contollers |  etabeta78 | 2016-04-21 | 10 | -110/+600 |
* | Merge pull request #823 from ajrhacker/deviter |  Miodrag Milanović | 2016-04-20 | 4 | -56/+28 |
|\ |
|
| * | Iterate over devices C++11 style |  AJR | 2016-04-18 | 4 | -56/+28 |
* | | Added general read/write methods to 9928a, allowing address lines to select f... |  Michael Zapf | 2016-04-20 | 3 | -22/+24 |
* | | ti99: Again one indirection less; dropped the videowrp and moved the v9938 on... |  Michael Zapf | 2016-04-19 | 12 | -437/+437 |
* | | update stream on read in gaelco.cpp, touchgo still seems to forget to play so... |  David Haywood | 2016-04-18 | 1 | -0/+3 |
|/ |
|
* | Added additional members for compatibility (nw) |  Miodrag Milanovic | 2016-04-18 | 2 | -0/+26 |
* | Added generic latch to replace soundlatch in driver_device (nw) |  Miodrag Milanovic | 2016-04-18 | 2 | -0/+235 |
* | Merge pull request #820 from ajrhacker/daisyconfig |  R. Belmont | 2016-04-16 | 4 | -7/+41 |
|\ |
|
| * | Critical fixes (nw) |  AJR | 2016-04-16 | 4 | -7/+41 |
* | | hh_tms1k: added copycatm2. not working yet |  hap | 2016-04-16 | 1 | -2/+2 |
* | | tms1700: fixed rom/ram addressing |  hap | 2016-04-15 | 1 | -8/+8 |
* | | drcbex64: wrong register type (nw) |  Ville Linde | 2016-04-15 | 1 | -2/+2 |
|/ |
|
* | tms1000: added TMS1700/1730 mcu types |  hap | 2016-04-15 | 2 | -1/+37 |
* | Merge pull request #811 from ajrhacker/static_config |  Miodrag Milanović | 2016-04-15 | 29 | -128/+160 |
|\ |
|
| * | Eliminate device_t::static_config, a type-unsafe legacy feature. |  AJR | 2016-04-14 | 29 | -128/+160 |
* | | mips3: Fixed interpreter bug where BADCOP exceptions would execute the faulti... |  therealmogminer@gmail.com | 2016-04-15 | 1 | -18/+40 |
* | | Port Happy's PPC aliasing fix to the MIPS3 DRC, nw |  therealmogminer@gmail.com | 2016-04-15 | 3 | -183/+975 |
* | | ppcdrc: optimize (nw) |  Ville Linde | 2016-04-14 | 1 | -1/+4 |
* | | ppcdrc: map some FPU registers to physical registers (nw) |  Ville Linde | 2016-04-14 | 4 | -1/+46 |
* | | drcbex64: optimize FMOV (nw) |  Ville Linde | 2016-04-14 | 1 | -4/+18 |
* | | neogeo: reworked inputs to work through the slot device interface. |  etabeta78 | 2016-04-14 | 10 | -65/+481 |
* | | 8bit handlers are more appropriate here. nw. |  etabeta78 | 2016-04-14 | 6 | -57/+52 |
* | | apple2: PC Transporter: halt V30 properly on startup, XT has 8-bit ISA, impro... |  arbee | 2016-04-13 | 1 | -8/+14 |
* | | apple2: updated PC Transporter to use alternate DMAC emulation & fixed V30 cl... |  arbee | 2016-04-13 | 2 | -27/+35 |
* | | am9517: add clone with the non-standard mask behavior of the PC Transporter A... |  arbee | 2016-04-13 | 2 | -2/+79 |
* | | drcbex64: map F0-F3 to SSE registers (nw) |  Ville Linde | 2016-04-14 | 2 | -4/+1 |
* | | ng_aes.cpp: converted AES controllers to work through slot devices. |  etabeta78 | 2016-04-13 | 6 | -0/+580 |
* | | fixed regression of generic cart slot due to a wrong assumption. |  etabeta78 | 2016-04-13 | 1 | -5/+26 |
* | | cr589: skip disc change detection (nw) |  cracyc | 2016-04-13 | 1 | -0/+2 |
* | | upd765: indicate ready status in st0 after seek (nw) |  cracyc | 2016-04-12 | 1 | -2/+6 |
* | | Back out DMULT/DMULTU change, nw |  therealmogminer@gmail.com | 2016-04-13 | 1 | -68/+2 |
* | | Port Happy's branch-and-link fix from mips3 interpreter to DRC, nw |  therealmogminer@gmail.com | 2016-04-12 | 1 | -7/+16 |
* | | -mips3: Fixed DMULT and DMULTU in both interpreter and DRC modes. [marathonman] |  therealmogminer@gmail.com | 2016-04-12 | 2 | -11/+90 |
* | | ti99: Fix segfault caused by listslots |  Michael Zapf | 2016-04-12 | 2 | -6/+0 |
* | | apple2: Further PC Transporter work. V30 now boots. [Peter Ferrie, R. Belmont] |  arbee | 2016-04-12 | 2 | -10/+560 |
* | | Now works in all cases, thanks OG! (nw) |  arbee | 2016-04-12 | 1 | -2/+2 |
* | | Merge pull request #776 from jmallach/typos |  R. Belmont | 2016-04-12 | 4 | -10/+10 |
|\ \ |
|
| * | | Typo fix: convertion → conversion |  Jordi Mallach | 2016-04-01 | 2 | -4/+4 |
| * | | Typo fix: controler → controller |  Jordi Mallach | 2016-04-01 | 2 | -6/+6 |
* | | | diimage.cpp: Allow image devices to be configured with a fixed |  etabeta78 | 2016-04-12 | 2 | -5/+14 |
* | | | Merge pull request #805 from Happy-yappH/master |  R. Belmont | 2016-04-12 | 1 | -5/+4 |
|\ \ \ |
|