summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/sega16sp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/sega16sp.h')
-rw-r--r--src/mame/video/sega16sp.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mame/video/sega16sp.h b/src/mame/video/sega16sp.h
index 48adeb079e2..fd40bc2cc75 100644
--- a/src/mame/video/sega16sp.h
+++ b/src/mame/video/sega16sp.h
@@ -14,21 +14,6 @@
#include "segaic16.h"
-
-//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_BOOTLEG_SYS16A_SPRITES_YORIGIN(_yorigin) \
- downcast<bootleg_sys16a_sprite_device &>(*device).set_local_originy(_yorigin);
-
-#define MCFG_BOOTLEG_SYS16B_SPRITES_XORIGIN(_xorigin) \
- downcast<sega_16bit_sprite_device &>(*device).set_local_originx(_xorigin);
-#define MCFG_BOOTLEG_SYS16B_SPRITES_YORIGIN(_yorigin) \
- downcast<sega_16bit_sprite_device &>(*device).set_local_originy(_yorigin);
-
-
-
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************