summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus (follow)
Commit message (Expand)AuthorAgeFilesLines
* new WORKING software list entries (#7884) David Haywood2021-04-055-1/+160
* bus/a2bus: Fix Buffered Grappler+ ROM digests, use silkscreend mask IDs for l... Vas Crabb2021-04-051-3/+13
* a2mockingboard.cpp: Fix 2 more off-by-ones in the Phasor address decoding [To... arbee2021-04-031-2/+2
* bus/a2bus: Fix clang build (no idea how GCC didn't fail to compile that). Vas Crabb2021-04-041-1/+1
* bus/a2bus: Made Buffered Grappler+ DRAM size configurable, fixed a bad Vas Crabb2021-04-042-11/+44
* bus/a2bus: Also synchronise data and asserting strobe for Apple II Parallel I... Vas Crabb2021-04-042-37/+44
* bus/a2bus updates: [Vas Crabb, Golden Child] Vas Crabb2021-04-044-183/+736
* a2mockingboard.cpp: fix two off-by-ones on the Phasor address decoding [TomCh] arbee2021-04-031-2/+2
* New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-0212-19/+19
* a2mockingboard.cpp: Updates [R. Belmont, TomCh] arbee2021-04-011-9/+41
* gameboy: Fixed crash with momocol2 and varpack Robbbert2021-04-021-4/+3
* bus/coco: Renamed Games Master cartdige slot option to gmc to match the Drago... tim lindner2021-03-311-1/+1
* src/devices/bus/coco/coco_fdc.cpp: Call base device_start from derived class.... tim lindner2021-03-301-0/+2
* bus/megadrive: Improved Sonic & Knuckles "lock on" slot handling. [Ryan Holtz] MooglyGuy2021-03-252-15/+49
* -jcart: Fixed I2C read address for Codemasters games. [Ryan Holtz] (#7885) MooglyGuy2021-03-232-36/+31
* bus/megadrive: Updated EEPROM save cartridge compatibility list. Vas Crabb2021-03-231-3/+3
* -machine/i2cmem.cpp: Added Xicor X24C01 support. [Ryan Holtz] MooglyGuy2021-03-233-31/+59
* a7800: BIN files are headerless, and we don't support them. Robbbert2021-03-211-1/+1
* a7800: reassign reset and select buttons sway from joystick2; show message if... Robbbert2021-03-191-0/+1
* nes: Coverity 138925,161402: bad shift Robbbert2021-03-141-2/+2
* nes: if file has invalid header, say so Robbbert2021-03-121-0/+1
* devices/bus/megadrive/svp.cpp: moved internal ROM here instead that in the ss... Ivan Vangelista2021-03-082-0/+14
* HP9845: added synchronous I/O for RS232 port and HP98046 module (#7695) fulivi2021-03-075-85/+346
* - devices/bus/plus4: fixed MT07886 Ivan Vangelista2021-03-073-12/+22
* geneve: Fixed address decoding in IDE card for standard Geneve; changed defau... Michael Zapf2021-03-032-2/+16
* 3c505: remove duplicate reset logic Patrick Mackinlay2021-03-031-25/+8
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-02177-539/+596
* device/bus/ti99/pecb/evpc.cpp: fixed MT07889 Ivan Vangelista2021-03-011-0/+1
* econx25: Added the dual Z80 co-processor board (incomplete). Nigel Barnes2021-02-283-2/+254
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-277-13/+13
* byte8251, ccs7710: Don't take over C800-CFFF space AJR2021-02-232-0/+2
* bbc_tube_casper: VIA interface is enabled on address A4. Nigel Barnes2021-02-202-19/+20
* Ensure validation of device tags in non-default slot options AJR2021-02-202-3/+3
* tube_cms6809: Board is only mapped to upper half of tube addresses. Nigel Barnes2021-02-201-3/+6
* sk.cpp and 315_5313 devices, actions_atj2279b, rainbow and silverball drivers... Ivan Vangelista2021-02-201-1/+0
* sk.cpp: Add notes for Sonic 3 & Knuckles save ... (#7805) cam9002021-02-201-1/+2
* bus/bbc/tube: Added the CMS 6809, Acorn 16032, and Acorn A500 2nd processors. Nigel Barnes2021-02-207-6/+451
* svga_s3.cpp: Add BIOS for S3 86C775/785 and ExpertColor M50-02 86C775 (both V... ClawGrip2021-02-191-1/+12
* devices/bus/c64/exp: reworked cart loading [hap] Ivan Vangelista2021-02-172-16/+22
* interpro: correct function signature Patrick Mackinlay2021-02-151-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-1422-60/+57
* devices/bus/c64/exp.cpp: fixed copy paste error introduced in 7e5a013c092e7ad... Ivan Vangelista2021-02-141-2/+2
* bus/c64: fixed MT07867 Ivan Vangelista2021-02-135-8/+17
* interpro: Coverity 315916 Robbbert2021-02-141-1/+2
* pofo: if software not specified with -ccma rom, just run as normal Robbbert2021-02-111-1/+1
* pa7234: Fix slot selection logic to keep the number from underflowing AJR2021-02-091-1/+1
* fds: Games refer to disk sides A and B, not 1 and 2. Robbbert2021-02-071-1/+1
* interpro: prevent some crashes Patrick Mackinlay2021-02-051-4/+4
* Reinstated RI Handler Fergus Leen2021-02-021-1/+1
* odyssey2/homecomp: make ram size configurable hap2021-02-012-1/+41