summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/fdc_pll.cpp
Commit message (Collapse)AuthorAgeFilesLines
* swim2: Add reading, writing gcr up to track 63. Olivier Galibert2021-01-151-12/+1
|
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ↵ AJR2018-11-251-0/+1
| | | | through popular FDC headers (nw)
* Fixed a bug in fdc_pll: there is no operator* to multiply an attotime fulivi2017-03-081-3/+4
| | | | by a double
* srcclean (nw) Vas Crabb2017-02-191-3/+3
|
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
| | | | | | | | | | | | Per Vas' request. If the compile fails for you (i'm thinking osx and windows native debuggers here in particular), add '#include "emu.h"' as first include of the cpp files that fail. Due to our use of precompilation and forced inclusion, emu.h must be included as the very first non-comment thing we do if we want to be sure msvc compiles are identical to gcc/clang ones. Doing it directly instead of through an include increases the correctness probability by a magnitude.
* hp9845: fixed a weird case of missed synchronization in 9895 drive fulivi2017-02-011-1/+1
|
* hp9845: 9895 is 95% done, it works except for some minor issues fulivi2017-01-261-3/+13
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+134