X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Fmenu.h;h=3951f39977b1ea8f72fa82e70100bd593f500da2;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=3829836bdd9e1eb314a25ba37bb4303e6e9638f6;hpb=3c392aec73426a15ef3b07d6cea8411d5ee936f8;p=picodrive.git diff --git a/platform/gizmondo/menu.h b/platform/gizmondo/menu.h index 3829836..3951f39 100644 --- a/platform/gizmondo/menu.h +++ b/platform/gizmondo/menu.h @@ -1,7 +1,10 @@ -// (c) Copyright 2006,2007 notaz, All rights reserved. -// Free for non-commercial use. - -// For commercial use, separate licencing terms must be obtained. +/* + * PicoDrive + * (C) notaz, 2006-2008 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ void menu_loop(void); int menu_loop_tray(void); @@ -10,6 +13,6 @@ void menu_romload_end(void); #define CONFIGURABLE_KEYS \ - (BTN_UP|BTN_DOWN|BTN_LEFT|BTN_RIGHT|BTN_STOP|BTN_PLAY|BTN_FWD|BTN_REW| \ - BTN_L|BTN_R|BTN_VOLUME|BTN_BRIGHTNESS|BTN_ALARM) + (PBTN_UP|PBTN_DOWN|PBTN_LEFT|PBTN_RIGHT|PBTN_STOP|PBTN_PLAY|PBTN_FWD|PBTN_REW| \ + PBTN_L|PBTN_R|PBTN_VOLUME|PBTN_BRIGHTNESS|PBTN_ALARM)