summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pgm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pgm.h')
-rw-r--r--src/mame/includes/pgm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pgm.h b/src/mame/includes/pgm.h
index 37b8de4155a..117f67a16f6 100644
--- a/src/mame/includes/pgm.h
+++ b/src/mame/includes/pgm.h
@@ -129,6 +129,6 @@ public:
INPUT_PORTS_EXTERN( pgm );
-GFXDECODE_EXTERN( pgm );
+extern gfx_decode_entry const gfx_pgm[];
#endif // MAME_INCLUDES_PGM_H