Rework disk LED activity.

This commit is contained in:
sorgelig
2019-06-26 02:16:21 +08:00
parent a79245c586
commit e52ae6ba82
7 changed files with 22 additions and 49 deletions

View File

@@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "minimig_fdd.h"
#include "minimig_config.h"
#include "../../debug.h"
#include "../../fpga_io.h"
#include "../../user_io.h"
#include "../../menu.h"
unsigned char drives = 0; // number of active drives reported by FPGA (may change only during reset)

View File

@@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "../../menu.h"
#include "minimig_config.h"
#include "../../debug.h"
#include "../../fpga_io.h"
#include "../../user_io.h"
#define CMD_IDECMD 0x04
#define CMD_IDEDAT 0x08