summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/naomim1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/naomim1.h')
-rw-r--r--src/mame/machine/naomim1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/machine/naomim1.h b/src/mame/machine/naomim1.h
index 37c5a58739b..0e1730eee80 100644
--- a/src/mame/machine/naomim1.h
+++ b/src/mame/machine/naomim1.h
@@ -35,6 +35,8 @@ private:
UINT32 rom_cur_address, buffer_actual_size, avail_bits;
bool encryption, stream_ended, has_history;
+ required_memory_region m_region;
+
void gb_reset();
UINT32 lookb(int bits);
void skipb(int bits);