final adjustments for Giz release
authornotaz <notasas@gmail.com>
Sat, 6 Oct 2007 19:26:40 +0000 (19:26 +0000)
committernotaz <notasas@gmail.com>
Sat, 6 Oct 2007 19:26:40 +0000 (19:26 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@272 be3aeb3a-fb24-0410-a615-afba39da0efa

Pico/cd/LC89510.h
platform/base_readme.txt
platform/gizmondo/menu.c

index df4987e..2b0d382 100644 (file)
@@ -112,6 +112,7 @@ typedef struct
        unsigned short Seconde;\r
        unsigned short Frame;\r
        unsigned char  Ext;\r
+       unsigned char  pad[3];\r
 } CDD;\r
 \r
 \r
index 078c326..9cedf35 100644 (file)
@@ -44,7 +44,7 @@ How to run Sega/Mega CD games
 -----------------------------\r
 \r
 To play any game, you need BIOS files. These files must be copied to the same\r
-directory as PicoDrive. Files can be named as follows:\r
+directory as mentioned PicoDrive files. Files can be named as follows:\r
 \r
 US: us_scd1_9210.bin us_scd2_9306.bin SegaCDBIOS9303.bin\r
 EU: eu_mcd1_9210.bin eu_mcd2_9303.bin eu_mcd2_9306.bin\r
@@ -351,7 +351,12 @@ Key configuration
 \r
 Select "Configure controls" from the main menu. Then select "Player 1" and you will\r
 see two columns. The left column lists names of Genesis/MD controller buttons, and\r
+#ifdef GP2X\r
 the right GP2X ones, which are assigned to them. If you bind 2 different GP2X buttons\r
+#endif\r
+#ifdef GIZ\r
+the right Giz ones, which are assigned to them. If you bind 2 different Giz buttons\r
+#endif\r
 to the same action, you will get a combo (which means that you will have to press\r
 both buttons for that action to happen.\r
 \r
index eb50f9c..5606214 100644 (file)
@@ -1356,7 +1356,7 @@ static void draw_menu_credits(void)
        menu_draw_begin(1);\r
 \r
        text_out16(tl_x, 20, "PicoDrive v" VERSION " (c) notaz, 2006,2007");\r
-text_out16(tl_x, 30, "rc1");\r
+\r
        y = tl_y;\r
        text_out16(tl_x, y, "Credits:");\r
        text_out16(tl_x, (y+=10), "Dave: Cyclone 68000 core,");\r