mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
asteroid build fix (nw)
This commit is contained in:
parent
7220b6e316
commit
ccc4d75a78
@ -906,6 +906,7 @@ files {
|
|||||||
MAME_DIR .. "src/mame/machine/asteroid.cpp",
|
MAME_DIR .. "src/mame/machine/asteroid.cpp",
|
||||||
MAME_DIR .. "src/mame/audio/asteroid.cpp",
|
MAME_DIR .. "src/mame/audio/asteroid.cpp",
|
||||||
MAME_DIR .. "src/mame/audio/llander.cpp",
|
MAME_DIR .. "src/mame/audio/llander.cpp",
|
||||||
|
MAME_DIR .. "src/mame/audio/llander.h",
|
||||||
MAME_DIR .. "src/mame/drivers/atarifb.cpp",
|
MAME_DIR .. "src/mame/drivers/atarifb.cpp",
|
||||||
MAME_DIR .. "src/mame/includes/atarifb.h",
|
MAME_DIR .. "src/mame/includes/atarifb.h",
|
||||||
MAME_DIR .. "src/mame/machine/atarifb.cpp",
|
MAME_DIR .. "src/mame/machine/atarifb.cpp",
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "includes/asteroid.h"
|
#include "includes/asteroid.h"
|
||||||
#include "sound/discrete.h"
|
#include "sound/discrete.h"
|
||||||
|
#include "audio/llander.h"
|
||||||
|
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
/* Lunar Lander Sound System Analog emulation by K.Wilkins Nov 2000 */
|
/* Lunar Lander Sound System Analog emulation by K.Wilkins Nov 2000 */
|
||||||
|
4
src/mame/audio/llander.h
Normal file
4
src/mame/audio/llander.h
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:K.Wilkins
|
||||||
|
|
||||||
|
DISCRETE_SOUND_EXTERN( llander );
|
@ -193,6 +193,7 @@ There is not a rev 03 known or dumped. An Asteroids rev 03 is not mentioned in a
|
|||||||
#include "includes/asteroid.h"
|
#include "includes/asteroid.h"
|
||||||
#include "sound/discrete.h"
|
#include "sound/discrete.h"
|
||||||
#include "sound/pokey.h"
|
#include "sound/pokey.h"
|
||||||
|
#include "audio/llander.h"
|
||||||
|
|
||||||
#include "astdelux.lh"
|
#include "astdelux.lh"
|
||||||
|
|
||||||
|
@ -64,6 +64,3 @@ public:
|
|||||||
DISCRETE_SOUND_EXTERN( asteroid );
|
DISCRETE_SOUND_EXTERN( asteroid );
|
||||||
DISCRETE_SOUND_EXTERN( astdelux );
|
DISCRETE_SOUND_EXTERN( astdelux );
|
||||||
|
|
||||||
/*----------- defined in audio/llander.c -----------*/
|
|
||||||
|
|
||||||
DISCRETE_SOUND_EXTERN( llander );
|
|
||||||
|
Loading…
Reference in New Issue
Block a user