X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Fmenu.h;h=3951f39977b1ea8f72fa82e70100bd593f500da2;hb=ee3c39efd2cf51cd654b6240f6fb595673f10f45;hp=7784da9e3f57a474546b992f6cd4e97dc242e1d3;hpb=ea8c405fa721a8658b1f7c51cf6238ba2bba8a17;p=picodrive.git diff --git a/platform/gizmondo/menu.h b/platform/gizmondo/menu.h index 7784da9..3951f39 100644 --- a/platform/gizmondo/menu.h +++ b/platform/gizmondo/menu.h @@ -1,17 +1,18 @@ -// (c) Copyright 2006,2007 notaz, All rights reserved. -// Free for non-commercial use. +/* + * PicoDrive + * (C) notaz, 2006-2008 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ -// For commercial use, separate licencing terms must be obtained. - -void menu_init(void); -void text_out16(int x, int y, const char *texto, ...); void menu_loop(void); int menu_loop_tray(void); void menu_romload_prepare(const char *rom_name); void menu_romload_end(void); -// TODO: add more? + #define CONFIGURABLE_KEYS \ - (BTN_UP|BTN_DOWN|BTN_LEFT|BTN_RIGHT|BTN_STOP|BTN_PLAY|BTN_FWD|BTN_REW| \ - BTN_L|BTN_R) + (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)