summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/digfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/digfx.h')
-rw-r--r--src/emu/digfx.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/emu/digfx.h b/src/emu/digfx.h
index 1b9bfccb798..3829cd2882e 100644
--- a/src/emu/digfx.h
+++ b/src/emu/digfx.h
@@ -122,28 +122,6 @@ const gfx_layout name = { width, height, RGN_FRAC(1,1), 8, { GFX_RAW }, { 0 }, {
//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_GFX_PALETTE(_palette_tag) \
- dynamic_cast<device_gfx_interface &>(*device).set_palette(_palette_tag);
-
-#define MCFG_GFX_INFO(_info) \
- dynamic_cast<device_gfx_interface &>(*device).set_info(_info);
-
-
-
-//**************************************************************************
-// DEVICE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_GFXDECODE_MODIFY(_tag, _info) \
- MCFG_DEVICE_MODIFY(_tag) \
- MCFG_GFX_INFO(_info)
-
-
-
-//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************