summaryrefslogtreecommitdiffstats
path: root/src/lib/formats/afs_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/afs_dsk.h')
-rw-r--r--src/lib/formats/afs_dsk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/afs_dsk.h b/src/lib/formats/afs_dsk.h
index e8e7190f7cd..e9afc3e699f 100644
--- a/src/lib/formats/afs_dsk.h
+++ b/src/lib/formats/afs_dsk.h
@@ -21,7 +21,7 @@ class afs_format : public wd177x_format
public:
afs_format();
- virtual int identify(io_generic *io, UINT32 form_factor) override;
+ virtual int identify(io_generic *io, uint32_t form_factor) override;
virtual int get_image_offset(const format &f, int head, int track) override;
virtual const char *name() const override;
virtual const char *description() const override;