mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
added missing file from Atari Ace's submission
This commit is contained in:
parent
446df7bd1f
commit
acaf942e31
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1316,6 +1316,7 @@ src/mame/audio/norautp.c svneol=native#text/plain
|
||||
src/mame/audio/orbit.c svneol=native#text/plain
|
||||
src/mame/audio/phoenix.c svneol=native#text/plain
|
||||
src/mame/audio/pleiads.c svneol=native#text/plain
|
||||
src/mame/audio/pleiads.h svneol=native#text/plain
|
||||
src/mame/audio/polepos.c svneol=native#text/plain
|
||||
src/mame/audio/polyplay.c svneol=native#text/plain
|
||||
src/mame/audio/poolshrk.c svneol=native#text/plain
|
||||
|
7
src/mame/audio/pleiads.h
Normal file
7
src/mame/audio/pleiads.h
Normal file
@ -0,0 +1,7 @@
|
||||
WRITE8_HANDLER( pleiads_sound_control_a_w );
|
||||
WRITE8_HANDLER( pleiads_sound_control_b_w );
|
||||
WRITE8_HANDLER( pleiads_sound_control_c_w );
|
||||
|
||||
DECLARE_LEGACY_SOUND_DEVICE(PLEIADS, pleiads_sound);
|
||||
DECLARE_LEGACY_SOUND_DEVICE(NAUGHTYB, naughtyb_sound);
|
||||
DECLARE_LEGACY_SOUND_DEVICE(POPFLAME, popflame_sound);
|
Loading…
Reference in New Issue
Block a user