From 681cedb4d8e55647fd3a125cdd2966c7d2ccd200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Tue, 18 May 2010 14:14:53 +0000 Subject: Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytes Bring Clipv1 & m200v4 plugin buffer down to this limit zxbox, chessbox and rockboy build on the clip rockboy doesn't build on m200v4 due to not enough buttons to make a keymap Some gameboy roms won't run on Clipv1: tetris does but not pokemon for example git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26144 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansaclip.h | 2 +- firmware/export/config/sansam200v4.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h index 5dcdf9e..fc26f9d 100644 --- a/firmware/export/config/sansaclip.h +++ b/firmware/export/config/sansaclip.h @@ -111,7 +111,7 @@ #define CODEC_SIZE 0x48000 /* in IRAM */ /* The number of bytes reserved for loadable plugins */ -#define PLUGIN_BUFFER_SIZE 0x18000 +#define PLUGIN_BUFFER_SIZE 0x10000 #define AB_REPEAT_ENABLE 1 diff --git a/firmware/export/config/sansam200v4.h b/firmware/export/config/sansam200v4.h index fa91631..02950ad 100644 --- a/firmware/export/config/sansam200v4.h +++ b/firmware/export/config/sansam200v4.h @@ -79,7 +79,7 @@ #define CODEC_SIZE 0x48000 /* in IRAM */ /* The number of bytes reserved for loadable plugins */ -#define PLUGIN_BUFFER_SIZE 0x45000 +#define PLUGIN_BUFFER_SIZE 0x10000 #define AB_REPEAT_ENABLE 1 -- cgit v1.1