votrax: It's more than good enough to remove the flag

This commit is contained in:
Olivier Galibert 2023-06-03 15:20:40 +02:00
parent 8f84fbb708
commit afd157a5e4

View File

@ -17,8 +17,6 @@ class votrax_sc01_device : public device_t,
public device_sound_interface
{
public:
static constexpr feature_type imperfect_features() { return feature::SOUND; }
// construction/destruction
votrax_sc01_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);