X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=boards%2Fsuper24.c;h=745e723e837808fdfaf1e96c0a907b8c892cf6d8;hb=527b98f6e7965f464c804ee5279855326c78dc6d;hp=205c8d2cc3cc061f2db83d4ba3af4d24a24e2e6c;hpb=e2d0dd92bfad989cce4270fc0ac5a712476c7c50;p=fceu.git diff --git a/boards/super24.c b/boards/super24.c index 205c8d2..745e723 100644 --- a/boards/super24.c +++ b/boards/super24.c @@ -21,7 +21,7 @@ #include "mapinc.h" #include "mmc3.h" -//static uint8 *CHRRAM = NULL; +static uint8 *CHRRAM = NULL; static int masko8[8]={63,31,15,1,3,0,0,0}; static void Super24PW(uint32 A, uint8 V)