summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct region widths in miscellaneous drivers and devices (nw) AJR2019-11-165-8/+8
* bbc_cumana68k: Remove trampolines and cleanup (nw) Nigel Barnes2019-11-163-180/+151
* -cgsix: Added pattern register, plane-mask register, and pixel-mask register ... MooglyGuy2019-11-162-9/+99
* cgsix: Add raw parameters for screen (nw) AJR2019-11-161-3/+1
* -cgsix: Added hardware cursor support. [Ryan Holtz] MooglyGuy2019-11-162-4/+54
* -hlemouse: Removed baud-rate hack from hle1200 Sun mouse, nw MooglyGuy2019-11-161-1/+1
* -cgsix: Add COLOR1 ROP support, fixes initial clear when starting sunview, nw MooglyGuy2019-11-161-0/+6
* Caravelle with two Es (nw) AJR2019-11-151-2/+2
* c64.cpp, c128.cpp: fixed CBM IEC slot address not being set when replacing de... Vas Crabb2019-11-1547-571/+466
* cdd2000: Better guess at HC11 type (nw) AJR2019-11-131-1/+1
* smoc501.h: Fix minor copy/paste mistake (nw) AJR2019-11-131-1/+1
* Add dump and skeleton device for Sony SMO-C501 MO Disk Controller [Don Maslin... AJR2019-11-123-0/+123
* ZX Spectrum floating bus support (#5883) Tom2019-11-121-28/+32
* bbcb: Added Morley Electronics RAM Disc and PMS 64K Non-Volatile Ram Module d... Nigel Barnes2019-11-115-3/+400
* ZX Spectrum Multiface One improvements (#5885) Tom2019-11-112-33/+190
* thomson.cpp: Improve floppy device encapsulation (nw) AJR2019-11-101-1/+1
* devices\bus\a2bus\a2mockingboard.cpp: probable fix for MT07480. No idea which... Ivan Vangelista2019-11-101-1/+1
* vboy.xml: wariolnd expects 8k*8 SRAM as well (nw) Vas Crabb2019-11-111-0/+6
* bus/vboy: cartridge is 16 bits wide (not 32) but we'll keep pretending for pr... Vas Crabb2019-11-112-34/+21
* few more returning int literal for bool (nw) Vas Crabb2019-11-101-5/+5
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-1062-737/+821
* re-wrote that (nw) Vas Crabb2019-11-101-1/+1
* Cleaned up Virtal Boy slot code. Vas Crabb2019-11-106-303/+536
* electron_click: Renamed to specify machine (nw) Nigel Barnes2019-11-081-1/+1
* ss50 bus: port change handlers, save state, cleanups. 68bit2019-11-095-82/+131
* HP optional ROMs: address issue #5839 (#5873) fulivi2019-11-086-704/+0
* cfa3000: Set devices to internal, not applicable to other machines (nw) Nigel Barnes2019-11-073-3/+3
* bbcb: Added the Robin Voice Box device. Nigel Barnes2019-11-073-0/+150
* spectrum_mikroplus: Mask IO port for reading joystick (nw) Nigel Barnes2019-11-071-1/+1
* autoc15: Added RAM disc device. Nigel Barnes2019-11-073-3/+154
* bbc_cumana68k: Remove software list reference (nw) Nigel Barnes2019-11-071-1/+1
* bbcm: Added Solidisk PC-Plus co-processor. [Nigel Barnes, Centre for Computin... Nigel Barnes2019-11-073-11/+73
* bbc_raven20: Fix sha1 (nw) Nigel Barnes2019-11-071-2/+2
* Fix clang unused private field errors (nw) AJR2019-11-061-2/+0
* electron: Added Wizard Sidewinder Rom Expansion Board. [Nigel Barnes, Binary ... Nigel Barnes2019-11-063-0/+253
* bbcm: Added Slogger Click, Solidisk Mega 256, Peartree MR8000, Master Smart C... Nigel Barnes2019-11-069-0/+612
* bbcb: Added many internal ROM/RAM expansion boards from Aries, ATPL, Computec... Nigel Barnes2019-11-0633-0/+4996
* bbc.cpp: Replaced ROM/RAM memory banks with handlers to allow access from int... Nigel Barnes2019-11-0612-9/+635
* Merge pull request #5864 from TwistedTom/melodik-fix ajrhacker2019-11-051-2/+2
|\
| * fix melodik sound TwistedTom2019-11-061-2/+2
* | spectrum kempston joystick fix, MameTesters #7453 TwistedTom2019-11-061-1/+1
|/
* flopdrv: Even legacy devices need some code cleanup (nw) AJR2019-11-055-40/+20
* Avoid some redundant PORT_CHANGED_MEMBER uses. 68bit2019-11-041-3/+3
* New working machines Vas Crabb2019-11-029-10/+8
* Fix clang build [-Werror,-Wunused-private-field] (nw) AJR2019-10-311-1/+0
* Spring cleaning: Vas Crabb2019-11-01398-2996/+2159
* src/devices: Replace output().set_value with output finders (nw) AJR2019-10-3014-21/+57
* swtpc8212: get it running, and on the rs232 bus (#5729) 68bit2019-10-304-14/+163
* eispc_twib.cpp: fix build error Joakim Larsson Edstrom2019-10-281-2/+2
* Merge pull request #5794 from JoakimLarsson/epc_4 Joakim Larsson Edström2019-10-283-0/+314
|\