summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* asmjit: mame integrationasmjit Patrick Mackinlay2022-02-114-110/+119
* pit8253: prevent elapsed_cycles from going negative cracyc2022-02-101-1/+1
* swim1/swim2 - initialize m_floppy and m_timer (#9291) ksherlock2022-02-102-2/+6
* vga: made video RAM size configurable at machine configuration (#9289) Ivan Vangelista2022-02-0913-41/+60
* bus/nes: Added support for NES-EVENT2 board. (#9272) 0kmg2022-02-098-18/+195
* nes.cpp, playch10.cpp, vsnes.cpp: Made zapper less bad. (#9284) 0kmg2022-02-092-20/+35
* bus/nes: Added support for an 82 in 1 cartridge. (#9288) 0kmg2022-02-095-5/+36
* bus/a2bus: Added Apple II 3.5" Disk Controller Card. (#9215) ksherlock2022-02-094-2/+374
* bus/epson_qx, qx10.cpp: Added Epson QX-10 expansion bus. (#9241) Brian Johnson2022-02-092-0/+490
* arm: Disassembly improvements AJR2022-02-082-94/+141
* x76f041/x76f100/zs01: Implement new operations and security features (#9137) 9871238791132022-02-074-30/+361
* bus/nes_ctrl: Added NES support for Virtual Boy controllers. (#9124) 0kmg2022-02-075-41/+61
* bus/nes: Added support for multicart variant of JY830623C board. (#9120) 0kmg2022-02-076-55/+77
* Removed extra semicolons after function bodies in remaining headers. (#9277) 0kmg2022-02-071-1/+1
* s1410: Fix format data pattern. [Curt Coder] Curt Coder2022-02-071-4/+17
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-0697-301/+301
* i86: wrap at end of segment not at 64k boundary cracyc2022-02-061-1/+1
* mach32.cpp: removed duplicate save state registration Ivan Vangelista2022-02-061-1/+0
* nes_slot.cpp: Unified CHR banking into a common function. (#9261) 0kmg2022-02-043-161/+78
* swp30: Add waverom reading Olivier Galibert2022-02-042-1/+79
* nes_apu.cpp: Added noise channel period table for PAL systems. (#9256) 0kmg2022-02-032-28/+17
* ti99: pcode: Fixed missing return and wrong address variable in debug read ha... Michael Zapf2022-02-031-1/+2
* sm510: k input wakeup is not edge triggered hap2022-02-033-35/+10
* Clean up various loose ends: Vas Crabb2022-02-032-11/+51
* minor code changes, formatting, comments (#9209) shattered2022-02-014-16/+16
* st2xxx: Fix regression by preventing IRQ level from changing between vector p... AJR2022-01-302-10/+26
* cop400: add accessor for L output hap2022-01-292-4/+10
* cop400: add accessors for sk/so output pin state hap2022-01-292-9/+18
* bus/nes: Updated all Konami VRC boards. (#9217) 0kmg2022-01-275-218/+170
* 65C02 updates AJR2022-01-2710-110/+1030
* New working machines hap2022-01-273-3/+13
* ti99: Fixed forgotten DSK4 motor control in DDCC1 controller. Michael Zapf2022-01-261-1/+1
* hdc92x4: Minor header cleanup AJR2022-01-261-9/+16
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-26724-948/+939
* bus/nes: Fixed 2A03PURITANS board not booting when <1024k. (#9210) 0kmg2022-01-252-11/+11
* ns32000dasm.h: Fix clang error: extra qualification on member 'displacement_s... AJR2022-01-251-1/+1
* i82586: tolerate missing irq callback Patrick Mackinlay2022-01-261-1/+1
* ns32000: show displacements as signed hexadecimal Patrick Mackinlay2022-01-262-23/+36
* bus/nes: Added support for BMC-CTC-12IN1 and BMC-891227 boards. (#9207) 0kmg2022-01-256-5/+163
* mcd: change toc data cracyc2022-01-251-11/+12
* zx spectrum: new slot devices, floating bus restore, big mface tidy-up (#7913) Tom2022-01-2529-127/+1242
* spg110: Better better colors Olivier Galibert2022-01-252-54/+149
* spg110: Better colors Olivier Galibert2022-01-242-53/+56
* New software list for the Tandy/Memorex VIS (#9202) r092022-01-241-0/+1
* vis: fix cd audio, add yuv422 and fix controls cracyc2022-01-242-39/+51
* ymf271.cpp: Fix timer A period, Add notes for timer (#9098) cam9002022-01-241-9/+8
* huc6272.cpp: fix SCSI identifier, add extensive QA Angelo Salese2022-01-241-7/+17
* s1410: Fix sense command and bytes per sector in read/write buffer commands. ... Curt Coder2022-01-231-3/+7
* abc80, abc80x, c64: Enable floppy sounds. [Curt Coder] Curt Coder2022-01-235-15/+16
* srcclean in preparation for 0.240 Vas Crabb2022-01-238-50/+50