Removed vestigial NVRAM from starwars, which is now covered by the

x2212 device.
This commit is contained in:
Aaron Giles 2010-09-08 06:09:01 +00:00
parent 859ab6dd3a
commit 164cc842bd

View File

@ -29,7 +29,6 @@
#include "sound/tms5220.h" #include "sound/tms5220.h"
#include "sound/pokey.h" #include "sound/pokey.h"
#include "machine/x2212.h" #include "machine/x2212.h"
#include "machine/nvram.h"
#include "includes/starwars.h" #include "includes/starwars.h"
#include "includes/slapstic.h" #include "includes/slapstic.h"
@ -337,7 +336,6 @@ static MACHINE_CONFIG_START( starwars, driver_device )
MDRV_CPU_PROGRAM_MAP(sound_map) MDRV_CPU_PROGRAM_MAP(sound_map)
MDRV_MACHINE_RESET(starwars) MDRV_MACHINE_RESET(starwars)
MDRV_NVRAM_ADD_0FILL("nvram")
MDRV_RIOT6532_ADD("riot", MASTER_CLOCK / 8, starwars_riot6532_intf) MDRV_RIOT6532_ADD("riot", MASTER_CLOCK / 8, starwars_riot6532_intf)