MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / nextbit

Function nextbit

src/disk.cpp:3787–3790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3785}
3786
3787static int nextbit(drive *drv)
3788{
3789 return drv && !drv->fourms && !(adkcon & 0x0100) ? 2 : 1;
3790}
3791
3792/* get one bit from bit stream */
3793static uae_u32 getonebit(drive *drv, uae_u16 *mfmbuf, int mfmpos, int *inc)

Callers 3

getonebitFunction · 0.85
DISK_update_predictFunction · 0.85
disk_doupdate_readFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected