diff options
author | 2012-02-19 15:23:23 +0000 | |
---|---|---|
committer | 2012-02-19 15:23:23 +0000 | |
commit | cf4b58b6f630f0f7ef2d14be8f48de781de85170 (patch) | |
tree | fda19b40204c84e17d2c5965a7a1b7f15b6f85da /src/emu/sound/votrax.h | |
parent | 2f8094ea333d06e32d2694a467a4b40e0aa835c1 (diff) |
Clean-ups and version bumpmame0145u1
Diffstat (limited to 'src/emu/sound/votrax.h')
-rw-r--r-- | src/emu/sound/votrax.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/votrax.h b/src/emu/sound/votrax.h index fb549ca6ee4..ffde9eeabdd 100644 --- a/src/emu/sound/votrax.h +++ b/src/emu/sound/votrax.h @@ -76,7 +76,7 @@ struct votrax_interface // ======================> votrax_device -class votrax_device : public samples_device, +class votrax_device : public samples_device, public votrax_interface { public: @@ -89,7 +89,7 @@ public: // writers DECLARE_WRITE8_MEMBER( write ); DECLARE_READ_LINE_MEMBER( status ); - + protected: // device-level overrides virtual void device_start(); |