| Commit message (Expand) | Author | Age | Files | Lines |
| * | rs232: HLE updates |  AJR | 2021-01-26 | 1 | -1/+0 |
| * | mac: fixes for Clang compile [R. Belmont] |  arbee | 2021-01-25 | 1 | -5/+5 |
| * | iwm: Start of implementation of async write |  Olivier Galibert | 2021-01-24 | 2 | -14/+72 |
| * | swim1: Remove the q3 clock, sync is just not usable |  Olivier Galibert | 2021-01-24 | 2 | -41/+9 |
| * | srcclean in preparation for branching release |  Vas Crabb | 2021-01-24 | 9 | -247/+247 |
| * | iwm, swim1: devsel makes more sense now, I think |  Olivier Galibert | 2021-01-23 | 2 | -9/+15 |
| * | iwm: motor/devsel is a little weird, hope this works |  Olivier Galibert | 2021-01-23 | 1 | -8/+2 |
| * | swim1.h: Fix clang build |  AJR | 2021-01-22 | 1 | -5/+10 |
| * | swim1: Embed the iwm |  Olivier Galibert | 2021-01-22 | 7 | -125/+658 |
| * | -getaway.cpp: Fixed steering control. |  Vas Crabb | 2021-01-23 | 2 | -4/+4 |
| * | ATTR_UNUSED, do you welcome C++17 in your heart and mind? |  Olivier Galibert | 2021-01-22 | 5 | -9/+9 |
| * | ncr5380n: assert drq after req with phase mismatch |  Patrick Mackinlay | 2021-01-22 | 1 | -0/+1 |
| * | flopimg: Change the extracted bitstreams into vector<bool> |  Olivier Galibert | 2021-01-22 | 1 | -0/+1 |
| * | Firebeat: Fix flash clearing for pop'n music (#7548) |  987123879113 | 2021-01-21 | 1 | -1/+4 |
| * | 6522via.cpp: Distinguish some different VIA types |  AJR | 2021-01-21 | 2 | -9/+113 |
| * | Much more core std::string_view modernization |  AJR | 2021-01-20 | 2 | -1/+3 |
| * | hdc92x4.cpp, i8271.cpp: Clean up time logging |  AJR | 2021-01-18 | 4 | -135/+108 |
| * | swim2: Add mfm read, fix mfm write and mfm detection. SWIM2 seems done at th... |  Olivier Galibert | 2021-01-17 | 2 | -44/+102 |
| * | applefdintf: Correct the not-present option |  Olivier Galibert | 2021-01-16 | 1 | -3/+3 |
| * | swim2: Add reading, writing gcr up to track 63. |  Olivier Galibert | 2021-01-15 | 5 | -52/+102 |
| * | - sa1110: Added skeleton handling for UDC sub-device handling. [Ryan Holtz] |  Ryan Holtz | 2021-01-15 | 3 | -5/+217 |
| * | ksys573.cpp, machine/k573mcr.cpp: Implemented JVS memory card reader device f... |  987123879113 | 2021-01-13 | 1 | -1/+1 |
| * | -Acorn Archimedes code reorganization: (#7627) |  Sandro Ronco | 2021-01-12 | 4 | -0/+1152 |
| * | hp2640.cpp: Added tape emulation. (#7625) |  fulivi | 2021-01-12 | 5 | -10/+33 |
| * | mac/swim2: Add apple drivers and associated communications |  Olivier Galibert | 2021-01-11 | 3 | -12/+14 |
| * | SWIM2: Enough of the write processing to make the timing calibration work. |  Olivier Galibert | 2021-01-11 | 8 | -20/+336 |
| * | -m950x0: Fixed validation. [Ryan Holtz] |  Ryan Holtz | 2021-01-10 | 1 | -2/+2 |
| * | - m950x0: Removed private specifier in favor of protected. [Ryan Holtz] |  Ryan Holtz | 2021-01-10 | 2 | -34/+33 |
| * | - m950x0: Added implementation for STmicro M950x0 SPI EEPROM series. [Ryan Ho... |  Ryan Holtz | 2021-01-10 | 6 | -277/+1864 |
| * | i82586: fix address hash and multicast setup bugs |  Patrick Mackinlay | 2021-01-07 | 1 | -63/+74 |
| * | a2bus/mouse.cpp: Fix regression caused by MCU port C lines being high after r... |  AJR | 2021-01-06 | 2 | -6/+15 |
| * | mac: Optionally hook up the new skeleton SWIMs |  Olivier Galibert | 2021-01-06 | 1 | -17/+0 |
| * | -arm7: Added optional logging for Windows CE calls. [Ryan Holtz] |  Ryan Holtz | 2020-12-31 | 3 | -3/+31 |
| * | ncr5380n: halt dma on phase mismatch |  Patrick Mackinlay | 2020-12-31 | 1 | -1/+2 |
| * | am9517a: simplify software request handling |  Patrick Mackinlay | 2020-12-30 | 1 | -6/+2 |
| * | ds1302: Add DS1202 variant |  AJR | 2020-12-29 | 2 | -44/+65 |
| * | ncr5380n: fix MAME lockup introduced in the previous change [R. Belmont] |  arbee | 2020-12-28 | 1 | -0/+1 |
| * | aa310.cpp: Replaced i2cmem with pcf8583 RTC device. |  Nigel Barnes | 2020-12-26 | 1 | -7/+2 |
| * | natkeyboard: Remove from ioport_manager |  AJR | 2020-12-26 | 1 | -1/+1 |
| * | srcclean for 0.227 |  Vas Crabb | 2020-12-27 | 12 | -523/+523 |
| * | -sa1111, sed1356: Turned logging back off. [Ryan Holtz] |  Ryan Holtz | 2020-12-26 | 1 | -1/+1 |
| * | -sa1110: Added initial attempt at UART receiving. LSB of received data seems ... |  Ryan Holtz | 2020-12-26 | 3 | -8/+84 |
| * | -sa1110, sa1111, sed1356: Turned off error logging. [Ryan Holtz] |  Ryan Holtz | 2020-12-25 | 2 | -2/+2 |
| * | i2cmem.cpp: Added PCF8582 device. |  Nigel Barnes | 2020-12-25 | 2 | -0/+8 |
| * | pcf8583: Reimplemented I2C protocol, and added clock and alarm modes. |  Nigel Barnes | 2020-12-25 | 2 | -137/+334 |
| * | New machines marked as NOT_WORKING |  Ryan Holtz | 2020-12-24 | 4 | -9/+2664 |
| * | New device: Fairchild 4702B Bit Rate Generator |  AJR | 2020-12-24 | 2 | -0/+350 |
| * | Add dump and skeleton devices for Emerald Technology 3XTwin ISA board |  AJR | 2020-12-23 | 2 | -0/+254 |
| * | pc_kbdc: Merge "PC KBDC" device with slot connector |  AJR | 2020-12-22 | 3 | -38/+33 |
| * | vicdual.cpp: corrected lives dips for hocrash [Guru] |  Ivan Vangelista | 2020-12-21 | 1 | -0/+1 |