X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2Fsheroes.c;h=3b4a1b367fd5ab40558b160260f79fe77d41c891;hp=8bea1f765f08bfcb69b19deb6bf76e5c7ffa0ae4;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/sheroes.c b/boards/sheroes.c index 8bea1f7..3b4a1b3 100644 --- a/boards/sheroes.c +++ b/boards/sheroes.c @@ -15,14 +15,13 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "mapinc.h" #include "mmc3.h" -static uint8 *CHRRAM; // there is no more extern CHRRAM in mmc3.h - // I need chrram here and local static == local +static uint8 *CHRRAM; static uint8 tekker; static void MSHCW(uint32 A, uint8 V)