diff options
Diffstat (limited to 'src/devices/machine/at28c64b.h')
-rw-r--r-- | src/devices/machine/at28c64b.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/at28c64b.h b/src/devices/machine/at28c64b.h index 7b18986b1e7..83d74cda5a4 100644 --- a/src/devices/machine/at28c64b.h +++ b/src/devices/machine/at28c64b.h @@ -57,7 +57,7 @@ private: }; address_space_config m_space_config; - emu_timer *m_write_timer = nullptr; + emu_timer *m_write_timer; int m_a9_12v; int m_oe_12v; int m_last_write; |