/* Copyright (C) 2014-2015 Ben Kurtovic Released under the terms of the MIT License. See LICENSE for details. */ #pragma once /* Clock speed in Hz was taken from the official Sega GG documentation */ #define CLOCK_SPEED 3579545 /* Structs */ typedef struct { int pc; } Z80;