X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Fmenu.h;h=3951f39977b1ea8f72fa82e70100bd593f500da2;hb=9db6a54485501b56b0f2f5db4d093c38fe495bda;hp=d4e96bef2f25f52c78bf5a09f89172fb56efc696;hpb=9839d126cc1cf782fad713f4fbc3611cba628ade;p=picodrive.git diff --git a/platform/gizmondo/menu.h b/platform/gizmondo/menu.h index d4e96be..3951f39 100644 --- a/platform/gizmondo/menu.h +++ b/platform/gizmondo/menu.h @@ -1,10 +1,11 @@ -// (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); @@ -12,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)