X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fuiq3%2Frsc%2Fpicodrive.rss;fp=platform%2Fuiq3%2Frsc%2FPicoDrive.rss;h=eb5f5a62d519c9a604e79eb60dc47ed1dfd870ce;hb=ca482e5de8bacb70db55f43afe02f93fe6fe3f16;hp=6bbef7cca66ec81394165b824e34eb03e0481307;hpb=a6e5aa41816d1d46889012331eeeee6c5ba1dd1e;p=picodrive.git diff --git a/platform/uiq3/rsc/PicoDrive.rss b/platform/uiq3/rsc/picodrive.rss similarity index 88% rename from platform/uiq3/rsc/PicoDrive.rss rename to platform/uiq3/rsc/picodrive.rss index 6bbef7c..eb5f5a6 100644 --- a/platform/uiq3/rsc/PicoDrive.rss +++ b/platform/uiq3/rsc/picodrive.rss @@ -3,7 +3,7 @@ NAME PCDR #include #include #include -#include +#include #include "picodrive.hrh" @@ -89,7 +89,7 @@ RESOURCE QIK_COMMAND_LIST r_app_commands QIK_COMMAND { id=EEikCmdPicoSettings; text="Settings"; type=EQikCommandTypeScreen; namedGroupId=EEikCmdPicoConfig; }, QIK_COMMAND { id=EEikCmdHelpAbout; text="About"; type=EQikCommandTypeScreen; namedGroupId=EEikCmdPicoConfig; }, - QIK_COMMAND { id=EEikCmdPicoLoadROM; text="Load new ROM"; type=EQikCommandTypeScreen; groupId=EEikCmdPicoResume; }, + QIK_COMMAND { id=EEikCmdPicoLoadROM; text="Load new ROM/ISO";type=EQikCommandTypeScreen; groupId=EEikCmdPicoResume; }, QIK_COMMAND { id=EEikCmdPicoReset; text="Reset game"; type=EQikCommandTypeScreen; groupId=EEikCmdPicoResume; }, QIK_COMMAND { id=EEikCmdPicoLoadState; text="Load state"; type=EQikCommandTypeScreen; groupId=EEikCmdPicoResume; }, QIK_COMMAND { id=EEikCmdPicoSaveState; text="Save state"; type=EQikCommandTypeScreen; groupId=EEikCmdPicoResume; }, @@ -137,6 +137,12 @@ RESOURCE ARRAY r_pico_config_pages lines = r_pico_config_page_sound; }, PAGE + { + id = ECtlOptPageMCD; + text = "MegaCD"; + lines = r_pico_config_page_mcd; + }, + PAGE { id = ECtlOptPageMisc; text = "Misc"; @@ -151,7 +157,7 @@ RESOURCE ARRAY r_pico_config_page_main items = { DLG_LINE { - id = ECtlOptRotationLabel; + id = ECtlOptRotationLabel; type = EEikCtLabel; prompt = "Screen Rotation"; control = LABEL { horiz_align = EEikLabelAlignHLeft; }; @@ -167,7 +173,7 @@ RESOURCE ARRAY r_pico_config_page_main }, DLG_LINE { - id = ECtlOptScreenModeLabel; + id = ECtlOptScreenModeLabel; type = EEikCtLabel; prompt = "Screen Mode"; control = LABEL { horiz_align = EEikLabelAlignHLeft; }; @@ -188,18 +194,6 @@ RESOURCE ARRAY r_pico_config_page_main prompt = "Fast renderer (inaccurate)"; }, DLG_LINE - { - id = ECtlOptUseAccTiming; - type = EEikCtCheckBox; - prompt = "Accurate timing (slower)"; - }, - DLG_LINE - { - id = ECtlOptUseAccSprites; - type = EEikCtCheckBox; - prompt = "Accurate sprites (slower)"; - }, - DLG_LINE { id = ECtlOptShowFPS; type = EEikCtCheckBox; @@ -220,7 +214,7 @@ RESOURCE ARRAY r_pico_config_page_sound }, DLG_LINE { - id = ECtlOptChipSelLabel; + id = ECtlOptChipSelLabel; type = EEikCtLabel; prompt = "Emulate these sound chips:"; control = LABEL { horiz_align = EEikLabelAlignHLeft; }; @@ -245,7 +239,7 @@ RESOURCE ARRAY r_pico_config_page_sound }, DLG_LINE { - id = ECtlOptSndQLabel; + id = ECtlOptSndQLabel; type = EEikCtLabel; prompt = "Quality (lowest is fastest)"; control = LABEL { horiz_align = EEikLabelAlignHLeft; }; @@ -262,6 +256,43 @@ RESOURCE ARRAY r_pico_config_page_sound } +RESOURCE ARRAY r_pico_config_page_mcd +{ + items = { + DLG_LINE + { + id = ECtlOptCDcdda; + type = EEikCtCheckBox; + prompt = "CDDA audio"; + }, + DLG_LINE + { + id = ECtlOptCDpcm; + type = EEikCtCheckBox; + prompt = "PCM audio"; + }, + DLG_LINE + { + id = ECtlOptCDramcart; + type = EEikCtCheckBox; + prompt = "SaveRAM cart"; + }, + DLG_LINE + { + id = ECtlOptCDscalerot; + type = EEikCtCheckBox; + prompt = "Scale/Rot. fx (slow)"; + }, + DLG_LINE + { + id = ECtlOptCDbettersync; + type = EEikCtCheckBox; + prompt = "Better sync (slow)"; + } + }; +} + + RESOURCE ARRAY r_pico_config_page_misc { items = { @@ -449,7 +480,7 @@ RESOURCE TBUF r_pico_text_about "

Version %S, by notaz."\ "

Port based on UIQ2 version, which is based on PicoDrive 0.030 for Pocket PC by Dave"\ "

Email: notasas@gmail.com"\ - "

Web: http://notaz.atspace.com"\ + "

Web: http://notaz.gp2x.de"\ "

Dave's Web: http://www.finalburn.com"; } @@ -557,17 +588,22 @@ RESOURCE ARRAY r_pico_tbuf_credits LBUF{txt="- DrZ80, the Z80 emulator written in ARM assembly.";}, LBUF{txt="Homepage: http://reesy.gp32x.de/";}, LBUF{txt="";}, - LBUF{txt="Tatsuyuki Satoh, Jarek Burczynski, MultiArcadeMachineEmulator (MAME) development";}, + LBUF{txt="MultiArcadeMachineEmulator (MAME) development";}, LBUF{txt="- software implementation of Yamaha FM sound generator and";}, LBUF{txt="Texas Instruments SN76489 / SN76496 programmable tone / noise generator";}, LBUF{txt="Homepage: http://www.mame.net/";}, LBUF{txt="";}, + LBUF{txt="Helix community";}, + LBUF{txt="Helix mp3 decoder";}, + LBUF{txt="";}, LBUF{txt="Additional thanks:";}, LBUF{txt="- Charles MacDonald (http://cgfm2.emuviews.com/) for old but still very useful info about genesis hardware.";}, LBUF{txt="- Stéphane Dallongeville for creating Gens and making it open-source.";}, LBUF{txt="- Steve Snake for all that he has done for Genesis emulation scene.";}, + LBUF{txt="- Tasco Deluxe for his reverse engineering work on SVP and some mappers.";}, LBUF{txt="- Bart Trzynadlowski for his SSFII and 68000 docs.";}, - LBUF{txt="- Maze for his research (http://haze.mameworld.info).";}, + LBUF{txt="- Haze for his research (http://haze.mameworld.info).";}, + LBUF{txt="- Lordus, Exophase and Rokas for various ideas.";}, LBUF{txt="- Mark and Jean-loup for zlib library.";}, LBUF{txt="- Peter van Sebille for his various open-source Symbian projects to learn from.";}, LBUF{txt="- Steve Fischer for his open-source Motorola projects.";},