summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pv2000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/pv2000.c')
-rw-r--r--src/mess/drivers/pv2000.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/drivers/pv2000.c b/src/mess/drivers/pv2000.c
index c511f15dea0..a6d4ab95535 100644
--- a/src/mess/drivers/pv2000.c
+++ b/src/mess/drivers/pv2000.c
@@ -341,7 +341,6 @@ WRITE_LINE_MEMBER( pv2000_state::pv2000_vdp_interrupt )
static TMS9928A_INTERFACE(pv2000_tms9928a_interface)
{
- "screen",
0x4000,
DEVCB_DRIVER_LINE_MEMBER(pv2000_state, pv2000_vdp_interrupt)
};