summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/fdc_pll.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
| | | | | | | | | | * osdcomm.h: Move definition of EQUIVALENT_ARRAY to coretmpl.h * sharc.cpp, gt64xxx.cpp, ym2413.cpp, gb_lcd.cpp, snes_ppu.cpp: Use STRUCT_MEMBER for save state registration * gio/newport.cpp, megadrive/svp.cpp, nes_ctrl/bcbattle.cpp, arm7.cpp, tms9995.cpp, pckeybrd.cpp, sa1110.cpp, sa1111.cpp, jangou_blitter.cpp, vic4567.cpp: Use std::fill(_n) instead of memset * emucore.h: Remove obsolete typedef
* 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