Previous 199869 Revisions Next

r26511 Wednesday 4th December, 2013 at 23:22:17 UTC by Jim Stolis
Speaker callback fixed for compile (nw)
[src/mame/drivers]arachnid.c

trunk/src/mame/drivers/arachnid.c
r26510r26511
256256
257257WRITE8_MEMBER(arachnid_state::ptm_o1_callback)
258258{
259//   Commented line below to compile:  TODO
260//   speaker_level_w(m_speaker, data);
259   m_speaker->level_w(data);
261260}
262261
263262static const ptm6840_interface ptm_intf =

Previous 199869 Revisions Next


© 1997-2024 The MAME Team