mirror of
https://github.com/holub/mame
synced 2025-04-19 07:00:31 +03:00
fix compile of asteroid (nw)
This commit is contained in:
parent
7322d3e1ef
commit
0f15e374d3
@ -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",
|
||||
|
@ -323,3 +323,5 @@ WRITE8_MEMBER(asteroid_state::asteroid_noise_reset_w)
|
||||
{
|
||||
m_discrete->write(space, ASTEROID_NOISE_RESET, 0);
|
||||
}
|
||||
|
||||
#include "llander.inc"
|
||||
|
@ -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 */
|
Loading…
Reference in New Issue
Block a user