mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
irem audio fix (nw)
This commit is contained in:
parent
9499064a80
commit
10557e4f12
@ -1913,7 +1913,8 @@ files {
|
||||
MAME_DIR .. "src/mame/machine/irem_cpu.h",
|
||||
MAME_DIR .. "src/mame/audio/irem.cpp",
|
||||
MAME_DIR .. "src/mame/audio/irem.h",
|
||||
MAME_DIR .. "src/mame/audio/nl_kidniki.cpp",
|
||||
MAME_DIR .. "src/mame/audio/nl_kidniki.cpp",
|
||||
MAME_DIR .. "src/mame/audio/nl_kidniki.h",
|
||||
}
|
||||
|
||||
createMAMEProjects(_target, _subtarget, "itech")
|
||||
|
@ -16,8 +16,6 @@ const device_type IREM_M62_AUDIO = &device_creator<m62_audio_device>;
|
||||
const device_type IREM_M52_SOUNDC_AUDIO = &device_creator<m52_soundc_audio_device>;
|
||||
const device_type IREM_M52_LARGE_AUDIO = &device_creator<m52_large_audio_device>;
|
||||
|
||||
NETLIST_EXTERNAL(kidniki)
|
||||
|
||||
irem_audio_device::irem_audio_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source)
|
||||
: device_t(mconfig, type, name, tag, owner, clock, shortname, source),
|
||||
m_port1(0),
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include "sound/ay8910.h"
|
||||
#include "sound/msm5205.h"
|
||||
#include "machine/netlist.h"
|
||||
#include "audio/nl_kidniki.h"
|
||||
|
||||
class irem_audio_device : public device_t
|
||||
{
|
||||
|
4
src/mame/audio/nl_kidniki.h
Normal file
4
src/mame/audio/nl_kidniki.h
Normal file
@ -0,0 +1,4 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Andrew Gardner, Couriersud
|
||||
|
||||
NETLIST_EXTERNAL(kidniki)
|
Loading…
Reference in New Issue
Block a user