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