| Commit message (Expand) | Author | Age | Files | Lines |
* | machine/wd_fdc.cpp: lower drq at the end of track write (#12414) |  Mark Garlanger | 2024-06-01 | 1 | -0/+1 |
* | wd_fdc.cpp: Add optional logging for data reads and writes |  AJR | 2023-08-31 | 1 | -4/+6 |
* | wd_fdc.cpp: DRQ fixes |  AJR | 2023-08-25 | 1 | -10/+1 |
* | wd_fdc.cpp: simplify/optimize how bus inverting is handled (#11375) |  Mark Garlanger | 2023-07-02 | 1 | -47/+31 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -44/+20 |
* | Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... |  arbee | 2023-06-03 | 1 | -4/+4 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -7/+7 |
* | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -1/+0 |
* | srcclean in preparation for release |  Vas Crabb | 2023-04-23 | 1 | -1/+1 |
* | wd_fdc: IRQ/DRQ corrections |  AJR | 2023-04-16 | 1 | -9/+2 |
* | wd_fdc: Drop DRQ when ending a normal command or starting a "Force Interrupt"... |  AJR | 2023-04-16 | 1 | -1/+9 |
* | machine/wd_fdc.cpp: Don’t clear DRQ on LDB/INTR, and fix spurious READ TRA... |  tim lindner | 2023-03-31 | 1 | -60/+47 |
* | wd_fdc: adjust wp detection delay to better match real hardware (#10547) |  tim lindner | 2022-11-14 | 1 | -2/+2 |
* | Add FDC Write Protect Delay (#10538) |  tim lindner | 2022-11-12 | 1 | -4/+32 |
* | Revert "wd_fdc: Use the new active()" |  hap | 2022-11-01 | 1 | -1/+1 |
* | wd_fdc: Use the new active() |  Olivier Galibert | 2022-10-29 | 1 | -1/+1 |
* | Fix FDC Busy bit for overlapped commands (#10464) |  pnp2084 | 2022-10-24 | 1 | -1/+3 |
* | wd_fdc: reset the contents of data_reg when the sync is changed |  pnp2084 | 2022-10-22 | 1 | -11/+18 |
* | fd1771: Add missing inversion |  Olivier Galibert | 2022-10-17 | 1 | -2/+2 |
* | fd1771: Add extended DDAM handling |  Olivier Galibert | 2022-10-16 | 1 | -2/+13 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -12/+29 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
* | Minor cleanup: |  Vas Crabb | 2021-11-22 | 1 | -26/+13 |
* | srcclean in preparation for release of MAME 0.238. |  Vas Crabb | 2021-11-21 | 1 | -18/+18 |
* | wd_fdc: Wait for sector read/write to complete on interrupt d0-7, fixes rmnim... |  prime6809 | 2021-11-08 | 1 | -2/+108 |
* | -goldnpkr.cpp: Base screen parameters on how games program the CRTC. |  Vas Crabb | 2021-09-13 | 1 | -1/+2 |
* | wd_fdc.cpp revert prev and add INTRQ logic notes |  MetalliC | 2021-05-17 | 1 | -1/+9 |
* | wd_fdc: commands don't clear forced interrupt |  Patrick Mackinlay | 2021-05-17 | 1 | -1/+1 |
* | thomson: Turn the extensions into slot devices, modernize the floppies |  Olivier Galibert | 2021-04-19 | 1 | -1/+1 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
* | wd_fdc.cpp: Corrected register commit delay for WD177x according to datasheet. |  Nigel Barnes | 2020-08-30 | 1 | -3/+3 |
* | vice versa (nw) |  MetalliC | 2020-07-01 | 1 | -1/+1 |
* | wd_fdc.cpp do not RESTORE at reset WD1770/72 |  MetalliC | 2020-07-01 | 1 | -5/+7 |
* | wd_fdc.cpp fix spinup on interrupt command |  MetalliC | 2020-07-01 | 1 | -0/+2 |
* | wd_fdc.cpp: accept new commands while in busy state, workaround for spurious ... |  MetalliC | 2020-06-15 | 1 | -9/+30 |
* | wd_fdc.cpp set BUSY during initial restore to make it correctly interruptable |  MetalliC | 2020-06-11 | 1 | -1/+2 |
* | wd_fdc.cpp honor write protection (nw) |  MetalliC | 2020-06-02 | 1 | -0/+12 |
* | wd_fdc.cpp do not delay SEEK with no Verify flag |  MetalliC | 2020-06-01 | 1 | -4/+9 |
* | wd_fdc.cpp: a bit improve HLD/HLT handling, fix FD1771 timings and enable spi... |  MetalliC | 2020-05-31 | 1 | -20/+27 |
* | wd_fdc: Use attotime::to_string instead of custom time-to-string method; anot... |  AJR | 2020-05-21 | 1 | -38/+25 |
* | wd_fdc: Fix logerror messages; turn logging back off (nw) |  AJR | 2020-05-20 | 1 | -7/+7 |
* | wd_fdc: Improve HLD behavior, always activating output at start of type II & ... |  AJR | 2020-05-19 | 1 | -28/+46 |
* | wd_fdc.cpp: Save INTRQ and DRQ states (nw) |  AJR | 2020-04-02 | 1 | -0/+2 |
* | wd_fdc: Changed spindown delay to 9 revs according to specs, added MON cleari... |  Michael Zapf | 2020-03-21 | 1 | -1/+5 |
* | wd_fdc: Add a MON callback so that drives, which are unselected early, do not... |  Michael Zapf | 2020-03-20 | 1 | -1/+9 |
* | wd_fdc: Increase HLD idle timeout to 15 revolutions except for FD1771 and FD1781 |  AJR | 2020-02-20 | 1 | -1/+24 |
* | wd_fdc: Condition command completion interrupt on busy flag having been set |  AJR | 2020-02-19 | 1 | -2/+2 |
* | srcclean and indentation cleanup (nw) |  Vas Crabb | 2019-11-24 | 1 | -1/+1 |
* | new working ZX Spectrum slot devices: DISCiPLE and +D disk interfaces (#5931) |  Tom | 2019-11-22 | 1 | -0/+8 |
* | wd_fdc: change Interrupt command logic based on WD1772 and VG93(1793 clone) d... |  MetalliC | 2019-09-26 | 1 | -39/+8 |