summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus
Commit message (Expand)AuthorAgeFilesLines
...
* hard_disk_file: classify Olivier Galibert2022-04-019-86/+77
* isbc8024: new multibus card with unknown firmware [Andy Welburn] Patrick Mackinlay2022-03-312-0/+213
* floppy: remove the intermediate allocator Olivier Galibert2022-03-308-8/+8
* apple2: split the 16 sector format in dos/prodos types Olivier Galibert2022-03-301-1/+2
* srcclean and manual tidying up in preparation for 0.242 release Vas Crabb2022-03-271-3/+3
* bus/nes: Removed useless open bus comments. (#9471) 0kmg2022-03-279-15/+15
* bus/nes: Simplifications using bit utility functions. (#9444) 0kmg2022-03-2323-192/+140
* qx10: add multifont option card (#9286) Brian Johnson2022-03-203-0/+377
* bus/nes: Improved support for some Waixing pirate Chinese translations. (#9358) 0kmg2022-03-2010-306/+121
* k051649.cpp: Fix input clock, Simplify some routines, Reduce unnecessary vari... cam9002022-03-201-2/+2
* bbc_integrab: Added earlier ROM release. Nigel Barnes2022-03-201-2/+4
* bbc_tube_80186/286: Added ibm5150 compatible software list. Nigel Barnes2022-03-203-18/+11
* arc_midi_aka16: Corrected addressing of ROM page and UART. Nigel Barnes2022-03-203-5/+5
* Fix clang error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-c... AJR2022-03-201-4/+4
* ti99: New expansion card "TIPI". Michael Zapf2022-03-203-0/+727
* vsnes.cpp: Fixed Gumshoe regression. (#9438) 0kmg2022-03-192-2/+2
* archimedes/podule/midi_emr: fixed compile (suggest parentheses) Robbbert2022-03-181-1/+1
* bbc_tube_6502: Corrected 6502 variants used in the 2nd processors. Nigel Barnes2022-03-172-7/+10
* bus/archimedes/podule: Added MIDI devices: Nigel Barnes2022-03-173-0/+231
* bus/archimedes/econet: Added MIDI devices: Nigel Barnes2022-03-173-0/+176
* bus/nes_ctrl: Split zapper sensor off as a reusable device. (#9417) 0kmg2022-03-177-173/+336
* nes: added R.O.B. hap2022-03-154-3/+144
* The MAME CoCo driver now identifies RS-DOS and OS-9 as relevant file systems ... npwoods2022-03-131-0/+5
* pcmx2: boot to monitor Patrick Mackinlay2022-03-114-0/+535
* imds2: multibus update Patrick Mackinlay2022-03-112-15/+4
* multibus: various improvements Patrick Mackinlay2022-03-112-78/+102
* bus/nes/multigame.cpp: Fixed typo that turned assignment into an equality com... npwoods2022-03-041-6/+1
* bus/nes: Properly acknowledge IRQ for UNL-SC-127 board. (#9362) 0kmg2022-03-021-1/+2
* hp98265a.cpp: fix a return indentation Angelo Salese2022-02-281-1/+1
* abc1600: Partially fixed hard disk DMA. [Curt Coder] Curt Coder2022-02-274-60/+112
* bus/bbc/joyport: Added the Master Compact mouse. Nigel Barnes2022-02-275-15/+245
* bbc_amxmouse: Removed use of PORT_RESET. Nigel Barnes2022-02-272-44/+27
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-2725-116/+135
* Fixed some GCC warnings (would be nice if these could be consistent across ta... Vas Crabb2022-02-251-1/+5
* Fixed the second PSG addressing on the ECHO+ (#9330) cybernesto2022-02-221-19/+8
* Various NES and friends cleanups. (#9312) 0kmg2022-02-2114-62/+56
* srcclean in preparation for 0.241 release Vas Crabb2022-02-203-15/+15
* New working clones Nigel Barnes2022-02-193-0/+329
* bus/coco: Added Glenside IDE Adapter. Nigel Barnes2022-02-193-0/+313
* we32kram.cpp: Added version 1.06 of the RAM board ROM. Nigel Barnes2022-02-191-2/+4
* bus/bbc/tube: Added pre-production and extended variants of the 6502 2nd Proc... Nigel Barnes2022-02-193-30/+209
* bus/nes/rcm: Skeletonized 3D Block device for future work. (#9121) 0kmg2022-02-172-58/+5
* formats/jvc_disk: Changed code to verify image geometry against floppy drive ... tim lindner2022-02-171-4/+8
* nes, playch10.cpp, vsnes.cpp: Made zapper sensor fuzzier. (#9292) 0kmg2022-02-151-21/+23
* famibox.cpp: Various improvements and a new working clone. (#9299) 0kmg2022-02-152-0/+13
* Cleanup: Vas Crabb2022-02-132-6/+6
* Remove fileio.h from emu.h AJR2022-02-1120-4/+31
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-1212-81/+103
* vga: made video RAM size configurable at machine configuration (#9289) Ivan Vangelista2022-02-099-24/+43
* bus/nes: Added support for NES-EVENT2 board. (#9272) 0kmg2022-02-098-18/+195