summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/subsino.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/subsino.h')
-rw-r--r--src/mame/machine/subsino.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mame/machine/subsino.h b/src/mame/machine/subsino.h
index 8b68bd1902a..2f4b227c4ef 100644
--- a/src/mame/machine/subsino.h
+++ b/src/mame/machine/subsino.h
@@ -1,7 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Luca Elia, David Haywood, Angelo Salese, Roberto Fresca
-#ifndef __MACHINE_SUBSINO__
-#define __MACHINE_SUBSINO__
+#ifndef MAME_MACHINE_SUBSINO_H
+#define MAME_MACHINE_SUBSINO_H
+
+#pragma once
extern const uint8_t crsbingo_xors[8];
@@ -16,4 +18,4 @@ void victor21_bitswaps(uint8_t *decrypt, int i);
void subsino_decrypt(running_machine& machine, void (*bitswaps)(uint8_t *decrypt, int i), const uint8_t *xors, int size);
-#endif
+#endif // MAME_MACHINE_SUBSINO_H