From 2280e79fda78227f322c9432471253638d2a45d8 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 25 Feb 2011 09:33:27 +0000 Subject: [PATCH] Since now EOF it is call for all screens let's leave it at one place only (no whatsnew) --- src/mame/drivers/megatech.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mame/drivers/megatech.c b/src/mame/drivers/megatech.c index 41ec8e39f0c..5dfc1719a64 100644 --- a/src/mame/drivers/megatech.c +++ b/src/mame/drivers/megatech.c @@ -504,7 +504,6 @@ static MACHINE_CONFIG_START( megatech, mtech_state ) MCFG_SCREEN_SIZE(342,262) MCFG_SCREEN_VISIBLE_AREA(0, 256-1, 0, 224-1) MCFG_SCREEN_UPDATE(mtnew) - MCFG_SCREEN_EOF(mtnew) MCFG_SCREEN_MODIFY("megadriv") MCFG_SCREEN_UPDATE(mtnew)