summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* full xtal conversionxtal Olivier Galibert2025-04-294846-12630/+12540
* pokey.cpp: remove m_SKCTL assignment hack in device_start and issue a potgo a... Angelo Salese2022-10-301-7/+8
* upd934g: Preliminary support for ACCENT/MUTE Dirk Best2022-10-302-8/+13
* cpu/dsp32: Modify previous change, clamping before the narrowing conversion AJR2022-10-291-1/+1
* cpu/dsp32: Simplify int24 operator logic AJR2022-10-291-5/+2
* cpu/i960, cpu/sh: Use rotl_32 and rotr_32 for executing rotate instructions AJR2022-10-292-3/+3
* cpu/arm: Use rotr_32 for handling unaligned reads AJR2022-10-291-3/+3
* Update various source files to use swapendian_int16 AJR2022-10-297-18/+16
* Move debugger command parameter validation helpers into debugger_console AJR2022-10-293-6/+3
* bus/ata: Add alternate CS0/CS1 handlers with built-in byte swapping for big-e... AJR2022-10-291-0/+5
* bus/epson_qx/keyboard/keyboard.cpp: Fixed #include order. Vas Crabb2022-10-301-1/+5
* wd_fdc: Use the new active() Olivier Galibert2022-10-291-1/+1
* bus/nes/bandai.cpp: fixed MT08445 Ivan Vangelista2022-10-271-1/+1
* mps1200.cpp: added dip switch settings [Guru] Ivan Vangelista2022-10-261-35/+133
* Remove #include <cstdarg> from emu.h and move it into source files that still... AJR2022-10-2518-0/+31
* e132xs: Provide new helper functions for extracting signed 16-bit halves AJR2022-10-252-6/+10
* emu_timer: undo prev commit, add running() getter and change some enabled() c... hap2022-10-2513-29/+30
* machine/mos6530n.cpp: Removed old, unused io_r/io_w functions. (#10477) 0kmg2022-10-252-38/+0
* timer device: rename getter functions to match emu_timer hap2022-10-242-5/+5
* Fix FDC Busy bit for overlapped commands (#10464) pnp20842022-10-241-1/+3
* zn.cpp, video/psx.cpp: Modernize logging calls AJR2022-10-231-82/+75
* Terra Cresta and later Nichibutsu games: Emulate the analog filtering for the... Lord-Nightmare2022-10-232-0/+5
* srcclean in preparation for release branch Vas Crabb2022-10-234-11/+11
* machine/mos6530n.cpp: Fixed io_w offset error. (#10463) 0kmg2022-10-231-1/+1
* bus/electron/plus1: Use BBC Micro-type slot for analogue joystick inputs (#10... ajrhacker2022-10-2211-57/+31
* apple2: get rid of outdated port definitions that caused joystick tracking we... arbee2022-10-221-6/+0
* 6840ptm.cpp: Fix unsigned comparison AJR2022-10-221-1/+1
* wd_fdc: reset the contents of data_reg when the sync is changed pnp20842022-10-222-12/+19
* dbreed: fix sprites on scorebar regression [Mamesick] hap2022-10-211-1/+1
* Remove legacy logging functions in various drivers and devices AJR2022-10-201-16/+0
* v25: Call exception hook on bankswitch interrupt AJR2022-10-201-0/+3
* cpu/nec: Fix crash on encountering invalid LDEA AJR2022-10-201-1/+1
* Revert "v25: IF only masks externally vectored interrupts" AJR2022-10-201-2/+7
* v25: IF only masks externally vectored interrupts AJR2022-10-191-7/+2
* ctk-530: New working machine (#10445) Devin Acker2022-10-191-0/+6
* a400, a800, a800xl, etc.: Adopt and adapt VCS slot device for controller inpu... AJR2022-10-184-2/+30
* vcs_ctrl: Some fixes AJR2022-10-186-10/+18
* bus/electron: Added Millsgrade Voxbox Speech Synthesiser. Nigel Barnes2022-10-183-2/+156
* ef9364: Blanking lines repeat first character row. Nigel Barnes2022-10-172-33/+26
* kr2376.cpp: Added the ROM12 variant. Nigel Barnes2022-10-172-59/+83
* fd1771: Add missing inversion Olivier Galibert2022-10-171-2/+2
* fd1771: Add extended DDAM handling Olivier Galibert2022-10-162-2/+14
* a800.xml, a800_flop.xml: initial pass at QA (#10412) Angelo Salese2022-10-165-18/+192
* multipcm: Make address space big-endian AJR2022-10-161-1/+1
* k051316: remove device_reset, remove bool-int comparison hap2022-10-162-19/+17
* mpu4.cpp, ticket.cpp Added proper hopper communications to ticket.cpp (#10404) James Wallace2022-10-162-0/+13
* - bus/neogeo/prot_mslugx.cpp: added iq_132 to the copyright holders Ivan Vangelista2022-10-152-2/+2
* Rework QX10 Keyboard implementation (#10384) Brian Johnson2022-10-154-0/+639
* k051316 tile flip configuration bits, replaces flag setting in callbacks (#10... Furrtek2022-10-152-23/+49
* Added support for Intel ISIS-II filesystem (#10367) fulivi2022-10-151-0/+2