diff options
author | 2017-01-16 17:55:23 +0800 | |
---|---|---|
committer | 2017-01-16 17:55:23 +0800 | |
commit | 10ac8f709382d2f36d05dc6e60f0e169ec483c26 (patch) | |
tree | f1799d85094791a86791314e188cf3d44cba166f /src/devices/cpu/clipper/clipper.h | |
parent | fb7c1e1d0a4f2f5e55e21688d546e1c8ee7f17c5 (diff) |
preparation for tlb/mmu support
Diffstat (limited to 'src/devices/cpu/clipper/clipper.h')
-rw-r--r-- | src/devices/cpu/clipper/clipper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/clipper/clipper.h b/src/devices/cpu/clipper/clipper.h index 2a5202aae3d..8ce295aeb2b 100644 --- a/src/devices/cpu/clipper/clipper.h +++ b/src/devices/cpu/clipper/clipper.h @@ -230,7 +230,6 @@ private: address_space_config m_program_config; address_space *m_program; - direct_read_data *m_direct; int m_icount; int m_interrupt_cycles; |