From 91b2c3e133f883a1674b7acd7702c225f568bfa3 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 2 Dec 2007 21:52:47 +0000 Subject: [PATCH] renamed pico940 to pico940_v2 due to abi change git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@308 be3aeb3a-fb24-0410-a615-afba39da0efa --- gp2x/940ctl.c | 2 +- gp2x/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gp2x/940ctl.c b/gp2x/940ctl.c index 917ed29..d2f4a32 100644 --- a/gp2x/940ctl.c +++ b/gp2x/940ctl.c @@ -33,7 +33,7 @@ _940_ctl_t *shared_ctl = 0; unsigned char *mp3_mem = 0; #define MP3_SIZE_MAX (0x400000 + 0x800000) // 12M -#define CODE940_FILE "pico940.bin" +#define CODE940_FILE "pico940_v2.bin" int crashed_940 = 0; diff --git a/gp2x/Makefile b/gp2x/Makefile index 7c083c1..8e8ff2e 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -224,7 +224,7 @@ $(error need VER) endif endif -rel: PicoDrive.gpe code940/pico940.bin readme.txt PicoDrive.man.txt PicoDrive.png +rel: PicoDrive.gpe code940/pico940_v2.bin readme.txt PicoDrive.man.txt PicoDrive.png zip -9 -j ../../PicoDrive_$(VER).zip $^ mmuhack.o zip -9 -r ../../PicoDrive_$(VER).zip skin -i \*.png -i \*.txt -- 2.39.2