From f99dc0dd714ba93d232d1a8ce2713802b4441172 Mon Sep 17 00:00:00 2001 From: greatpsycho Date: Sun, 20 Jun 2021 13:02:24 +0900 Subject: [PATCH] Update wx-createdisc.cc Add 1.2MB floppy image format. --- src/wx-createdisc.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wx-createdisc.cc b/src/wx-createdisc.cc index d9d1a66..f0eb8fc 100644 --- a/src/wx-createdisc.cc +++ b/src/wx-createdisc.cc @@ -29,6 +29,7 @@ static struct {"320 kB", 2*40*8}, {"360 kB", 2*40*9}, {"720 kB", 2*80*9}, + {"1.2 MB", 2*80*15}, {"1.44 MB", 2*80*18}, {"2.88 MB", 2*80*36}, {"100 MB (Zip)", 2048*96},