summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* srcclean in preparation for 0.270 release branch. Vas Crabb2024-09-223-13/+13
* -cpu/arm7: Added interrupt helpers, hid details from most clients. Vas Crabb2024-09-2224-148/+163
* video/mc6845.cpp: lift horizontal display and mode control from being zeroed ... angelosa2024-09-211-2/+4
* hmcs400: add nvram hap2024-09-213-5/+103
* a2gameio: Add support for the Softape Bright Pen (#12721) as-tb-dev2024-09-214-1/+176
* hmcs400: add standby/stop mode hap2024-09-205-40/+60
* cpu/xa: Implemented add with indexed addressing mode for source. (#12795) mamehaze2024-09-211-1/+1
* tlcs90: move too generic irq enum to class hap2024-09-201-48/+48
* tlcs90: small spacing cleanup, remove execute_burn altogether (renamed but ke... hap2024-09-2014-146/+176
* hmcs400: add timers hap2024-09-202-2/+132
* bus/bml3: drop bml3 prefix for slot options filenames angelosa2024-09-208-4/+4
* hitachi/bml3.cpp: drop bml3 prefix for all bus slot options angelosa2024-09-202-2/+2
* kl1839: fix compile. arbee2024-09-191-1/+1
* ussr/pk32.cpp: Electronika PK-32 - not working (#12732) holub2024-09-194-0/+1246
* hmcs400: add pinout reference hap2024-09-191-3/+45
* hmcs400: add irq controller hap2024-09-195-26/+240
* Add Linksys PAP2 and other MIPS-X improvements (#12726) Octocontrabass2024-09-182-57/+104
* bus/pci: PowerVR Neon 250 stub angelosa2024-09-183-0/+248
* diexec: Remove vestigial execute_burn override AJR2024-09-182-2/+2
* diexec: remove vestigal execute_input_lines() hap2024-09-18179-420/+5
* wy30p: Add keyboard AJR2024-09-184-3/+158
* hmcs400: add logerror for unmapped ports hap2024-09-183-3/+32
* hmcs400: add i/o ports hap2024-09-186-56/+194
* wy85: Add character attributes and cursor; tweak some key definitions AJR2024-09-171-4/+4
* wy85: Add beeper AJR2024-09-171-2/+2
* upd765: don't bail immediately when a sector address crc failure fixes ea int... cracyc2024-09-161-6/+7
* hmcs400: fill in most of the opcodes hap2024-09-166-61/+352
* hmcs400: add opcode placeholders hap2024-09-1618-261/+795
* hmcs400: add disassembler hap2024-09-165-98/+290
* hmcs400: add cpu skeleton device hap2024-09-1611-118/+689
* mvme328: new device [Tom Uban, Plamen Mihaylov] Patrick Mackinlay2024-09-163-0/+349
* cpu/tlcs900: Use callback arrays and member function templates to simplify I/... Felipe CorrĂȘa da Silva Sanches2024-09-164-694/+248
* emu/ioport.h: Got rid of [DECLARE_]CUSTOM_INPUT_MEMBR - it's just obfuscation... Vas Crabb2024-09-1613-27/+27
* -igs/xamcu.cpp: Consolidated MCU interface logic from igs_fear.cpp and igs_m0... Vas Crabb2024-09-151-1/+2
* sh: mtu fix Olivier Galibert2024-09-141-3/+3
* wy85: Add keyboard AJR2024-09-134-0/+175
* s3c24xx: workaround for array out of bounds compiler warning hap2024-09-132-94/+90
* minichess, tschess: change mcu freq to default 400khz, hap2024-09-132-1/+12
* -igs/igs027a.cpp: Started encapsulating IGS 027A onboard peripherals. Vas Crabb2024-09-1321-5/+96
* mos6551: Misc. fixes AJR2024-09-122-2/+22
* Floppy fixes and refinements AJR2024-09-124-3/+33
* snapquik: fix error popmessage param index hap2024-09-121-1/+2
* concept: correct typo, hap2024-09-122-10/+1
* casio/zoomer.cpp: Emulated Casio/Tandy "Zoomer" PDA. (#12739) Devin Acker2024-09-115-1/+316
* -igs/igs_m027.cpp: Hooked up I/O for slqz3. Vas Crabb2024-09-111-15/+0
* bus/msx/slot: Use std::unique_ptr instead of std::vector. (#12746) wilbertpol2024-09-1115-49/+60
* bus/msx/slot/panasonic08r.cpp: Added MSX Turbo-R internal firmware mapper. (#... wilbertpol2024-09-113-0/+220
* cpu/tlcs900: Replaced a number of preprocessor macro constants with enum and ... Felipe CorrĂȘa da Silva Sanches2024-09-113-138/+154
* funtech/supracan.cpp: preliminary cart interface, add NVRAM support for games... angelosa2024-09-104-0/+348
* ticket: remove motor/status_active setters hap2024-09-092-53/+14