summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/coleco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/coleco.h')
-rw-r--r--src/mame/machine/coleco.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/machine/coleco.h b/src/mame/machine/coleco.h
index b6022b164c9..41b71564383 100644
--- a/src/mame/machine/coleco.h
+++ b/src/mame/machine/coleco.h
@@ -1,10 +1,10 @@
// license:BSD-3-Clause
// copyright-holders:Mike Balfour, Ben Bruscella, Sean Young
-#pragma once
+#ifndef MAME_MACHINE_COLECO_H
+#define MAME_MACHINE_COLECO_H
-#ifndef __COLECO_CONTROLLERS__
-#define __COLECO_CONTROLLERS__
+#pragma once
INPUT_PORTS_EXTERN( coleco );
-#endif
+#endif // MAME_MACHINE_COLECO_H