fix compile of asteroid (nw)

This commit is contained in:
Miodrag Milanovic 2015-06-22 18:41:58 +02:00
parent 7322d3e1ef
commit 0f15e374d3
3 changed files with 2 additions and 5 deletions

View File

@ -876,7 +876,6 @@ files {
MAME_DIR .. "src/mame/drivers/asteroid.c",
MAME_DIR .. "src/mame/machine/asteroid.c",
MAME_DIR .. "src/mame/audio/asteroid.c",
MAME_DIR .. "src/mame/audio/llander.c",
MAME_DIR .. "src/mame/drivers/atarifb.c",
MAME_DIR .. "src/mame/machine/atarifb.c",
MAME_DIR .. "src/mame/audio/atarifb.c",

View File

@ -323,3 +323,5 @@ WRITE8_MEMBER(asteroid_state::asteroid_noise_reset_w)
{
m_discrete->write(space, ASTEROID_NOISE_RESET, 0);
}
#include "llander.inc"

View File

@ -6,10 +6,6 @@
***************************************************************************/
#include "emu.h"
#include "includes/asteroid.h"
#include "sound/discrete.h"
/************************************************************************/
/* Lunar Lander Sound System Analog emulation by K.Wilkins Nov 2000 */
/* Questions/Suggestions to mame@esplexo.co.uk */