summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20/vic1011.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vic20/vic1011.h')
-rw-r--r--src/devices/bus/vic20/vic1011.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/vic20/vic1011.h b/src/devices/bus/vic20/vic1011.h
index d3362b95d1a..5b76d2780d5 100644
--- a/src/devices/bus/vic20/vic1011.h
+++ b/src/devices/bus/vic20/vic1011.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_VIC20_VIC1011_H
+#define MAME_BUS_VIC20_VIC1011_H
-#ifndef __VIC1011__
-#define __VIC1011__
+#pragma once
#include "user.h"
#include "bus/rs232/rs232.h"
@@ -54,4 +54,4 @@ extern const device_type VIC1011;
-#endif
+#endif // MAME_BUS_VIC20_VIC1011_H