summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* Various cleanups. Vas Crabb2021-12-021-3/+1
* sparclite: update notes hap2021-12-011-16/+11
* sparclite: add preliminary system support ctrl reg hap2021-12-012-11/+39
* g65816: Replace #ifdef UNUSED_FUNCTION with [[maybe_unused]] to deter code rot AJR2021-12-012-6/+2
* stv: moved video into video/saturn.cpp to remove possible circular dependency... Robbbert2021-12-014-9366/+0
* Soul-crushingly frustrating clean-up: Vas Crabb2021-12-018-61/+28
* saitek_osa/sparc: add note about expanded ram hap2021-11-301-0/+5
* mc68328: update logging to match handler size Patrick Mackinlay2021-11-301-1/+1
* various devices and drivers: seperate -> separate Ivan Vangelista2021-11-284-5/+5
* Fun with flags: Allows handlers to have user-defined flags set on Olivier Galibert2021-11-282-31/+45
* sparc: remove pseudocode comments copy pasted from manual hap2021-11-281-909/+29
* sparc: STD/STDA/LDD/LDDA when RD is odd is an illegal instruction hap2021-11-281-2/+11
* am29000: Simplify shift calculation for multiply and divide steps, eliminatin... AJR2021-11-271-26/+15
* sparc: undo accidental delete on prev commit hap2021-11-271-0/+9
* sparc: fix unreachable code in execute_rdsr hap2021-11-271-17/+8
* saitek_osa/sparc: update note hap2021-11-271-2/+3
* Cleaned up incorrectly formatted license/copyright header comments. (#8885) Angelo Salese2021-11-283-3/+5
* -emu/rendersw.hxx: Fixed incorrect clipping of untextured rectangles. Vas Crabb2021-11-273-4/+2
* apple2e.cpp updates: [R. Belmont] arbee2021-11-262-2/+10
* sparclite: update prev commit, better habit to call parent class hap2021-11-251-2/+1
* sparclite: update_addr_masks after loadstate hap2021-11-252-0/+9
* Add CPU16 and HDD device skeletons for Conner CFP1080S AJR2021-11-255-0/+385
* Minor changes to various drivers (#8880) shattered2021-11-256-36/+40
* aica.cpp: remove code smell on LP flag read Angelo Salese2021-11-251-3/+8
* nscsi: modified CDROM_APPLE to ID as an Apple CDSC and pass MacOS security ch... arbee2021-11-243-11/+15
* -arm7: Fixed TLB Flush behavior. Fixes Github issue #8856. [Ryan Holtz] (#8876) MooglyGuy2021-11-241-10/+65
* sparc: eat_cycles is inaccurate (eg. icount=1, eat_cycles(3), icount=0) hap2021-11-242-4/+4
* sparc: revert prev commit, manual clearly says nope hap2021-11-242-11/+10
* sparc: assume that sparclite waitstate page check is per cs hap2021-11-243-11/+11
* sparc.cpp: save_item takes care of arrays Ivan Vangelista2021-11-241-2/+2
* saitek_osa: added sparc module emulation [Ryan Holtz, hap] hap2021-11-245-22/+103
* sparc: added initial support for SPARClite [Ryan Holtz] hap2021-11-235-52/+792
* CG-1V/GAE1 video/audio fixes (#8859) David Haywood2021-11-221-22/+40
* hp_taco: added support for writing hp9825-format tapes (#8860) fulivi2021-11-222-28/+47
* Revert "stupid git" AJR2021-11-211-4/+16
* Merge branch 'stupid_git' AJR2021-11-211-16/+4
|\
| * stupid git AJR2021-11-211-16/+4
* | Merge cleanup from MAME 0.238 release branch to avoid conflicts later. Vas Crabb2021-11-221-26/+13
|\ \
| * | Minor cleanup: Vas Crabb2021-11-221-26/+13
| |/
* / ti99/geneve: Added WHTech SCSI adapter card Michael Zapf2021-11-213-0/+833
|/
* srcclean in preparation for release of MAME 0.238. Vas Crabb2021-11-2111-183/+183
* Miscellaneous #include cleanup AJR2021-11-2010-11/+3
* bus/nes: Added support for boards using the SMD133 ASIC. (#8840) 0kmg2021-11-207-28/+120
* hh_sm510: small correction to fowling svg hap2021-11-201-27/+24
* bus/snes/sa1.cpp: Flesh out some SA1 features, Fix SNES timing, interrupt (#8... cam9002021-11-194-518/+716
* tms32031.cpp: Add TMS320VC33 emulation support, Add notes (#8766) cam9002021-11-193-41/+124
* bus/nes: Added partial code for unlicensed game Dragon Fighter. (#8833) 0kmg2021-11-196-4/+89
* bus/vme: De-skeletonized vme_hcpu30.cpp. (#7467) shattered2021-11-202-62/+515
* bus/nes_ctrl: Added support for Exciting Boxing air bag controller. (#8817) 0kmg2021-11-203-0/+142
* bus/nes_ctrl: Removed device_reset() for recently updated input devices. (#8846) 0kmg2021-11-206-32/+0