diff options
Diffstat (limited to 'src/devices/machine/i8214.h')
-rw-r--r-- | src/devices/machine/i8214.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/i8214.h b/src/devices/machine/i8214.h index 6181fe05d81..b1246d0bec9 100644 --- a/src/devices/machine/i8214.h +++ b/src/devices/machine/i8214.h @@ -42,7 +42,9 @@ public: uint8_t a_r(); DECLARE_READ8_MEMBER(vector_r); void b_w(uint8_t data); + void b_sgs_w(uint8_t data); void r_w(int line, int state); + void r_all_w(uint8_t data); protected: // device-level overrides |