| Commit message (Expand) | Author | Age | Files | Lines |
* | devices/machine: simplified handlers for various devices (nw) |  Ivan Vangelista | 2020-03-24 | 125 | -924/+914 |
* | Added ICM7170 real-time clock device. [R. Belmont] |  arbee | 2020-03-22 | 2 | -0/+234 |
* | srcclean (nw) |  Vas Crabb | 2020-03-22 | 4 | -29/+29 |
* | wd_fdc: Changed spindown delay to 9 revs according to specs, added MON cleari... |  Michael Zapf | 2020-03-21 | 1 | -1/+5 |
* | bus/coco: Added CoCo PSG cartridge device. [Roberto Fernandez, Nigel Barnes, ... |  Nigel Barnes | 2020-03-21 | 2 | -4/+23 |
* | wd_fdc: Add a MON callback so that drives, which are unselected early, do not... |  Michael Zapf | 2020-03-20 | 2 | -1/+12 |
* | input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... |  AJR | 2020-03-18 | 3 | -4/+0 |
* | edlc: add 80c03 support (nw) |  Patrick Mackinlay | 2020-03-16 | 2 | -43/+397 |
* | te7750, z8536: Simplify handler signatures (nw) |  AJR | 2020-03-14 | 4 | -43/+43 |
* | upd4992: Simplify handler signatures; don't default clock configuration (nw) |  AJR | 2020-03-14 | 2 | -7/+7 |
* | ti99: Added CorComp disk controller cards. |  Michael Zapf | 2020-03-14 | 2 | -8/+20 |
* | Pug and Play work (#6434) |  David Haywood | 2020-03-13 | 4 | -34/+36 |
* | Added support for the address high byte to i2cmem for devices greater than 40... |  smf- | 2020-03-13 | 2 | -15/+30 |
* | m6801: Attempt at cleaning up internal registers (nw) |  AJR | 2020-03-12 | 2 | -39/+1 |
* | New machines marked as NOT_WORKING |  AJR | 2020-03-11 | 2 | -2/+35 |
* | cxd1095, msm6242: Simplify handler signatures; use shorter type names (nw) |  AJR | 2020-03-11 | 4 | -53/+53 |
* | tilemap: that macro has contributed nothing but obfuscation since we moved to... |  Vas Crabb | 2020-03-11 | 1 | -2/+2 |
* | wtl3132: minor disasm tweaks (nw) |  Patrick Mackinlay | 2020-03-10 | 1 | -14/+15 |
* | Plug and Play work (#6411) |  David Haywood | 2020-03-09 | 3 | -22/+76 |
* | Plug and Play work (#6396) |  David Haywood | 2020-03-07 | 4 | -86/+198 |
* | unistar: Hook up one bank of DIP switches (nw) |  AJR | 2020-03-06 | 1 | -1/+1 |
* | Clean up odds and ends (nw) |  AJR | 2020-03-06 | 4 | -621/+1 |
* | New and completely rewritten emulation of SCN2651 PCI, SCN2661 EPCI & SCN2641... |  AJR | 2020-03-06 | 2 | -0/+1861 |
* | new NOT WORKING (plug & play) (#6382) |  David Haywood | 2020-03-04 | 4 | -27/+80 |
* | k054321.cpp : Add notes of unknown writes |  cam900 | 2020-03-02 | 1 | -0/+1 |
* | Latch the upper address bits from the i2c device id after receiving the lower... |  smf- | 2020-03-02 | 2 | -24/+25 |
* | Revert "Possibly controversial i2cmem change, please lemme know if something ... |  Olivier Galibert | 2020-03-01 | 1 | -14/+1 |
* | hp80: HP82939 serial I/O module added (#6366) |  fulivi | 2020-03-01 | 3 | -66/+37 |
* | ampex230p: Keyboard work (nw) |  AJR | 2020-03-01 | 1 | -1/+1 |
* | z80dart: Replace old device with new variant of modern SIO emulation |  AJR | 2020-02-29 | 4 | -1722/+149 |
* | clean up crud (nw) |  Vas Crabb | 2020-02-29 | 2 | -9/+6 |
* | am79c30.cpp: Fix build (nw) |  AJR | 2020-02-28 | 1 | -1/+1 |
* | New skeleton device: Am79C30A DSC |  AJR | 2020-02-27 | 2 | -0/+2264 |
* | -pxa255: Converted to logmacro, added more GPIO callbacks, removed unnecessar... |  MooglyGuy | 2020-02-26 | 2 | -302/+303 |
* | i8279: Fix accidentally uncovered crash in turbo (nw) |  AJR | 2020-02-25 | 1 | -0/+4 |
* | i8279: Correct keyboard scan rate and logging thereof |  AJR | 2020-02-24 | 1 | -4/+4 |
* | Possibly controversial i2cmem change, please lemme know if something breaks (nw) |  Olivier Galibert | 2020-02-24 | 1 | -1/+14 |
* | Eliminate legacy Z80 SIO emulation |  AJR | 2020-02-23 | 3 | -156/+4 |
* | i8274, upd7201: Replace legacy device emulations and rename new devices |  AJR | 2020-02-23 | 4 | -114/+72 |
* | srcclean and manual adjustments (nw) |  Vas Crabb | 2020-02-23 | 7 | -92/+92 |
* | wd_fdc: Increase HLD idle timeout to 15 revolutions except for FD1771 and FD1781 |  AJR | 2020-02-20 | 2 | -1/+25 |
* | i8279: More fine-tuning (nw) |  AJR | 2020-02-20 | 1 | -3/+3 |
* | i8279: Remove timing hack; make sure SL3 gets output (Pied Piper needs it) |  AJR | 2020-02-20 | 1 | -8/+3 |
* | i8279: Simplify handler signatures; add save state; disable read side effects... |  AJR | 2020-02-20 | 2 | -84/+102 |
* | Plug and Play work (#6334) |  David Haywood | 2020-02-20 | 1 | -2/+2 |
* | Plug and Play work (#6330) |  David Haywood | 2020-02-19 | 4 | -57/+54 |
* | -spg2xx_audio: Added preliminary ADPCM36 decoding, significantly improves pba... |  mooglyguy | 2020-02-19 | 2 | -7/+72 |
* | spg2xx: Added rudimentary SPI support. [Ryan Holtz] |  mooglyguy | 2020-02-19 | 4 | -24/+280 |
* | wd_fdc: Condition command completion interrupt on busy flag having been set |  AJR | 2020-02-19 | 1 | -2/+2 |
* | (nw) spg2xx: fixed 6 compilation errors |  Robbbert | 2020-02-19 | 2 | -1/+2 |