$NetBSD: patch-af,v 1.1 2000/09/01 14:50:45 fvdl Exp $ --- main.cc.orig Tue Jan 4 21:28:26 2000 +++ main.cc Fri Sep 1 16:01:16 2000 @@ -447,8 +447,12 @@ if (!strncmp(params[i], "1_44=", 5)) { strcpy(bx_options.floppya.path, ¶ms[i][5]); bx_options.floppya.type = BX_FLOPPY_1_44; } + else if (!strncmp(params[i], "2_88=", 5)) { + strcpy(bx_options.floppya.path, ¶ms[i][5]); + bx_options.floppya.type = BX_FLOPPY_2_88; + } else if (!strncmp(params[i], "1_2=", 4)) { strcpy(bx_options.floppya.path, ¶ms[i][4]); bx_options.floppya.type = BX_FLOPPY_1_2; }