mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
sn76496: add ready read
This commit is contained in:
parent
733667d7f9
commit
782d37b6c7
@ -33,6 +33,7 @@ public:
|
||||
DECLARE_WRITE8_MEMBER( stereo_w );
|
||||
void write(UINT8 data);
|
||||
DECLARE_WRITE8_MEMBER( write );
|
||||
DECLARE_READ_LINE_MEMBER( ready_r ) { return m_ready_state ? 1 : 0; }
|
||||
|
||||
protected:
|
||||
virtual void device_start();
|
||||
|
Loading…
Reference in New Issue
Block a user