summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-2764-2106/+2082
* ti99: Added 8M option to Horizon, modernized logging, replaced misused ROM by... Michael Zapf2016-04-262-80/+111
* hh_hmcs40: updated cpacman svg by Rik hap2016-04-261-5/+5
* ti99: Fixed some issues in the cartridge port (paged 37x) Michael Zapf2016-04-262-329/+166
* Document internal hardware of original Pocket Challenge machine [Team Europe] David Haywood2016-04-252-0/+15
* Merge pull request #829 from fulivi/hp9845_dev etabeta782016-04-255-2/+311
|\
| * hp9845: little change to hp_optrom after comment in PR fulivi2016-04-231-8/+2
| * hp9845: adapt to new iterator syntax fulivi2016-04-231-7/+5
| * hp9845b: added capability to load optional ROMs fulivi2016-04-232-0/+225
| * hphybrid: found 2 undocumented instructions fulivi2016-04-233-2/+94
* | Revert "Unified filenames for ep64 audio/video components to match driver (nw)" Miodrag Milanovic2016-04-251-1/+1
* | Moved upd1771 files to proper device folder and fixed includes (nw) Scott Stone2016-04-242-0/+639
* | Unified filenames for ep64 audio/video components to match driver (nw) Scott Stone2016-04-241-1/+1
* | 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