• DCEmu Homebrew Emulation & Theme Park News

    The DCEmu the Homebrew Gaming and Theme Park Network is your best site to find Hacking, Emulation, Homebrew and Theme Park News and also Beers Wines and Spirit Reviews and Finally Marvel Cinematic Universe News. If you would like us to do reviews or wish to advertise/write/post articles in any way at DCEmu then use our Contact Page for more information. DCEMU Gaming is mainly about video games -

    If you are searching for a no deposit bonus, then casino-bonus.com/uk has an excellent list of UK casino sites with sorting functionality. For new online casinos. Visit New Casino and learn how to find the best options for UK players. Good luck! - Explore the possibilities with non UK casinos not on Gamstop at BestUK.Casino or read more about the best non UK sites at NewsBTC.
  • DCEmu Featured News Articles

    by Published on September 1st, 2010 18:59

    An Australian man who took Sony to court over the company's decision to remove Linux functionality from the PS3 console has now lost his claim, with the court clearing the manufacturer of any wrongdoing regarding the upgrade.

    http://games.slashdot.org/story/10/0...-Over-Other-OS ...
    by Published on September 1st, 2010 18:58



    Apple has just revealed its 6th generation iPod nano, which has been outfitted with just about the boldest redesign the portable media player has experienced yet. Gone is the clickwheel, to be replaced with a touchscreen interface and a shuffle-esque square form factor. It's now 46 percent smaller and 42 percent lighter. Hard volume buttons on the side and a clip on the back provide the minimal hardware accouterments to that multitouch touchscreen, while the inside provides enough juice for 24 hours of audio playback. Seven total color options will be up for grabs, including a Product RED option, with prices set at $149 for 8GB of storage or $179 for 16GB and pre-orders being taken today.

    http://www.engadget.com/2010/09/01/i...no-redesigned/ ...
    by Published on September 1st, 2010 18:57

    Nintendo famously called Apple the enemy of the future in the video gaming space, and by golly, it looks like the Japanese giant was right; Steve Jobs just told an audience that the iPod touch alone outsells Nintendo's DS and Sony's PlayStation Portable combined, worldwide. How many games iPod touch users actually play and for how long wasn't discussed, but Jobs said 1.5 billion "games and entertainment" apps have been downloaded -- again, on the iPod touch alone, never mind all those iPhones.

    http://www.engadget.com/2010/09/01/a...-ipod-touch-o/ ...
    by Published on September 1st, 2010 18:56



    Current iPod touch wasn't thin enough for you? Look no further than... well, the new iPod touch just announced today. Naturally, Apple has re-upped its "iPhone without the phone" to include the Retina Display from the iPhone 4, an Apple A4 core, 3-axis gyroscope, Game Center, and FaceTime support thanks to the addition of a front cam. Oh, and speaking of cams, it's also got a rear cam capable of HD video -- but you'll be paying a bit more than you will for that cute little nano: $229 for 8GB, $299 for 32GB, and $399 for 64GB (yep, 16GB and 128GB are both no-shows). Ships next week, pre-orders start today.

    http://www.engadget.com/2010/09/01/i...gets-revamped/ ...
    by Published on September 1st, 2010 18:55

    Not a huge surprise here, but Apple's just announced ITunes 10, complete with a brand new logo that finally ditches the CD. What is something of a surprise, however is the standout feature: Ping. That's Apple's take on a music-centered social network (think Last.fm), which will let you follow people (including artists), establish a "circle of friends," post comments, check out custom song and album charts, and even find over 17,000 concert listings. Developing....

    http://www.engadget.com/2010/09/01/a...ces-itunes-10/ ...
    by Published on September 1st, 2010 18:54

    BlitzTech has announced that its middleware and development tools now include full functionality for Kinect on Xbox 360 and Move for PS3.
    UK-based studio Blitz has used its propriatory tech suite on upcoming Kinect and Move-based titles Yoostar2 and The Biggest Loser: Ultimate Workout, as well as other yet-to-be-announced games.
    “Our in-house technology team has always thrived on a challenge. The amazing variety of Kinect and Move titles that we’ve signed up over the last year has enabled us to really experiment with the the capabilities of these new devices,” said Blitz Games Studios’ technical director Richard Hackett.
    “We’re incredibly excited about the potential of both systems and we’ve already received some great feedback on our work so far.”

    http://www.develop-online.net/news/3...-functionality ...
    by Published on September 1st, 2010 17:19


    Mathieulh and his crew have released their "free" version of the PS Jailbreak code.

    To the dismay of the majority of people waiting for it, though, the team have disabled the ability to install games. If running unsigned homebrew code is your thing, though, grab a Teensy 2.0, Teensy++ USB Development Board v2.0 or an AT90USBKEY and have fun. PSGroove is an open-source version of the PSJailBreak exploit for AT90USB and related micro-controllers.

    PSGroove for now allows the very same features as the PS JailBreak but without backup manager support, you can also now remove the dongle.

    Download: HERE (Compiled Open Source is attached - NO BACKUP MANAGER INCLUDED)

    This is the PSGroove, an open-source reimplementation of the psjailbreak exploit for AT90USB and related microcontrollers.

    It should work on:
    • AT90USB162
    • AT90USB646
    • AT90USB647
    • AT90USB1286
    • AT90USB1287
    • ATMEGA32U4
    • …and maybe more.

    This software is not intended to enable piracy, and such features have been disabled. This software is intended to allow the execution of unsigned third-party apps and games on the PS3.

    Configuring

    Chip and board selection can usually be handled in the Makefile. In particular, update the MCU, BOARD, and F_CPU lines. Suggested values:

    Teensy 1.0:
    MCU = at90usb162
    BOARD = TEENSY
    F_CLOCK = 16000000

    Teensy++ 1.0:
    MCU = at90usb646
    BOARD = TEENSY
    F_CLOCK = 16000000

    Teensy 2.0:
    MCU = atmega32u4
    BOARD = TEENSY
    F_CLOCK = 16000000

    Teensy++ 2.0:
    MCU = at90usb1286
    BOARD = TEENSY
    F_CLOCK = 16000000

    AT90USBKEY / AT90USBKEY2:
    MCU = at90usb1287
    BOARD = USBKEY
    F_CLOCK = 8000000

    Board-specific notes

    Teensy boards only have one LED, so it will turn off when the exploit succeeds rather than turn green. Older Teensy 1.0 boards also have the polarity inverted. In general, a LED should do something when the board is powered, and do something different when the exploit works.

    Building

    On Linux, use the AVR GCC toolchain (Debian/Ubuntu package: gcc-avr). On Windows, WinAVR should do the trick.

    make clean
    make

    Programming

    Now program psgroove.hex into your board and you're ready to go. For the AT90USBKEY and other chips with a DFU bootloader preinstalled, you can get the dfu-programmer tool, put your board in programming mode, and run

    make dfu

    For the Teensy boards, you probably have to use the Teensy Loader software.

    Using

    To use this exploit:
    • Hard power cycle your PS3 (using the switch in back, or unplug it)
    • Plug the dongle into your PS3.
    • Press the PS3 power button, followed quickly by the eject button.

    After a few seconds, the first LED on your dongle should light up. After about 5 seconds, the second LED will light up (or the LED will just go off, if you only have one). This means the exploit worked! You can see the new "InstallPackage Files" menu option in the game menu.



    To load files, you will need TEENSY Loader (for TEENSY boards) can be found here. If you are using a AT90USB, you can download ATMEL FLIP Utility here.

    Once you have your board, you can also purchase a USB Male Type A to Mini USB 5-Pin Adapter to connect to your PS3. You can buy from DealExtreme:




    *NOTE: No illegal files are included. Link above contains open source files. DO NOT POST FILES OR LINK TO ILLEGAL FILES. THIS WILL RESULT IN A BAN! This is solely for homebrew purposes.

    Source: Mathieulh [Twitter] ...
    by Published on September 1st, 2010 17:19


    Mathieulh and his crew have released their "free" version of the PS Jailbreak code.

    To the dismay of the majority of people waiting for it, though, the team have disabled the ability to install games. If running unsigned homebrew code is your thing, though, grab a Teensy 2.0, Teensy++ USB Development Board v2.0 or an AT90USBKEY and have fun. PSGroove is an open-source version of the PSJailBreak exploit for AT90USB and related micro-controllers.

    PSGroove for now allows the very same features as the PS JailBreak but without backup manager support, you can also now remove the dongle.

    Download: HERE (Compiled Open Source is attached - NO BACKUP MANAGER INCLUDED)

    This is the PSGroove, an open-source reimplementation of the psjailbreak exploit for AT90USB and related microcontrollers.

    It should work on:
    • AT90USB162
    • AT90USB646
    • AT90USB647
    • AT90USB1286
    • AT90USB1287
    • ATMEGA32U4
    • …and maybe more.

    This software is not intended to enable piracy, and such features have been disabled. This software is intended to allow the execution of unsigned third-party apps and games on the PS3.

    Configuring

    Chip and board selection can usually be handled in the Makefile. In particular, update the MCU, BOARD, and F_CPU lines. Suggested values:

    Teensy 1.0:
    MCU = at90usb162
    BOARD = TEENSY
    F_CLOCK = 16000000

    Teensy++ 1.0:
    MCU = at90usb646
    BOARD = TEENSY
    F_CLOCK = 16000000

    Teensy 2.0:
    MCU = atmega32u4
    BOARD = TEENSY
    F_CLOCK = 16000000

    Teensy++ 2.0:
    MCU = at90usb1286
    BOARD = TEENSY
    F_CLOCK = 16000000

    AT90USBKEY / AT90USBKEY2:
    MCU = at90usb1287
    BOARD = USBKEY
    F_CLOCK = 8000000

    Board-specific notes

    Teensy boards only have one LED, so it will turn off when the exploit succeeds rather than turn green. Older Teensy 1.0 boards also have the polarity inverted. In general, a LED should do something when the board is powered, and do something different when the exploit works.

    Building

    On Linux, use the AVR GCC toolchain (Debian/Ubuntu package: gcc-avr). On Windows, WinAVR should do the trick.

    make clean
    make

    Programming

    Now program psgroove.hex into your board and you're ready to go. For the AT90USBKEY and other chips with a DFU bootloader preinstalled, you can get the dfu-programmer tool, put your board in programming mode, and run

    make dfu

    For the Teensy boards, you probably have to use the Teensy Loader software.

    Using

    To use this exploit:
    • Hard power cycle your PS3 (using the switch in back, or unplug it)
    • Plug the dongle into your PS3.
    • Press the PS3 power button, followed quickly by the eject button.

    After a few seconds, the first LED on your dongle should light up. After about 5 seconds, the second LED will light up (or the LED will just go off, if you only have one). This means the exploit worked! You can see the new "InstallPackage Files" menu option in the game menu.



    To load files, you will need TEENSY Loader (for TEENSY boards) can be found here. If you are using a AT90USB, you can download ATMEL FLIP Utility here.

    Once you have your board, you can also purchase a USB Male Type A to Mini USB 5-Pin Adapter to connect to your PS3. You can buy from DealExtreme:




    *NOTE: No illegal files are included. Link above contains open source files. DO NOT POST FILES OR LINK TO ILLEGAL FILES. THIS WILL RESULT IN A BAN! This is solely for homebrew purposes.

    Source: Mathieulh [Twitter] ...
    by Published on September 1st, 2010 14:42


    Our contest to win ONE of five XCM SeaWalker Waterproof Bag for the PSP is now closed! That's right, there will be FIVE winners! All you had to do was post a comment here to be eligible. If you missed out, don't worry. We'll have more contests in the near future.

    These waterproof bags are versatile and durable. The XCM SeaWalker Waterproof Bag provides unbeatable protection for the PSP console. Interactive, waterproof, and drop-resistant, XCM SeaWalker waterproof bag is ready for any adventure. Bring on the rain, snow, dirt and dust! Don't own a PSP? You can probably use this to store your cellphone, electronic devices or money/keys when you go to the beach or pool.

    Features:
    • Waterproof bag suitable for the PSP™
    • Play PSP™ games while diving or at home in your bath tub
    • Protects up to 20m underwater
    • Dust-proof, dirt-proof, sand-proof, and drop-proof
    • Can withstand extreme Low and High temperatures

    And the winners of the contest are... (drum roll)

    vitorgatti
    SirEroSennin
    mike_jmg
    Night-Wolf
    Apoklepz

    Failed to respond and forfeited prizes.
    upnxrawk
    Shrygue
    FireStag
    kalte

    CONGRATULATIONS! Winners will be contacted via PM for your mailing address. This information will be forwarded to XCM who will than ship the prizes to you. Please respond within 48 hours or your prize is forfeited and a new winner will be chosen. ...
    by Published on August 31st, 2010 23:56

    News via http://www.psp-ita.com/?module=news&...6&view_reply=1

    It ' has a new update for Ultimate Recovery Menu, the recovery alternative to this default on the various custom firmware 5:50 (GEN , or Prometheus , avoid installation on TA- 088v3 PSP 2000 and PSP 3000 worth the brick ) created by developers Ceikor ,- blue7 , Hackman , and Namenloser Total_Noob . I remember that this modified version allows us to: use the Recovery Flasher ( if present on the Memory Stick ) to restore the console in case of semi -brick , display various information on the PSP besides the various operations related to the battery. The update adds the function today EasyInstall backup restore and fixes some bugs in earlier releases.
    Following the complete changelog, a demonstration video and a link to download.

    Changelog rev.150 - Video:

    Quote:

    CAUTION
    - It 's absolutely prevent installation on TA- 088v3 PSP 2000 and 3000 , failing which the brick.
    - Before installation is strongly recommended to use the function Make backups made available by the installer of the Ultimate Recovery Menu, which will restore the old Recovery.
    - PSP- ITA assumes no responsibility in case of malfunction of the console due to improper use of the program


    Changelog :
    - Translation available: English , German , French
    - Added the backup restore function EasyInstall
    - Fixed some bugs ...

  • Search DCEmu

  • Advert 3