mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
Removed vestigial NVRAM from starwars, which is now covered by the
x2212 device.
This commit is contained in:
parent
859ab6dd3a
commit
164cc842bd
@ -29,7 +29,6 @@
|
||||
#include "sound/tms5220.h"
|
||||
#include "sound/pokey.h"
|
||||
#include "machine/x2212.h"
|
||||
#include "machine/nvram.h"
|
||||
#include "includes/starwars.h"
|
||||
#include "includes/slapstic.h"
|
||||
|
||||
@ -337,7 +336,6 @@ static MACHINE_CONFIG_START( starwars, driver_device )
|
||||
MDRV_CPU_PROGRAM_MAP(sound_map)
|
||||
|
||||
MDRV_MACHINE_RESET(starwars)
|
||||
MDRV_NVRAM_ADD_0FILL("nvram")
|
||||
|
||||
MDRV_RIOT6532_ADD("riot", MASTER_CLOCK / 8, starwars_riot6532_intf)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user