diff options
Diffstat (limited to 'src/lib/formats/apollo_dsk.h')
-rw-r--r-- | src/lib/formats/apollo_dsk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/formats/apollo_dsk.h b/src/lib/formats/apollo_dsk.h index 180787f2453..05013d79055 100644 --- a/src/lib/formats/apollo_dsk.h +++ b/src/lib/formats/apollo_dsk.h @@ -17,6 +17,7 @@ class apollo_format : public upd765_format { public: apollo_format(); + virtual int identify(io_generic *io, UINT32 form_factor); virtual const char *name() const; virtual const char *description() const; virtual const char *extensions() const; |