diff options
Diffstat (limited to 'src/emu/machine/tmp68301.h')
-rw-r--r-- | src/emu/machine/tmp68301.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/machine/tmp68301.h b/src/emu/machine/tmp68301.h index d7a49a434b7..b96296d31f2 100644 --- a/src/emu/machine/tmp68301.h +++ b/src/emu/machine/tmp68301.h @@ -78,6 +78,7 @@ private: UINT16 m_iisr; UINT16 m_scr; UINT16 m_pdir; + UINT16 m_pdr; inline UINT16 read_word(offs_t address); inline void write_word(offs_t address, UINT16 data); |