diff src/cpu.h @ 8:5176efdda5ae

Initial work on VDP emulation
author Michael Pavone <pavone@retrodev.com>
date Sun, 27 Mar 2016 00:24:31 -0700
parents 74a6d629b78f
children fb14515266f4
line wrap: on
line diff
--- a/src/cpu.h	Sat Mar 26 23:36:33 2016 -0700
+++ b/src/cpu.h	Sun Mar 27 00:24:31 2016 -0700
@@ -25,6 +25,7 @@
 
 
 struct cpu {
+	void     *system;
 	uint32_t cycles;
 	uint32_t clock_inc;
 	uint32_t num_mem_regions;