summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jaguar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/jaguar.h')
-rw-r--r--src/mame/includes/jaguar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/jaguar.h b/src/mame/includes/jaguar.h
index 75379c695ec..ed48210795b 100644
--- a/src/mame/includes/jaguar.h
+++ b/src/mame/includes/jaguar.h
@@ -84,7 +84,7 @@ public:
required_shared_ptr<UINT32> m_shared_ram;
required_shared_ptr<UINT32> m_gpu_ram;
required_shared_ptr<UINT32> m_gpu_clut;
- optional_memory_region m_romboard_region;
+ optional_memory_region m_romboard_region;
// configuration
bool m_is_r3000;