DaedalusX64 Beta 1


File Name daedalusx64_beta_1.zip
File Type ZIP
Developer DaedalusX64 Team
Operating System PSP
File Size 2.09 MB
Created 11/12/2008
Updated 11/12/2008
Downloads 115465 times
Download time  
Modem: 5 min
ISDN: 2 min
DSL: 0 min 11 sec
CABLE: 0 min 8 sec
T1: 0 min 4 sec

DaedalusX64 Beta 1
Rating: 4.23/5.00
Rated by: 128 users
Rate it:
Please scroll down for the download button and more file information.

Download!
File Description
DaedalusX64 is the continuation of the original Daedalus PSP port by StrmnNrmn. It is a GPL Open Source project. The official support and discussion forum is located at http://DaedalusX64.com

Changelog:
DaedalusX64 Beta 1 - 08 November 2008 (Change from R14 Beta)
----------------------
[+] TV Out Support (Chilly Willy)
[+] ME Audio Supported (Small speed-up with sound on.) (Chilly Willy)
[+] Increased audio buffers for better sound quality (Kreationz)
[+] Changed logo and graphics to represent new name (graphic by SynGamer)
[!] Fixed screen shots (Chilly Willy)
[!] Fixed an OoT custom clend Mode (Wally)
[!] Fixed Shaking using double display lists (GoldenEye 007, others...) (idea Wally, code Kreationz)
[!] Pause Menu Reset not working properly (Kreationz)
[!] Fixed FPS Display and Framerate limiter (Kreationz)
[!] Optimized code generation for fragments which branch to themselves is now optional
Fixes games that broke from R12-13 (Kreationz)
[^] Improved thread communications in job manager (Hlide)

R13 - 04 November 2007
----------------------

[+] Savestate support.
[^] Improved dynarec load/store code generation to remove a branch and a couple of instructions.
[^] Dynarec now generates much better code for fragments which branch to themselves.
[^] Dynarec load/stores through the stack pointer are now much more efficient.
[^] Avoid invalidating the instruction cache where possible.
[^] Simplified CPU event handling, making it slightly more efficient.

R12 - 26 June 2007
------------------

[!] Fixed issue preventing Goldeneye from being loaded.
[!] Fixed dynarec for Goldeneye.
[!] Fixed dynarec for Super Smash Bros.
[!] Fix various texturing issues with 4bpp and small or non power-of-2 textures.
[!] Fix TexRect instructions with negative s/t components.
[!] Fixed the HUD in Mario 64 (broken in R11.)
[!] Fixed lights in F3DEX2 microcodes.
[+] Correctly implement instruction fetch exceptions, improving compatibility.
[+] Improved floating point compatibility.
[+] Correctly handle mask_s/mask_t tile values.
[+] Implemented a few custom blend modes.
[+] Screenshots just cover visible viewport.

R11 - 06 May 2007
-----------------

[*] Large overhaul of rom settings and preferences. All settings should now be persistant.
[+] Native support for palettised textures for faster rendering and less memory usage.
[+] Provided a fixed size pool for all texture memory, to limit memory usage.
[+] Expansion Pak enabled by default.
[!] Updated rom info database to include save mechanism for many roms.
[!] Fix memory leak in texture cache.
[!] Fixed conversion of RGBA/32bpp textures with odd alignments.
[!] Fix crash which occurred when recolouring textures in low memory situations.
[^] Large rewrite of texture cache to reduce memory usage and improve performance.
[^] Various optimisations to the way textures are looked up in the cache and installed.
[^] Optimise offsetting/scaling of texture coordinates.
[^] Improve performance of dynarec fragment cache and reduce memory fragmentation.

R10 - 02 April 2007
-------------------

[+] Added frameskip option.
[+] Added framerate limiting option.
[+] Added adjustable stick deadzone.
[+] Allow pause menu to be activated even when rom emulation has hung.
[!] Fix crash when no roms found, added explanatory message.
[!] Fix flickering when small number of roms found.
[^] Fix texture hash frequency check.
[^] Finally got code compiling with -O3 optimisation flag in GCC.
[^] Use VFPU for InvSqrt (thanks hlide!)
[^] Improved VFPU code for clipping and tnl (thanks Raphael!)
[^] Improved inlining of AddTri.
[^] Reduced time spent searching for overridden blend modes.
[~] Remove debug console in public release builds (smaller footprint and slight speedup.)

R9 - 22 February 2007
---------------------

[+] Added support for RGBA 4444 and 5551 textures
[!] Tidied up all the texture conversion code, fixing a few bugs in the process
[!] Fixed the width/height of FillRect calls in 1 and 2 cycle mode
[!] Fixed a blending bug
[^] Use 16-bit textures on the PSP to represent 16-bit N64 textures.
[+] Added mirrored texture support
[!] Fixed a LoadTile bug, allowing a couple of hacks to be removed
[+] Added some new blend modes for various roms
[!] Fixed the Tri2 command for F3DLX microcodes
[!] Fixed a bug in busy-wait detection
[!] Fixed a few dynarec stability issues (relating to exceptions occuring mid-trace)
[+] Added audio support
[+] Added the ability to dump textures (developer builds only at the moment)
[!] Fixed screenshots. Again.
[+] Implemented cmp.s, cvt.s, cvt.w, mtc1, mfc1, bc1f, bc1t, j, cfc1, ctc1,
daddu, trunc.w.s, bc1t, bc1f, bc1tl, bcifl, bnel, beql, blezl, bgtzl,
bltzl, blezl in dynarec
[^] Avoid setting the branch delay flag and current PC in generated dynarec code unless necessary
[^] Much better memory access handling in dynamically recompiled code
[^] Use a second code buffer for generated dynarec code, to avoid polluting the instruction cache
[+] Further improve the memory access handling in generated dynarec code
[!] Fix register usage analysis for lwc1/swc1/mfc1/mtc1 which was preventing base registers used
in these instructions from being cached
[^] Have compensation blocks restore nobbled registers, so on-trace code does't need to reload
[+] New automatic blender
[+] New front-end
[+] New pause menu, with option to reset to main menu

R8 - 25 August 2006
-------------------

[^] Replaced all uses of sceCtrlReadBufferPositive with sceCtrlPeekBufferPositive.
[^] Various known value optimisations for the dynamic recompilation engine.
[^] Various texture cache optimisations and rendering optimisations.
[+] Implemented a new clipping method which is more efficient and gives better results.
[-] Removed 'tesselate large triangles' setting.
[+] Added option to reset emulator to the main menu.
[^] No longer use index buffers for rendering.
[^] Implement matrix multiplication using VFPU.
[^] Implement vertex transform and lighting code using VFPU.
[^] Implement clipping code using VFPU.
[^] Minor AddTri optimisations.
[^] Free background and font textures while emulator is running to free VRAM.
[!] Fixed bug in default controller config (c-down and dpad-down were broken)

R7 - 13 August 2006
-------------------

[^] Avoid checking for interrupts in dynarec code in most situations.
[^] Optimise dynarec Load/Store instructions to avoid checking for interrupts directly.
[^] Implemented the remaining 32-bit integer instructions in the dynarec.
[^] Implemented the remaining commong load/store instructions in the dynarec.
[^] Implemented JAL/JR in dynarec.
[^] Optimised various texture cache related features.
[^] Added various known value optimisations to the dynarec engine.
[^] Link together blocks even when they exit with branch likely instructions.
[+] Added option to allow frequency of texture update checks to be reduced.
[+] Added the ability to configure buttons
[!] Fixed a couple of compatibility issues caused by the dynarec.
[!] Fixed a couple of issues related to self-modifying code and the dynarec.
[!] Fixed issues with the framerate counter flickering.

R6 - 19 July 2006
-----------------

[+] Added over 50 new combiner modes
[+] Added support for c-buttons
[+] Load roms from ms0:N64 in addition to local roms directory
[!] Fixed backface culling issues
[!] Correctly implemented flipping to avoid flickering with certain roms
[!] Plugged memory leak in texture handling code, fixing various crashes
[!] Fixed issue which caused screenshot function to hang the emulator

R5 - 15 June 2006
-----------------

[+] New DynaRec engine, resulting in significant performance improvements
[+] New front end - ability to toggle a couple of options (more to come)
[+] Save game first pass (eeprom4k, eeprom16k and mempak)
[^] Various interpreting engine optimisations
[~] Use .png fileformat for background images, save ~380KB
[~] Stripped out unnecessary code, save ~250KB


R4 - 05 May 2006
----------------

[!] Disable PSP FPU exceptions, enabling many roms to run.
[!] Fixed ambient lighting bug.
[!] Fixed scissoring.
[~] Only create temp rom file if compressed (not swapped).
[~] Fixed decaling offset.
[~] Lots of combiner additions/fixes.


R3 - 02 May 2006
----------------

[+] Added support for streaming in large roms on demand.
[+] Various combiner (graphics) fixes.
[!] Fixed 120K wasted memory.
[~] Minor cosmetic (debug output) tweaks.
[~] Stopped debug output obscuring screenshots.

R2 - 01 May 2006
----------------

[+] Now runs in user-mode.
[!] Rom selector now recognises .z64/.rom files.
[~] Fixed various hard-coded paths.
[~] Debug output is now correctly colourised.


R1 - 01 May 2006
----------------

[+] Initial Release



 

Become a Member of QJ.Net!

If you want your comments to go live without waiting for moderation, you need to be logged in. Being logged in has its benefits:
  • Logged in members do not wait for their comments to be approved.
So why wait? Create an account or login now! It's easy, quick, and free.

To get started, use the LOGIN boxes, or the REGISTER link at the top right!

Add comment

Security code
Refresh


















































































Welcome to QJ.Net!

If you want your comments to go live without waiting for moderation, you need to be logged in. Being logged in has its benefits:
  • Logged in members do not wait for their comments to be approved.
So why wait? Create an account or login now! It's easy, quick, and free.

To get started, use the LOGIN boxes, or the REGISTER link below!



Want to learn more about the team who brings you the QJ news?

Read about them now!


 Username: 
 Password:

Newest Downloads

02/10/2012 - 02/14/2012


02/14/2012
02/14/2012
02/14/2012
02/14/2012
02/14/2012
02/11/2012
02/11/2012
02/11/2012
02/10/2012
02/10/2012
02/09/2012
02/09/2012
02/07/2012
02/07/2012
02/07/2012
HOT FLASH GAMES

Shipping Yard

Valentines Shooter

Assassin Jane Doe

Highway Traveling

Stunt Tracks 2

Warzone Tower Defense Extended

RSS Feeds Follow us on Twitter Find us on Facebook


HOT GAMING NEWS TOPICS


POPULAR GAMING NEWS SEARCHES

off road | xbox 360 game | marvel pinball | vita custom firmware | daedalusx | battery saver | xbox 720 | rain maker mms | gailsalony | inazuma eleven psp | applications and cor | grand turismo 5 | snes9gx covers | ps360 | madhuri dixit | moonjump mario kart wii | monter hunter | naruto storem2 | nesterj for psp ver | pspmsx | psprevolution | mega mins | music game plugin | usb loader for wii | cwcheat mega man x4 | jk108 | how to play homebrew games | how to record on psp | old man 3 | remapsp | super robot war k | adult psp | kingdom hearts | just dance 2 | sg 57 | pokemon gta download | s9x | ios uninstall | filderunners | psp dom | gta 5 | rss reader | nba live 2011 psp | finalburnalpha | dualshock driver | psp snes9x | how to hack psp 200 | nds windows | ps3 mw2 hack | pspmame4all | psp mame emulators | lotro | ps3 jailbreak emul | wii game loader | fifa 07 | snes9x p | mafia wars | cod mw3 | wwe smackdown vrs raw 2011 | psp portals | gba to psp | no4gba | cube runner psp | penguin | iphone | milf tube | might | wiikey fpga version | ps3 proxy | prometeus | ezflash 5i | windows ce psp | visual boy advance gx | movie player for psp | ps3 system software | eyepet problems | iamjeff | psp plugin tutorial | menseger | sue | memory stick tester | netflix | project4 | ezflash 5i update | unreal 3 | unofficial gpspkai | metal gear solid for ps1 | joytokey controller | psp2 ps3 | psp mac adress | mhp 3 | ssbb intro video | free game | oarna cheat code | psp dgen | philips 6742 | b10 | black ops first str | psp 3006 | pes2012 free downlod | nimms ebook | verizon iphone | operating system psp | gba nds | memory card | bluray fix ps3 | lock the foldes | xmb rco | ultimate ghost n gob | macross | neogamma r9 beta 30 | patapon iso | xvid 4 psp | gta for psp | wii homebrew games | yuyu hakusho | super street fighter | ultimate pandora tools | ftpd | rockband3 drumset | brick recovery | x3maxfw | starcraft demo | tml max engine | xbox 360 iso | knew | minecraft pc | psp hide files | emulatore ps3 | 3rd birthday english | flashcart | ds home | ds emmulator psp | little big planit | kinecti hacks | idol master sp | binary game | iphone emolator | themes shania twain | dop mii app | game voy advance | guest | gran turismo patch | pakistai | directx 10 | one piece psp | move marketing | jpcsp r2259 | crypter | tube8 indiyan | psp joypad | ps3 jail break | firmware updater | enegizer lithium extender pack | final fantasy zero | r1773 | software updates | snes9xty | xbox backup creator | ips3 | psp repertory v1 | super smash bro | pandora elf | demo pack | harts | romance of the | snes xbox 360 | post | ps2 homebrew | infintycat | ace combat psp | billy | packer | bttf | i pod |