X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2Fdream.c;fp=boards%2Fdream.c;h=624c4f437d94a0f3a3d2b0e355c2f00a4d2d2530;hp=d2a9cb8277993c6277e08d690010fe5efeccb158;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/dream.c b/boards/dream.c index d2a9cb8..624c4f4 100644 --- a/boards/dream.c +++ b/boards/dream.c @@ -15,7 +15,7 @@ * * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "mapinc.h" @@ -52,5 +52,5 @@ void DreamTech01_Init(CartInfo *info) { GameStateRestore=Restore; info->Power=DREAMPower; - AddExState(&latche, 1, 0, "LATCH"); + AddExState(&latche, 1, 0, "LATC"); }