summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/iwm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Various devices: Correct placement of U integer suffix in definitions of shif... AJR2023-03-231-2/+2
* iwm: Reset the data latch on wp access Olivier Galibert2023-02-221-0/+3
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* iwm: Do a complete clock change on sync write for better flux change time pre... Olivier Galibert2022-04-271-32/+34
* Revert "tests" hap2022-04-261-12/+0
* Revert "debug" hap2022-04-261-2/+2
* debug Olivier Galibert2022-04-261-2/+2
* tests Olivier Galibert2022-04-261-0/+12
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* iwm.cpp, swim2.cpp: Use logmacro and disable logging by default AJR2021-05-061-3/+11
* iwm/swim: Fix annoyingly subtle write issue in the iwm and add some paranoia Olivier Galibert2021-03-021-1/+7
* iwm/swim1: correct sense value when drive is not connectd Olivier Galibert2021-02-221-1/+1
* iwm: Finish the fix, sorry about the mistake Olivier Galibert2021-02-221-2/+2
* iwm: compile fix [R. Belmont] arbee2021-02-211-1/+1
* iwm/swim: Small write fixes Olivier Galibert2021-02-211-7/+17
* srcclean in preparation for branching release Vas Crabb2021-02-211-3/+3
* swim1: import iwm fixes Olivier Galibert2021-02-151-1/+1
* iwm: Better state management, better write flush, better underrun handling Olivier Galibert2021-02-151-55/+57
* apple floppy: Correct the dskchg polarity. Olivier Galibert2021-02-121-6/+9
* floppy: Filter out the writes when write protected, useful when when the appl... Olivier Galibert2021-02-121-3/+0
* iwm: Fix the random track trashing due to not clearing the write buffer corre... Olivier Galibert2021-02-091-3/+7
* Revert "swim" and "apple2gs/iwm: Work", wip pushed by mistake Olivier Galibert2021-02-081-3/+2
* apple2gs/iwm: Work Olivier Galibert2021-02-081-2/+3
* floppy 525: Better wpt management Olivier Galibert2021-02-041-1/+6
* 2gs: Fixes, and more fixes Olivier Galibert2021-02-041-4/+5
* 2gs: Better floppy interaction Olivier Galibert2021-02-041-5/+2
* swim1: Add mfm read, write needs a little more work Olivier Galibert2021-02-031-1/+0
* iwm: remove disable_mon, move to floppy Olivier Galibert2021-01-311-12/+8
* iwm, swim1: Implement async write on gcr Olivier Galibert2021-01-301-15/+11
* iwm: Start of implementation of async write Olivier Galibert2021-01-241-13/+70
* iwm, swim1: devsel makes more sense now, I think Olivier Galibert2021-01-231-8/+12
* iwm: motor/devsel is a little weird, hope this works Olivier Galibert2021-01-231-8/+2
* swim1: Embed the iwm Olivier Galibert2021-01-221-13/+24
* devices/machine/iwm.cpp, device/machine/ncr539x.cpp, mame/machine/abc1600mac.... Ivan Vangelista2020-07-031-2/+2
* Fix vs2019 build Frank Palazzolo2020-06-261-2/+4
* srcclean and cleanup (nw) Vas Crabb2020-06-211-1/+1
* iwm: Fix build (nw) AJR2020-05-241-2/+2
* new files (nw) arbee2020-05-231-0/+439