diff options
Diffstat (limited to 'src/devices/machine/gen_latch.h')
| -rw-r--r-- | src/devices/machine/gen_latch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/gen_latch.h b/src/devices/machine/gen_latch.h index 8696353fff4..07938a7b5d9 100644 --- a/src/devices/machine/gen_latch.h +++ b/src/devices/machine/gen_latch.h @@ -40,7 +40,7 @@ public: DECLARE_WRITE8_MEMBER( clear_w ); DECLARE_WRITE_LINE_MEMBER( preset_w ); DECLARE_WRITE_LINE_MEMBER( clear_w ); - + void preset_w(UINT16 value) { m_latched_value = value; } protected: |
