summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/cortex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/cortex.c')
-rw-r--r--src/mess/drivers/cortex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/drivers/cortex.c b/src/mess/drivers/cortex.c
index c35520fd656..a4d1ef0f1f5 100644
--- a/src/mess/drivers/cortex.c
+++ b/src/mess/drivers/cortex.c
@@ -81,7 +81,6 @@ static const struct tms9995reset_param cortex_processor_config =
static TMS9928A_INTERFACE(cortex_tms9929a_interface)
{
- "screen", // screen tag
0x4000, // vram size
DEVCB_NULL // write line if int changes
};