diff musashi/m68kcpu.h @ 1508:2e57910fd641 mame_interp

More efficient memory access when using MAME interpreters
author Michael Pavone <pavone@retrodev.com>
date Sun, 31 Dec 2017 10:03:25 -0800
parents 2455662378ed
children 13abdc98379e
line wrap: on
line diff
--- a/musashi/m68kcpu.h	Sat Dec 30 18:27:06 2017 -0800
+++ b/musashi/m68kcpu.h	Sun Dec 31 10:03:25 2017 -0800
@@ -55,6 +55,8 @@
 	void (**jump_table)(m68000_base_device *m68k);
 	const uint8_t* cyc_instruction;
 	const uint8_t* cyc_exception;
+	void *read_pointers[24*1024/64];
+	void *write_pointers[24*1024/64];
 };
 
 /* Special interrupt acknowledge values.