summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/naomim2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/naomim2.h')
-rw-r--r--src/mame/machine/naomim2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/naomim2.h b/src/mame/machine/naomim2.h
index ae1bdf3fed8..8196e7e4ba7 100644
--- a/src/mame/machine/naomim2.h
+++ b/src/mame/machine/naomim2.h
@@ -32,6 +32,7 @@ protected:
private:
required_device<sega_315_5881_crypt_device> m_cryptdevice;
+ required_memory_region m_region;
};
extern const device_type NAOMI_M2_BOARD;