summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* rs232: HLE updates AJR2021-01-2619-50/+32
* mac: fixes for Clang compile [R. Belmont] arbee2021-01-251-5/+5
* floppy: Be really sure a cleared cache is seen as such Olivier Galibert2021-01-251-1/+1
* softwarelist: spelling corrections related to microcabin's hurryfox hap2021-01-252-33/+33
* floppy.cpp: as_ticks returns a u64, so go unsigned all the way AJR2021-01-251-3/+1
* floppy: When the floppy head stays on an unformatted track from more than an ... Olivier Galibert2021-01-251-1/+1
* iwm: Start of implementation of async write Olivier Galibert2021-01-242-14/+72
* swim1: Remove the q3 clock, sync is just not usable Olivier Galibert2021-01-242-41/+9
* bus/rs232: Add generic Radio Shack printer option (generates break condition ... tim lindner2021-01-243-5/+40
* sound/rf5c400.cpp: Fixed looping, and implemented position readback. (#7699) 9871238791132021-01-242-17/+75
* srcclean in preparation for branching release Vas Crabb2021-01-2420-351/+351
* floppy: Add dir read on apple floppies Olivier Galibert2021-01-231-0/+3
* iwm, swim1: devsel makes more sense now, I think Olivier Galibert2021-01-232-9/+15
* iwm: motor/devsel is a little weird, hope this works Olivier Galibert2021-01-231-8/+2
* i8244: fix recent regression hap2021-01-221-5/+6
* swim1.h: Fix clang build AJR2021-01-221-5/+10
* swim1: Embed the iwm Olivier Galibert2021-01-227-125/+658
* flopimg: Fix gcr checksum Olivier Galibert2021-01-221-1/+1
* -getaway.cpp: Fixed steering control. Vas Crabb2021-01-232-4/+4
* ATTR_UNUSED, do you welcome C++17 in your heart and mind? Olivier Galibert2021-01-225-9/+9
* ncr5380n: assert drq after req with phase mismatch Patrick Mackinlay2021-01-221-0/+1
* flopimg: Change the extracted bitstreams into vector<bool> Olivier Galibert2021-01-221-0/+1
* Apple 2 floppy drive (diskiing, diskiing13): added sounds (#7685) leesaudan22021-01-212-4/+6
* Firebeat: Fix flash clearing for pop'n music (#7548) 9871238791132021-01-211-1/+4
* 6522via.cpp: Distinguish some different VIA types AJR2021-01-2124-41/+145
* Much more core std::string_view modernization AJR2021-01-207-2/+14
* m740: NMI does not exist; update notes AJR2021-01-201-14/+8
* hdc92x4.cpp, i8271.cpp: Clean up time logging AJR2021-01-184-135/+108
* artwork/chess: change chess symbols to svg hap2021-01-181-1/+1
* swim2: Add mfm read, fix mfm write and mfm detection. SWIM2 seems done at th... Olivier Galibert2021-01-174-54/+107
* Merge pull request #7674 from wilbertpol/gg_xterminator ajrhacker2021-01-174-2/+186
|\
| * Software list items promoted to working Wilbert Pol2021-01-174-2/+186
* | -osd: Clean up inline maths utilities. Vas Crabb2021-01-185-22/+31
* | floppy: fix regression in new floppy [O. Galibert] arbee2021-01-161-2/+2
* | i8244: remove confusing invalid_register function hap2021-01-162-75/+43
* | floppy: fix precision issue and missing cache clear on write Olivier Galibert2021-01-162-8/+10
* | applefdintf: Correct the not-present option Olivier Galibert2021-01-161-3/+3
* | swim2: Add reading, writing gcr up to track 63. Olivier Galibert2021-01-157-80/+262
* | - sa1110: Added skeleton handling for UDC sub-device handling. [Ryan Holtz] Ryan Holtz2021-01-155-15/+410
* | oricext.cpp, microdisc.cpp: Use device finders AJR2021-01-154-39/+19
* | -Improved accuracy of System 573's digital I/O audio emulation. (#7664) 9871238791132021-01-162-128/+251
* | c64/dela_ep256: Use required_device_array AJR2021-01-152-16/+5
* | bus/qbus: Replace explicit CPU tag lookup with required_address_space AJR2021-01-152-8/+7
* | unspdasm.h: correct license tag hap2021-01-151-1/+1
* | ef9340_1: add pinout reference hap2021-01-153-63/+90
* | abc800: Fixed ROM size. Curt Coder2021-01-141-1/+1
* | metro.cpp: Fix tilemap offset regression cam9002021-01-142-0/+6
* | New working machines Curt Coder2021-01-149-211/+600
|/
* i8244: split big screen_update function into several pieces hap2021-01-132-225/+263
* i8244: changed character layer priorities hap2021-01-122-87/+79