diff options
author | 2012-01-14 13:48:41 +0000 | |
---|---|---|
committer | 2012-01-14 13:48:41 +0000 | |
commit | b12f0240a81cac755ab89b66b8f3bc58f4e12005 (patch) | |
tree | 41af7cffda0173634e68acae7fb304bea0d91104 /src/lib/formats/dfi_dsk.h | |
parent | fda11532bf903bc970bd7ccf4bbbdd3e8f351dd1 (diff) |
Sync with MESS, OG's work credited in MESS already (no whatsnew)
Diffstat (limited to 'src/lib/formats/dfi_dsk.h')
-rw-r--r-- | src/lib/formats/dfi_dsk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/dfi_dsk.h b/src/lib/formats/dfi_dsk.h index c645372ea6b..97ae4e3deb8 100644 --- a/src/lib/formats/dfi_dsk.h +++ b/src/lib/formats/dfi_dsk.h @@ -10,7 +10,7 @@ public: virtual int identify(io_generic *io, UINT32 form_factor); virtual bool load(io_generic *io, UINT32 form_factor, floppy_image *image); - // virtual bool save(io_generic *io, floppy_image *image); + // virtual bool save(io_generic *io, floppy_image *image); virtual const char *name() const; virtual const char *description() const; |