mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +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 device_astrocade_ctrl_interface
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static constexpr feature_type imperfect_features() { return feature::CASSETTE; }
|
static constexpr feature_type imperfect_features() { return feature::TAPE; }
|
||||||
|
|
||||||
// construction/destruction
|
// construction/destruction
|
||||||
astrocade_cassette_device(machine_config const &mconfig, char const *tag, device_t *owner, uint32_t clock = 0U);
|
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