summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/a2arcadebd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/a2arcadebd.c')
-rw-r--r--src/mess/machine/a2arcadebd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/a2arcadebd.c b/src/mess/machine/a2arcadebd.c
index 393459897b2..7de1209735a 100644
--- a/src/mess/machine/a2arcadebd.c
+++ b/src/mess/machine/a2arcadebd.c
@@ -38,7 +38,6 @@ static const ay8910_interface arcadeboard_ay8910_interface =
static TMS9928A_INTERFACE(arcadeboard_tms9918a_interface)
{
- SCREEN_TAG,
0x4000, // 16k of VRAM
DEVCB_DEVICE_LINE_MEMBER(DEVICE_SELF_OWNER, a2bus_arcboard_device, tms_irq_w)
};