add a hack for Decap Attack
[picodrive.git] / platform / gizmondo / menu.h
index 7784da9..3951f39 100644 (file)
@@ -1,17 +1,18 @@
-// (c) Copyright 2006,2007 notaz, All rights reserved.\r
-// Free for non-commercial use.\r
+/*\r
+ * PicoDrive\r
+ * (C) notaz, 2006-2008\r
+ *\r
+ * This work is licensed under the terms of MAME license.\r
+ * See COPYING file in the top-level directory.\r
+ */\r
 \r
-// For commercial use, separate licencing terms must be obtained.\r
-\r
-void menu_init(void);\r
-void text_out16(int x, int y, const char *texto, ...);\r
 void menu_loop(void);\r
 int  menu_loop_tray(void);\r
 void menu_romload_prepare(const char *rom_name);\r
 void menu_romload_end(void);\r
 \r
-// TODO: add more?\r
+\r
 #define CONFIGURABLE_KEYS \\r
-       (BTN_UP|BTN_DOWN|BTN_LEFT|BTN_RIGHT|BTN_STOP|BTN_PLAY|BTN_FWD|BTN_REW| \\r
-               BTN_L|BTN_R)\r
+       (PBTN_UP|PBTN_DOWN|PBTN_LEFT|PBTN_RIGHT|PBTN_STOP|PBTN_PLAY|PBTN_FWD|PBTN_REW| \\r
+               PBTN_L|PBTN_R|PBTN_VOLUME|PBTN_BRIGHTNESS|PBTN_ALARM)\r
 \r