added missing file from Atari Ace's submission

This commit is contained in:
smf- 2010-09-08 19:45:06 +00:00
parent 446df7bd1f
commit acaf942e31
2 changed files with 8 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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
View 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);