DaedalusX64 SVN Revision 755 がリリースされました。
PSP用ニンテンドー64エミュレータ
DaedalusX64 SVN Revision 755 がリリースされました。
更新内用DaedalusX64 SVN Changelog:
r748
[=>] Merged from Dev branch:
Rev 560 - Corn
[!] Fixed BSOD in Duck Dodgers (TMEM palette)
Rev 561 - Salvy
[!] ForceMtx(2) takes two cmds so skip' em (reduces significantly Dlist size of games that use it)
Rev 562 - Corn
[!] avoid concatenation/multiplication of world and projection matrices for CBFD and PD (small speed up)
[!] use aligned loads and saves for matrix multiplication in psprenderer (small speed up)
Rev 563 - Corn
[-] Reverted some of the aligned matrix multiplications since for some reason they are unaligned?
Rev 564 - Corn
[!] Fixed matrix alignment (including DKR)
Rev 565 - Corn
[!] Refinements in VFPU TnL code for small speed up
[!] Fixed matrix stack limits to proper values
[!] Save some memory with smaller indices buffers
Rev 566 - Salvy
[!] Some more optimizations in copying data with vectors (~20 ops)
Rev 567 - Salvy
[!] Simplified Light Colour (VFPU TnL needs to be updated!!)
Rev 568 - Corn
[!] Ambient light change is now compatible with VFPU TnL code (standard and Perfect dark)
r749
[=>] Merged from Dev branch:
Rev 569 - Corn
[!] Indice buffer is now 256
[!] Clean up among the hacks
Rev 570 - Salvy
[!] Some optimizations in copying data with vectors in Texrect/Flip (~29 ops)
Rev 571 - Corn
[!] Pass values by reference in coordinate translation function
Rev 572 - Salvy
[+] Daedalus can now be translated to any language (not used yet, will add Spanish translation as example and leave the rest to the community)
[~] Some clean ups to some redundant code
Rev 573 - Salvy
[!] Identified most strings to be translated (We can start translating now)
[!] Some improvements and clean ups to Translation codebase
Rev 574 - Salvy
[+] Added menu to switch languages (WIP!!!) can be found in Global Settings
Rev 575 - Salvy
[!] More work and clean ups when loading languages to GUI
Rev 576 - Salvy
[!] Reverted 573 (I'll use a way better method to identify strings =)
Rev 577 - Salvy
[+] Use a more robust method to identified strings (we'll hash each string and thus we can translate any string without having all the redundant stuff all over our strings)
Rev 578 - Salvy
[~] Forgot to update makefile
r750
[=>] Merged from Dev branch:
Rev 579 - Corn
[!] small optimizations in TnL for CBFD and PD
Rev 580 - Salvy
[!] Alot of improvements and fixes to translation codebase (Is fully working now)
[+] Added Spanish translation by niccoooodu61
Rev 581 - Salvy
[!] Made language switching friendlier (language changes will happen instantly too)
[!] More clean ups to remove redundancies
Rev 582 - Salvy
[!] Fixed translated strings not showing correctly when wrapping
[~] Simplified codebase abit more (All strings are interpreted as UTF8 anyways)
[!] Use INTRAFONT_CACHE_ALL instead of INTRAFONT_CACHE_ASCII (was causing some random issues with unicode strings)
Rev 583 - Salvy
[!] Updated Spanish translation (Ricot)
[+] Added Russian translation by Scarecrow
[+] Added French translation by niccoooodu61
[+] Added Brazilian translation by Lev Tolstoi
Rev 584 - Salvy
[!] Fixed ancient regression that was breaking most unicode strings
[!] Translations will fall back to use intrafont's manual linebreaking feature (our auto-linebreaking can't handle unicodes)
[+] Handle special chars as newline when parsing language files (Needed by intrafont's linebreaking)
Rev 585 - Salvy
[!] Fixed memory leak in cheat feature
[!] Fixed translations switching to default when accessing pause menu (thnx Ricot for reporting it)
[!] Fixed language list being inconsistent (thnx Ricot for reporting it)
[!] One more fix when wrapping translated text (thnx pzu for reporting it)
[!] Simplify getting language name
[!] No longer register a sysevent handler when using volatile memory (Was breaking exception handler, also volatile memory now works in signed builds)
[!] Use scePowerLock to disable power switch and thus "disable" suspend mode (needed when using volatile memory)
Rev 586 - Salvy
[!] Avoid translating strings when hash fails
[!] Increased translated text array
Rev 587 - Salvy
[!] Updated Spanish translation (Ricot)
Rev 588 - Salvy
[-] opps!
Rev 589 - Salvy
[!] Fix translated text height is not calculated correctly when breaking lines
[!] Load translations to volatile memory and only unload if using a different language
r751
[=>] Merged from Dev branch:
Rev 590 - Corn
[!] Check for Off screen rendering in Tri1, 2 and 4 is now for CBFD only and skips the whole list at once thus avoiding checking individual tris (small speed up)
[!] If Off screen rendering is true, TnL is skipped for Conker (small speed up)
[~] Small cosmetic change in GUI text (will this break translations?)
Rev 591 - Salvy
[!] Is now possible to translate savestate menu, battery/time status, splash screen, daedzone screen and other strings.
[!] Some clean ups in translation codebase
[!] Only fetch language files once
[!] Updated Brazilian Portuguese translation (Scarecrow)
[!] Updated Spanish translation (Ricot)
Rev 592 - Salvy
[!] More text in About screen can be translated
Rev 593 - Salvy
[!] Fixed Min/Max text overlapping in Adjust DeadZone Screen
[!] Typo from last commit that broke time/bat stats display_height
[!] Updated Spanish translation (Ricot)
Rev 594 - Salvy
[!] Cosmetic changes to battery/time stats
[!] Draw battery/time stats in one go
[!] Center align battery/time stats
Rev 595 - Salvy
[!] Updated Brazilian Portuguese (Scarecrow)
[!] Simplified translate parsing
Rev 595 - Corn
[+] Added SM64 Star Road and Christmas Carnival ROMs
[+] Added Camera Control Cheat code for SM64 Star Road
[!] Fixed a typo in cheats file
Rev 597 - Salvy
[!] Removed both CoverFlow GUI and compatibility info (RomSelector is now ~2k lines smaller). As discussed here: http://forums.daedalusx64.com/viewtopic.php?f=38&t=3799
Rev 598 - Salvy
[!] Updated Russian translation (pzu)
[-] Removed all compatibility codes from roms.ini
[-] Removed GUI selector option (no longer used)
r752
[=>] Merged from Dev branch:
Rev 599 - Corn
[!] Bigger cover art picture and other rearrangements in classic GUI
[!] Changed chunk size for ROM cache
[!] added -fpredictive-commoning to makefile, 5% speed up in some cases (tnx Salvy)
Rev 600 - Salvy
[!] Reduced number of ucode cache entries to 6 (Max ucodes I ever seen per game is 4 anyways)
[!] Don't cache ucodes globally, only per game (to avoid hitting max of entries and spreading too far)
[!] Revert change to chunk size for ROM cache
Rev 601 - Salvy
[!] Removed sysevent.prx (no longer needed)
[!] Tidy ME initialization
Rev 602 - Corn
[!] Fixed small bug in VFPU TnL code for PD
Rev 603 - Salvy
[+] Added Italian translation by kakarotto
[+] Added Dutch translation by grivy
[!] Is now possible to hash/dump your own strings erg hash.txt (Just use DAEDDAED value in your language file to prompt Daedalus to do so)
[~] Minor corrections to Spanish translation
[-] Removed compatibility with compressed ROMs (Daedalus no longer reads compressed ROMS, didn't work well in the PSP due the limited amount of memory anyways, and just the unzip lib alone added a good amount of bloat to the binary)
[!] Updated unzip lib from 0.15 to 1.01h
Rev 604 - Salvy
[!] Forgot this
Rev 605 - Salvy
Rev 606 - Salvy
[!] Updated Spanish translation (Ricot)
[!] Updated French translation (niccoooodu61)
[!] Tyde compile flag to disable compressed Roms support, also disabled remaining code used for it.
[~] Reverted Rom cache size change for Phat PSPs
[~] Some small cleans ups
r753
[=>] Merged from Dev branch:
Rev 607 - Salvy
[!] Allocate the entire extra memory of PSP Slim and newer models (32mbs in total)
[+] Added a new option (Found in Global Settings) which allows you to use either Rom cache (default, slower but faster boot time) or Rom Buffer (faster, but slower boot time, since it has to buffer the entire Rom to the Ram, Note: Any Rom bigger than 32mbs will fall back to use Rom Cache)
[!] Don't allocate RomCache if we load the whole ROM (Rom Buffer)
[!] Don't allocate memory for VideoManager (Was used to fall back if running out of VRAM, happens very rare [about 3 known games, we could use the volatile memory for this eventually?] )
All of these is a nop for PSP Phat and any PSP not using CFW or HEN
Note: This is a WIP!!!!
Rev 608 - Salvy
[!] Clean ups and fixes to previous commit
Rev 609 - Corn
[+] Add 1.5MB of volatile RAM to the memory pool for textures (SLIM->5.5MB and PHAT->3.5MB)
Rev 610 - Salvy
[!] Fixed PHAT compatibility with recent changes
[!] Made conditions when using large Rom cache or Rom buffer, more safely to avoid any unwelcome bugs ;)
[!] Some clean ups
r754
[=>] Merged from Dev branch:
Rev 611 - Corn
[!] Made ROM cache lines equal length regardless of cache size
[-] Removed debug info
[!] Changed description text for ROM buffer/cache
Rev 612 - Salvy
[~] More clean ups to ROMFileMemory
[!] Made more robust when Allocating and freeing ROM Cache/Buffer
[+] Create memory pool for PHAT as well to avoid fragmentation and keep things neat
Rev 613 - Salvy
[!] Updated French translation (niccoooodu61)
[!] Huge clean up (redundant code, unnecessary checks/asserts etc) in our RomFile code
[!] Removed nasty hack I had when either reading to header of Rom or loading Rom completely (everything is allocated separately now to avoid this sort of bugs..)
Rev 614 - Salvy
[+] Added quick loading bar for ROM buffer (based from our compressed Rom loading bar, pretty much a test...)
Rev 615 - Corn
[!] Fixed ROM buffer loading screen showing progress bar
[!] fixed text for buffer modes
Rev 616 - Salvy
[!] Fixed typo in hash in all translations
[!] Only try to load language files once when system inits
[!] Fixed crash when number of language files changed
[+] Conserve the order of languages, regardless if their number was changed
[!] Increase ROM cache size for PHAT from 2MB to 4MB
Rev 617 - Salvy
[!] Fixed potential bug in our home button implementation with signed builds under FW 6XX or higher
[!] Slight change to our loading screen for ROM buffer
r755
[!] Updated roms.ini with latest changes
準備するもの
- CFW導入済みのPSP
- N64ROM
導入方法(1).DaedalusX64 SVN Revision 755 をダウンロード して解凍
(2).DaedalusX64 SVN Revision 755フォルダをPSP/GAMEフォルダにコピー
[ メモリースティック構成 : PSP/GAME/DaedalusX64 ]
(3).RomsフォルダにROMを入れる
(4).メモステから起動
動作が軽くなっていますね
- 操作方法
□ボタ ン:Aボタン
×ボタン:Bボタン
△ ボタン:Zボタン
Lボタン:Lボタン
Rボタン:Rボタン
START ボタン:STARTボタン
ゲーム中に SELECT ボタン を 押すと オプション変更画面 が表示されますので そこでオプションが変更可能です。
説明Edit Preferences:ゲーム中の設定を変更します Save State:ステートセーブをします
Load State:セーブしたステートをロードします
Take screenshot:スクリーンショットを撮ります
Resume Emuration:ゲームに戻ります
Return to Main Menu:メインメニューに戻ります
Edit Preferences の説明Texture Update Check:マリオカートのような いくらかのゲームで必要です
FrameSkip: フレームをスキップして動作速度を速くします
Limit Framerate:動作速度が通常以上に出ないように制限します
Double Display Lists:ゴールデン・アイなどのいくらかのゲームによって必要です
Dynamic Recompilation:大部分の動作速度が出ている所で働きます
Dynamic Stack Optimisation:余分な速度のために Dynamic Recompilation で働きます
High Level Emulation:動作速度が向上し安定に動作します
Audio:
Disabled - 音が出ません ※動作速度が最も速くて一番安定しています
Sync - 音が出ます ※動作速度は遅くなりますが それなりに安定しています
Async - 音が出ます ※動作速度は速いですが不安定です
Controller: コントローラー設定をします
設定を変更した ら Confirm Settings を ×ボタン で選択して設定を保存します。
Advanced Options の説明Clean Scene:Clean Scene 機能が有効にする Increase VI Event:ペーパーマリオのようなゲームでの画面のちらつきを抑えますがゲームによっては動作が遅くなる場合があります
Dynamic Loop Optimisation:有効にすると 少し動作速度が向上しますが、いくらかのゲームが動かなくなります
GoldenEye TLB Hack:ゴールデンアイのゲームで TLB ハックを有効にします
Double Display Lists:Double Display Lists 機能を有効にします
Disable Simulate Double:シュミレート Double Display を無効にします
View Port Hack:Super Bowlling 64 で View port Hack を有効にします
Disable Flat Shade:Flat Shade を無効にします
設定を変更したら Confirm Settings を ×ボタンで選択して設定を保存します。
I lіke what yօu guys aare up toο. Ҭhis kin οf clever wwork ɑոd reporting!
Keеp up the superb works guys I've addeԁ you guys to mу own
blogroll.
Excellent post. I ѡill bе facing some of thesе issues ass ԝell..
Yoս realply make it seem sο easy with your presentation ƅut I in
finding tɦis topic tо Ƅe reallү sοmething whicҺ I thiոk І
ԝould ոеver understand. It қind of feels tߋo complex ɑnd extrremely wife for me.
І am hɑving a lօok ahead to yоur subsequent ρut up,
I'll tгy to gеt thе daqngle oof it!
Yoսu ought to take pɑrt in a contest for one off the best blоgs on tҺe internet.
I most certainly will highly reccommend this site!
Hmm іt lоoks lіke yohr website ate myy fiгst ϲomment (іt
was exyremely long) sο I guess I'll just sum іt սp whɑt I submitted aոd say, I'm thoroսghly enjoying ʏour blog.
I too am an aspiring blog writer but I'm stіll ոew to the whole thіng.
Do yοu havе any tipls foor inexperienced blg writers? Ι'd genuinely аppreciate it.
Righ ɑway Iam goinǥ to do my breakfast, onсе ɦaving my breakfast coming yеt
agin tо read fuгther news.
Hey there! Ɗo you use Twitter? I'd like to folllow yօu if tҺat wοuld Ьe
okay. I'm defiոitely enjoying your blog aոd look forward tօ nnew updates.
naturally liҝe your web-site but you nesed tօ test tҺe spelling on severzl ߋf your posts.
Several of thеm arе rife with spelling pгoblems
аnd I іn finding itt very bothersome to inform tɦe truth on the other hand Ι will definitеly come bacκ agaіn.
Ƭhіs design is wicked! You obviߋusly ҟnow hoա too keep a reader amused.
Вetween your wit and ƴoսr videos, I wɑs almkost mofed tо
start my oԝn blog (well, almost...HaHa!) Excellent job.
Ι гeally loved wuat ƴoս Һad to saƴ, annd mօrе than
that, how уߋu preѕented іt. Too cool!
Hі, Neat post. Ҭhere is a problem ɑlong with your website in internet explorer, աould test tҺiѕ?
ӏЕ nonetheless is tɦe market chief аnɗ a bіg component ߋf folks will omit уoսr ցreat writing Ԁue to this ρroblem.
Pretty! This waѕ a realy wwonderful post. Ϻaոy thanқs for supplying these details.
I blog frequently and I genuinely tҺank you foг your infoгmation.
This grеat article ɦaѕ гeally peaked mƴ
interest. I'm going to takе ɑ note of ƴߋur blog and keеp
checking for new details about оnce per week.
ӏ opted in for your Feed ɑs well.
採用を担当した人が文句垂れるのは、お決まりの風物詩になってきたなw.
披露宴に招待されたら友達枠ならやっぱ3万だわな。 .
バツイチ男性との結婚
そのとおり。自分はいい旦那さんを選んで幸せ、自分より10歳上で常識ない奥さんを嫁にするダンナさんもその程度だろうなと幸せに浸るが吉.
これを慣例化すれば美江の張り合いは必要なくなる。.
セックスがなければ友情など成立しないという事実。
. 結婚決まってから挙式までの間に方々からチヤホヤされるせいか .
Fiasco est l'un des rares rappeurs qui parle des vrais probl猫mes du monde 脿 la place de ses biens les plus pr茅cieux qui lui vaut beaucoup de respect dans le hip hip. Et le fait que ses nouvelles "Lasers" album dispose de 4 1/2 茅toiles montre des gens aiment sa musique.
Les d茅taillants gagnent en Ao没t The Gap Inc
je te conseille d'acheter du materiel de pro qui se vend maintenant pour le grand public et que tu trouves dans les magasins specialisés, souvent dans des zones commerciales.
香川県ルー餃子のフジフーヅはバイトにパワハラの末指切断の重傷を負わせた犯罪企業
Công ty Quảng Cáo Đại Phát cung cấp dịch vụ thiết kế,
in ấn và thi công biển bảng quảng cáo, biển đèn led, chữ nổi, in ấn hiflex uy tín, chất lượng cùng giá thành cạnh tranh nhất trên thị trường tại khu vực TP.
Hồ Chí Minh
Làm bảng hiệu quảng cáo tphcm - Một bảng hiệu
đẹp với thiết kế thu hút sẽ là lợi thế
lớn của bạn trong việc quảng bá thương hiệu, và sản phẩm dịch
vụ.
Thiết kế, in ấn, thi công bảng biển hiệu quảng cáo đèn LED, chữ nổi
Inox, đèn LED ma trận, mặt dựng alu, bảng
hiệu, hộp đèn, tủ kệ nhôm kính giá rẻ.
- lam bang hieu
- bang hieu quang cao
- bang hieu alu
- bang hieu mica
- bang hieu den led
- bang hieu inox
- bang hieu hop den
Quang Cao Dai Phat
Hotline: 0935 79 00 28
Email: daiphatgroup2010@gmail.com
コメントする
PSVita用メモステ
├04GB -¥ 1,800
├08GB -¥ 2,618
├16GB -¥ 4,500
└32GB -¥ 7,772
PSP用メモステ
├04GB - ¥ 0,820
├08GB - ¥ 3,109
├16GB - ¥ 6,190
└32GB - ¥ 7,700
MicroSDHC
├04GB - ¥ 0,410
├08GB - ¥ 0,520
├16GB - ¥ 1,100
└32GB - ¥ 2,210
価格更新日:2012/01/12
Powered by ライブドアブログ