diff --git a/stella/src/macosx/Menus.m b/stella/src/macosx/Menus.m index 0ea96ba7a..b00df95f1 100755 --- a/stella/src/macosx/Menus.m +++ b/stella/src/macosx/Menus.m @@ -4,7 +4,7 @@ Mark Grebe */ -/* $Id: Menus.m,v 1.7 2005-06-03 05:05:05 markgrebe Exp $ */ +/* $Id: Menus.m,v 1.8 2005-06-03 05:30:21 markgrebe Exp $ */ #import #import "SDL.h" @@ -172,12 +172,12 @@ static Menus *sharedInstance = nil; - (IBAction)xStartPlus:(id)sender { - [self pushKeyEvent:SDLK_HOME:YES:YES]; + [self pushKeyEvent:SDLK_END:YES:YES]; } - (IBAction)xStartMinus:(id)sender { - [self pushKeyEvent:SDLK_END:YES:YES]; + [self pushKeyEvent:SDLK_HOME:YES:YES]; } - (IBAction)yStartPlus:(id)sender