AltairZ80: Fixed integer type issue in mfdc.c
This commit is contained in:
parent
b40e586ef3
commit
221d72f057
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ static t_stat mfdc_reset(DEVICE *dptr)
|
|||
static t_stat mfdc_attach(UNIT *uptr, CONST char *cptr)
|
||||
{
|
||||
t_stat r;
|
||||
unsigned int i = 0;
|
||||
int32 i = 0;
|
||||
|
||||
r = attach_unit(uptr, cptr); /* attach unit */
|
||||
if ( r != SCPE_OK) /* error? */
|
||||
|
|
Loading…
Add table
Reference in a new issue