diff --git a/stella/Makefile b/stella/Makefile index cb80d3ec0..5a5127cc9 100644 --- a/stella/Makefile +++ b/stella/Makefile @@ -13,7 +13,7 @@ ## See the file "license" for information on usage and redistribution of ## this file, and for a DISCLAIMER OF ALL WARRANTIES. ## -## $Id: Makefile,v 1.19 2006-02-15 03:12:12 azaballa Exp $ +## $Id: Makefile,v 1.20 2006-03-02 04:55:55 azaballa Exp $ ## ## Based on code from ScummVM - Scumm Interpreter ## Copyright (C) 2002-2004 The ScummVM project @@ -247,8 +247,11 @@ gp2x-strip: $(EXECUTABLE) # GP2X organize: groups necessary files into a gp2x folder for easy access. gp2x-organize: mkdir -p "$(srcdir)/gp2x" + mkdir -p "$(srcdir)/gp2x/docs" cp -v $(srcdir)/stella $(srcdir)/gp2x cp -v $(srcdir)/src/gp2x/stella.gpe $(srcdir)/gp2x cp -v $(srcdir)/src/emucore/stella.pro $(srcdir)/gp2x + cp -v $(srcdir)/README-GP2X.txt $(srcdir)/gp2x + cp -v -r $(srcdir)/docs/* $(srcdir)/gp2x/docs .PHONY: deb bundle test win32dist install uninstall diff --git a/stella/README-GP2X.txt b/stella/README-GP2X.txt index 9b21b1483..abb3847ad 100644 --- a/stella/README-GP2X.txt +++ b/stella/README-GP2X.txt @@ -1,5 +1,5 @@ --------------------------------------- -Stella 2.1 (revision 1): +Stella 2.1 (revision 3): Ported to GP2X by Alex Zaballa Contact: azaballa@users.sourceforge.net Homepage: http://stella.sourceforge.net @@ -8,6 +8,8 @@ Homepage: http://stella.sourceforge.net -------- Changes: -------- +>From 2.1-rv2 +Scroll bug fixed (finally) >From 2.1-rv1 Warlords graphics bug fixed >From 2.1 @@ -100,4 +102,5 @@ Special Thanks: ... to Eckhard Stolberg for making me known to the Stella Team. ... to the Stella Team for the excellent emulator and the hospitality. ... to theoddbot for the excellent Open2X toolchain libs. +... to TelcoLou for his hardwork, playtesting ad infinitum. ... to the community for all of the interest.