Fixed a mistake in win.c;

The default AHA-154x DMA channel is 6 again.
This commit is contained in:
OBattler
2016-11-13 20:41:38 +01:00
parent 87cc7dcc3c
commit 5a84d4d827
2 changed files with 19 additions and 19 deletions

View File

@@ -631,7 +631,7 @@ void loadconfig(char *fn)
scsi_base = config_get_int(NULL, "scsi_base", 0x330);
scsi_irq = config_get_int(NULL, "scsi_irq", 11);
scsi_dma = config_get_int(NULL, "scsi_dma", 5);
scsi_dma = config_get_int(NULL, "scsi_dma", 6);
//network
ethif = config_get_int(NULL, "netinterface", 1);