mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Fix build, nw
This commit is contained in:
parent
e803f2307e
commit
ac247a915d
@ -18,7 +18,7 @@ class astrocade_cassette_device : public device_t,
|
||||
public device_astrocade_ctrl_interface
|
||||
{
|
||||
public:
|
||||
static constexpr feature_type imperfect_features() { return feature::CASSETTE; }
|
||||
static constexpr feature_type imperfect_features() { return feature::TAPE; }
|
||||
|
||||
// construction/destruction
|
||||
astrocade_cassette_device(machine_config const &mconfig, char const *tag, device_t *owner, uint32_t clock = 0U);
|
||||
|
Loading…
Reference in New Issue
Block a user