mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
final adjustments for Giz release
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@272 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
9a8ffeeeea
commit
0ffa8947ee
3 changed files with 8 additions and 2 deletions
|
@ -112,6 +112,7 @@ typedef struct
|
||||||
unsigned short Seconde;
|
unsigned short Seconde;
|
||||||
unsigned short Frame;
|
unsigned short Frame;
|
||||||
unsigned char Ext;
|
unsigned char Ext;
|
||||||
|
unsigned char pad[3];
|
||||||
} CDD;
|
} CDD;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ How to run Sega/Mega CD games
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
To play any game, you need BIOS files. These files must be copied to the same
|
To play any game, you need BIOS files. These files must be copied to the same
|
||||||
directory as PicoDrive. Files can be named as follows:
|
directory as mentioned PicoDrive files. Files can be named as follows:
|
||||||
|
|
||||||
US: us_scd1_9210.bin us_scd2_9306.bin SegaCDBIOS9303.bin
|
US: us_scd1_9210.bin us_scd2_9306.bin SegaCDBIOS9303.bin
|
||||||
EU: eu_mcd1_9210.bin eu_mcd2_9303.bin eu_mcd2_9306.bin
|
EU: eu_mcd1_9210.bin eu_mcd2_9303.bin eu_mcd2_9306.bin
|
||||||
|
@ -351,7 +351,12 @@ Key configuration
|
||||||
|
|
||||||
Select "Configure controls" from the main menu. Then select "Player 1" and you will
|
Select "Configure controls" from the main menu. Then select "Player 1" and you will
|
||||||
see two columns. The left column lists names of Genesis/MD controller buttons, and
|
see two columns. The left column lists names of Genesis/MD controller buttons, and
|
||||||
|
#ifdef GP2X
|
||||||
the right GP2X ones, which are assigned to them. If you bind 2 different GP2X buttons
|
the right GP2X ones, which are assigned to them. If you bind 2 different GP2X buttons
|
||||||
|
#endif
|
||||||
|
#ifdef GIZ
|
||||||
|
the right Giz ones, which are assigned to them. If you bind 2 different Giz buttons
|
||||||
|
#endif
|
||||||
to the same action, you will get a combo (which means that you will have to press
|
to the same action, you will get a combo (which means that you will have to press
|
||||||
both buttons for that action to happen.
|
both buttons for that action to happen.
|
||||||
|
|
||||||
|
|
|
@ -1356,7 +1356,7 @@ static void draw_menu_credits(void)
|
||||||
menu_draw_begin(1);
|
menu_draw_begin(1);
|
||||||
|
|
||||||
text_out16(tl_x, 20, "PicoDrive v" VERSION " (c) notaz, 2006,2007");
|
text_out16(tl_x, 20, "PicoDrive v" VERSION " (c) notaz, 2006,2007");
|
||||||
text_out16(tl_x, 30, "rc1");
|
|
||||||
y = tl_y;
|
y = tl_y;
|
||||||
text_out16(tl_x, y, "Credits:");
|
text_out16(tl_x, y, "Credits:");
|
||||||
text_out16(tl_x, (y+=10), "Dave: Cyclone 68000 core,");
|
text_out16(tl_x, (y+=10), "Dave: Cyclone 68000 core,");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue