summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vegaeo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vegaeo.c')
-rw-r--r--src/mame/drivers/vegaeo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/vegaeo.c b/src/mame/drivers/vegaeo.c
index 14c365de63a..642e4362977 100644
--- a/src/mame/drivers/vegaeo.c
+++ b/src/mame/drivers/vegaeo.c
@@ -265,6 +265,8 @@ ROM_END
static DRIVER_INIT( vegaeo )
{
init_eolith_speedup(machine);
+
+ at28c16_init( 0, NULL, NULL );
}
GAME( 2002, crazywar, 0, vega, crazywar, vegaeo, ROT0, "Eolith", "Crazy War", GAME_NO_SOUND )