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 95db4d74d90..9b7ee149f4f 100644
--- a/src/mame/includes/jaguar.h
+++ b/src/mame/includes/jaguar.h
@@ -251,7 +251,7 @@ protected:
int effective_hvalue(int value);
bool adjust_object_timer(int vc);
void update_cpu_irq();
- UINT8 *memory_base(UINT32 offset) { return reinterpret_cast<UINT8 *>(m_gpu->space(AS_PROGRAM)->get_read_ptr(offset)); }
+ UINT8 *memory_base(UINT32 offset) { return reinterpret_cast<UINT8 *>(m_gpu->space(AS_PROGRAM).get_read_ptr(offset)); }
void blitter_run();
void scanline_update(int param);
void set_palette(UINT16 vmode);