mirror of
https://github.com/holub/mame
synced 2025-06-02 02:49:44 +03:00
am79c90: reset line (nw)
This commit is contained in:
parent
c3a0f06caf
commit
8775ec6a46
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user