summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
* minor code changes, formatting, comments (#9209) shattered2022-02-013-13/+13
* hdc92x4: Minor header cleanup AJR2022-01-261-9/+16
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-26323-386/+382
* i82586: tolerate missing irq callback Patrick Mackinlay2022-01-261-1/+1
* spg110: Better better colors Olivier Galibert2022-01-252-54/+149
* spg110: Better colors Olivier Galibert2022-01-242-53/+56
* srcclean in preparation for 0.240 Vas Crabb2022-01-232-21/+21
* bitmap_printer: initial cleanup, the calm before the refactor. [R. Belmont] arbee2022-01-212-75/+110
* i8255: always latch input data when strobe is asserted (#9159) shattered2022-01-151-2/+2
* Add IBM PC RAM switches (#9130) SomeRandomGuyIdk2022-01-142-59/+63
* upd765: Check write protect during write & format commands (#9145) SomeRandomGuyIdk2022-01-141-2/+19
* Adding bitmap_printer_device and convert epson_lx810 to use it. (#8863) goldnchild2022-01-075-1/+586
* device_image_interface: Interface overhaul AJR2022-01-067-30/+23
* new NOT WORKING machines [David Haywood] (#8976) David Haywood2021-12-313-9/+109
* Move filesystem library into separate namespace and use shorter uX type names... AJR2021-12-311-1/+1
* upd765: improve SRA and SRB emulation; add DP8473 reset irq (#9062) shattered2021-12-302-4/+35
* srcclean, remove a vestigial thing, and a little cleanup Vas Crabb2021-12-269-200/+200
* Added preliminary TS-Configuration for ZX Evolution driver. (#8989) holub2021-12-254-0/+348
* BQ4847: added BQ4845 device type which uses an external crystal, added wdo ou... smf-2021-12-232-354/+289
* Z80 CTC ZC/TO goes high for one clock cycle [smf] smf-2021-12-172-3/+12
* gt913: minor cleanup (#8985) Devin Acker2021-12-141-2/+7
* gt913: fix single-driver build, fix invalid Unicode character. [R. Belmont] arbee2021-12-141-8/+8
* Revert "Revert "ctk551: implement sound, promote to working (#8960)" (#8980)"... R. Belmont2021-12-143-85/+307
* Revert "ctk551: implement sound, promote to working (#8960)" (#8980) R. Belmont2021-12-143-307/+85
* ctk551: implement sound, promote to working (#8960) Devin Acker2021-12-143-85/+307
* input_merger: remove awkward initial_state setter, add notes hap2021-12-112-4/+10
* emu/mconfig.cpp: Made checks on device add/replace stricter. Vas Crabb2021-12-093-8/+6
* Logging format cleanups and minor no-op code changes. (#8932) shattered2021-12-063-30/+27
* -Filled in a few more Slovak messages after discussion with Milan. Vas Crabb2021-12-042-17/+17
* dl11: DEC DL11-type serial line unit (#8894) shattered2021-12-022-0/+391
* Remove a few outdated references to MESS Dirk Best2021-12-025-10/+6
* spi_sdcard: fix CMD8 response for SDV2/SDHC. [R. Belmont] arbee2021-12-011-5/+5
* spi_sdcard: add CMD18 - CMD_READ_MULTIPLE_BLOCK (#8913) holub2021-12-012-188/+281
* Soul-crushingly frustrating clean-up: Vas Crabb2021-12-011-3/+1
* mc68328: update logging to match handler size Patrick Mackinlay2021-11-301-1/+1
* various devices and drivers: seperate -> separate Ivan Vangelista2021-11-281-2/+2
* Cleaned up incorrectly formatted license/copyright header comments. (#8885) Angelo Salese2021-11-281-1/+2
* -emu/rendersw.hxx: Fixed incorrect clipping of untextured rectangles. Vas Crabb2021-11-271-1/+1
* Minor changes to various drivers (#8880) shattered2021-11-251-27/+30
* hp_taco: added support for writing hp9825-format tapes (#8860) fulivi2021-11-222-28/+47
* Minor cleanup: Vas Crabb2021-11-221-26/+13
* srcclean in preparation for release of MAME 0.238. Vas Crabb2021-11-213-49/+49
* Miscellaneous #include cleanup AJR2021-11-202-3/+1
* upc82c710/upc82c711: Use unscoped enum for device id's. Nigel Barnes2021-11-154-84/+82
* New machines marked as NOT_WORKING Nigel Barnes2021-11-143-8/+13
* acorn_vidc: Implement DAC differences between VIDC1 and VIDC1a. Nigel Barnes2021-11-142-35/+41
* machine/7200fifo.cpp: Fixed triggering of half-full flag. Nigel Barnes2021-11-142-2/+21
* New devices for Archimedes machines: Nigel Barnes2021-11-148-0/+1722
* wd_fdc: Wait for sector read/write to complete on interrupt d0-7, fixes rmnim... prime68092021-11-082-7/+116
* upd4701: Change input update method to not use PORT_RESET AJR2021-11-062-9/+37