summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/saturn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/saturn.h')
-rw-r--r--src/mame/includes/saturn.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mame/includes/saturn.h b/src/mame/includes/saturn.h
index 4167f573f13..bc5bed44f73 100644
--- a/src/mame/includes/saturn.h
+++ b/src/mame/includes/saturn.h
@@ -1,5 +1,9 @@
// license:LGPL-2.1+
// copyright-holders:David Haywood, Angelo Salese, Olivier Galibert, Mariusz Wojcieszek, R. Belmont
+#ifndef MAME_INCLUDES_SATURN_H
+#define MAME_INCLUDES_SATURN_H
+
+#pragma once
#include "machine/timer.h"
#include "cpu/m68000/m68000.h"
@@ -450,4 +454,6 @@ public:
#define STV_VDP1_TVM ((STV_VDP1_TVMR & 0x0007) >> 0)
-GFXDECODE_EXTERN( stv );
+extern gfx_decode_entry const gfx_stv[];
+
+#endif // MAME_INCLUDES_SATURN_H