diff options
Diffstat (limited to 'src/mame/video/crt.h')
-rw-r--r-- | src/mame/video/crt.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mame/video/crt.h b/src/mame/video/crt.h index 8b09f355435..b7116563d06 100644 --- a/src/mame/video/crt.h +++ b/src/mame/video/crt.h @@ -15,20 +15,6 @@ //************************************************************************** -// INTERFACE CONFIGURATION MACROS -//************************************************************************** - -#define MCFG_CRT_NUM_LEVELS(_lev) \ - downcast<crt_device &>(*device).set_num_levels(_lev); - -#define MCFG_CRT_OFFSETS(_xoffs, _yoffs) \ - downcast<crt_device &>(*device).set_offsets(_xoffs, _yoffs); - -#define MCFG_CRT_SIZE(_width, _height) \ - downcast<crt_device &>(*device).set_size(_width, _height); - - -//************************************************************************** // TYPE DEFINITIONS //************************************************************************** |