summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/epic12.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/epic12.h')
-rw-r--r--src/devices/video/epic12.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/video/epic12.h b/src/devices/video/epic12.h
index a8fe41b069f..287dc08ebb3 100644
--- a/src/devices/video/epic12.h
+++ b/src/devices/video/epic12.h
@@ -6,12 +6,6 @@
#pragma once
-#define MCFG_EPIC12_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, EPIC12, 0)
-
-#define MCFG_EPIC12_SET_MAINRAMSIZE( _rgn ) \
- downcast<epic12_device &>(*device).set_mainramsize(_rgn);
-
class epic12_device : public device_t, public device_video_interface
{