am79c90: reset line (nw)

This commit is contained in:
Patrick Mackinlay 2019-07-03 16:46:50 +07:00
parent c3a0f06caf
commit 8775ec6a46

View File

@ -18,6 +18,8 @@ public:
DECLARE_READ16_MEMBER(regs_r);
DECLARE_WRITE16_MEMBER(regs_w);
void reset_w(int state) { if (!state) device_reset(); }
protected:
am7990_device_base(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock = 0);