summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/c8280_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/c8280_dsk.h')
-rw-r--r--src/lib/formats/c8280_dsk.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/formats/c8280_dsk.h b/src/lib/formats/c8280_dsk.h
index b30ea667241..c7a9fc2b44e 100644
--- a/src/lib/formats/c8280_dsk.h
+++ b/src/lib/formats/c8280_dsk.h
@@ -7,13 +7,15 @@
Commodore 8280 disk image format
*********************************************************************/
+#ifndef MAME_FORMATS_C8280_DSK_H
+#define MAME_FORMATS_C8280_DSK_H
-#ifndef C8280_DSK_H_
-#define C8280_DSK_H_
+#pragma once
#include "wd177x_dsk.h"
-class c8280_format : public wd177x_format {
+class c8280_format : public wd177x_format
+{
public:
c8280_format();
@@ -27,4 +29,4 @@ private:
extern const floppy_format_type FLOPPY_C8280_FORMAT;
-#endif
+#endif // MAME_FORMATS_C8280_DSK_H