From ad12f284298a3c0b533d74ba932033f9650d1d18 Mon Sep 17 00:00:00 2001 From: Leo C Date: Fri, 20 May 2016 03:04:32 +0200 Subject: [PATCH] Enable 8 drives on sd cards --- avr/z180-serv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avr/z180-serv.c b/avr/z180-serv.c index 58843fd..87d4b23 100644 --- a/avr/z180-serv.c +++ b/avr/z180-serv.c @@ -1,7 +1,7 @@ /* * (C) Copyright 2014 Leo C. * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0 */ #include "common.h" @@ -206,7 +206,7 @@ void do_msg_get_set_time(uint8_t subf, int len, uint8_t * msg) /* ---------------------------------------------------------------------------*/ -#define MAX_DRIVE 4 +#define MAX_DRIVE 8 #define BLOCK_SIZE 512 //#define TPA_BASE 0x10000 //#define COMMON_BASE 0xC000 -- 2.39.2