summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/swim2.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* swim2.cpp: Put U suffix in proper place for LOG_xxx constant macros AJR2023-03-301-2/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-4/+0
* swim1/swim2 - initialize m_floppy and m_timer (#9291) ksherlock2022-02-101-1/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* swim1, swim2: Implement callback for DAT1BYTE output AJR2021-08-131-0/+24
* swim: Fixed bugs linked to device selection Olivier Galibert2021-05-241-1/+1
* iwm.cpp, swim2.cpp: Use logmacro and disable logging by default AJR2021-05-061-10/+18
* swim3: Just enough emulation that it is not the cause of power mac not bootin... Olivier Galibert2021-03-111-0/+3
* swim2: Correct writing Olivier Galibert2021-03-061-0/+1
* swim: local var "bit" is int instead of bool hap2021-02-281-2/+2
* Fix MSVC build Aaron Giles2021-02-281-1/+1
* swim2: Remove leftover debugging variables Olivier Galibert2021-02-271-2/+0
* swim2: Remove leftover verbosity Olivier Galibert2021-02-261-1/+0
* iwm/swim: Small write fixes Olivier Galibert2021-02-211-4/+9
* swim1: Add mfm read, write needs a little more work Olivier Galibert2021-02-031-2/+3
* srcclean in preparation for branching release Vas Crabb2021-01-241-3/+3
* swim1: Embed the iwm Olivier Galibert2021-01-221-27/+9
* swim2: Add mfm read, fix mfm write and mfm detection. SWIM2 seems done at th... Olivier Galibert2021-01-171-43/+98
* swim2: Add reading, writing gcr up to track 63. Olivier Galibert2021-01-151-36/+95
* mac/swim2: Add apple drivers and associated communications Olivier Galibert2021-01-111-10/+11
* SWIM2: Enough of the write processing to make the timing calibration work. Olivier Galibert2021-01-111-17/+295
* mac: Optionally hook up the new skeleton SWIMs Olivier Galibert2021-01-061-17/+0
* srcclean and cleanup (nw) Vas Crabb2020-06-211-3/+3
* new files (nw) arbee2020-05-231-0/+175