summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/carts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/carts.h')
-rw-r--r--src/devices/bus/neogeo/carts.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/devices/bus/neogeo/carts.h b/src/devices/bus/neogeo/carts.h
index abc0e0cabd5..f66b881a9b7 100644
--- a/src/devices/bus/neogeo/carts.h
+++ b/src/devices/bus/neogeo/carts.h
@@ -4,14 +4,13 @@
**********************************************************************/
-#pragma once
-
-#ifndef __NEOGEO_CARTS_H__
-#define __NEOGEO_CARTS_H__
+#ifndef MAME_BUS_NEOGEO_CARTS_H
+#define MAME_BUS_NEOGEO_CARTS_H
+#pragma once
// supported devices
SLOT_INTERFACE_EXTERN(neogeo_cart);
-#endif // __NEOGEO_CARTS_H__
+#endif // MAME_BUS_NEOGEO_CARTS_H