summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hd44102.h
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-01-11 18:13:29 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-01-11 18:13:29 +0100
commitdc7008ac9eac9e9bd52aa6d045fcd50f1a9f3ee2 (patch)
treeabc05baa1f6524124051f67c28b85a4ab3fe0900 /src/devices/video/hd44102.h
parent8b06f277f0c6c098d03f0ef2e90519a38f85c0b3 (diff)
src/devices: some more MCFG macros removal (nw)
Diffstat (limited to 'src/devices/video/hd44102.h')
-rw-r--r--src/devices/video/hd44102.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/devices/video/hd44102.h b/src/devices/video/hd44102.h
index f383094f127..1688a502441 100644
--- a/src/devices/video/hd44102.h
+++ b/src/devices/video/hd44102.h
@@ -12,19 +12,6 @@
#pragma once
-
-
-///*************************************************************************
-// INTERFACE CONFIGURATION MACROS
-///*************************************************************************
-
-#define MCFG_HD44102_ADD(_tag, _screen_tag, _sx, _sy) \
- MCFG_DEVICE_ADD(_tag, HD44102, 0) \
- MCFG_VIDEO_SET_SCREEN(_screen_tag) \
- downcast<hd44102_device &>(*device).set_offsets(_sx, _sy);
-
-
-
///*************************************************************************
// TYPE DEFINITIONS
///*************************************************************************