Home
last modified time | relevance | path

Searched refs:FDC_CLOCK_STANDARD (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dfdc.c387 #define FDC_CLOCK_STANDARD (8000000.L) /* In the WD1772's datasheet, all timings are related to a… macro
715 FdcCycles = (Uint32) ( ( (Uint64) FDC_CLOCK_STANDARD * Delay_micro ) / 1000000 ); in FDC_DelayToFdcCycles()
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dfdc.c373 #define FDC_CLOCK_STANDARD (8000000.L) /* In the WD1772's datasheet, all timings are related to a… macro
703 FdcCycles = (Uint32) ( ( (Uint64) FDC_CLOCK_STANDARD * Delay_micro ) / 1000000 ); in FDC_DelayToFdcCycles()