X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2Fsuper24.c;fp=boards%2Fsuper24.c;h=4ccc766aa5fb0439915e53ab4a24ef096387b09f;hp=205c8d2cc3cc061f2db83d4ba3af4d24a24e2e6c;hb=386f5371eb984fb9c2860c83e740890a75cd45c1;hpb=eec2623f6183dd0f9494b99065a16bf90f2a1ccf diff --git a/boards/super24.c b/boards/super24.c index 205c8d2..4ccc766 100644 --- a/boards/super24.c +++ b/boards/super24.c @@ -15,13 +15,14 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "mapinc.h" #include "mmc3.h" -//static uint8 *CHRRAM = NULL; +static uint8 *CHRRAM = NULL; // there is no more extern CHRRAM in mmc3.h + // I need chrram here and local static == local static int masko8[8]={63,31,15,1,3,0,0,0}; static void Super24PW(uint32 A, uint8 V)