diff options
Diffstat (limited to 'gst.c')
-rw-r--r-- | gst.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,8 +3,10 @@ This file is part of BlastEm. BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text. */ +#include "genesis.h" #include "gst.h" #include <string.h> +#include <stdio.h> #define GST_68K_REGS 0x80 #define GST_68K_REG_SIZE (0xDA-GST_68K_REGS) |