MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / GetLightStatus

Method GetLightStatus

source/Disk.cpp:815–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813}
814
815void Disk2InterfaceCard::GetLightStatus(Disk_Status_e *pDisk1Status, Disk_Status_e *pDisk2Status)
816{
817 if (pDisk1Status)
818 *pDisk1Status = GetDriveLightStatus(DRIVE_1);
819
820 if (pDisk2Status)
821 *pDisk2Status = GetDriveLightStatus(DRIVE_2);
822}
823
824//===========================================================================
825

Callers 2

FrameDrawDiskLEDSMethod · 0.45
DrawStatusAreaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected