diff options
Diffstat (limited to 'src/mame/audio/starwars.c')
-rw-r--r-- | src/mame/audio/starwars.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/starwars.c b/src/mame/audio/starwars.c index 471e3a22e8e..c56a3f62da6 100644 --- a/src/mame/audio/starwars.c +++ b/src/mame/audio/starwars.c @@ -16,7 +16,7 @@ static UINT8 sound_data; /* data for the sound cpu */ static UINT8 main_data; /* data for the main cpu */ -static const device_config *riot; +static running_device *riot; SOUND_START( starwars ) |