Difference between revisions of "NullDC PSP"

From Emulation General Wiki
Jump to navigation Jump to search
(Tags: Mobile edit, Mobile web edit)
m
 
(6 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
|logowidth = 170px
 
|logowidth = 170px
 
|version = [https://archive.org/details/nullDC-PSP 1.2.1]
 
|version = [https://archive.org/details/nullDC-PSP 1.2.1]
|active = Yes
+
|active = No
 
|platform = [[Emulators on PSP|PlayStation Portable]]
 
|platform = [[Emulators on PSP|PlayStation Portable]]
 
|target = [[Sega Dreamcast emulators|Dreamcast]]
 
|target = [[Sega Dreamcast emulators|Dreamcast]]
Line 18: Line 18:
 
}}
 
}}
  
'''nullDC-PSP''' is a free and an open-source [[Sega Dreamcast emulators|Dreamcast]] emulator for [[PlayStation Portable emulators|PlayStation Portable]], written in C++. It's an experimental stage and many games are playable but low fps, almost 5/15 FPS gameplay.
+
'''nullDC-PSP''' is experimental [[Sega Dreamcast emulators|Dreamcast]] emulator for [[PlayStation Portable emulators|PlayStation Portable]].
  
 
==Overview==
 
==Overview==
 
 
nullDC-PSP is a currently in an experimental stage. The emulator was originally developed in 2008. The source code was lost for many years; it was published on [https://github.com/skmp/nulldce GitHub] in the mid-2010s, nullDCe. PSP port might still compile. A fork from the nullDC-mainline somewhere in late 2008, with hackports to PSP. This is here for archival reasons. Project eventually morphed to reicast, It was compiled and restored by xiro and hlide in 2021.
 
nullDC-PSP is a currently in an experimental stage. The emulator was originally developed in 2008. The source code was lost for many years; it was published on [https://github.com/skmp/nulldce GitHub] in the mid-2010s, nullDCe. PSP port might still compile. A fork from the nullDC-mainline somewhere in late 2008, with hackports to PSP. This is here for archival reasons. Project eventually morphed to reicast, It was compiled and restored by xiro and hlide in 2021.
  
 
==Features==
 
==Features==
 
 
* GDI format support
 
* GDI format support
* Sound doesn't support
+
* Sound isn't supported
 
* DC CPU Downclock
 
* DC CPU Downclock
 
* Underclock AICA
 
* Underclock AICA
 
* AICA Hack
 
* AICA Hack
 
* New XMB UI
 
* New XMB UI
* Run with Interpreter
+
* Running with Interpreter
  
 
==Compatibility==
 
==Compatibility==
 +
* Most Dreamcast games boot (2D games run with good speed but 3D games slow).
  
* Almost every Dreamcast game boots (2D games run with better speed but 3D games doesn't reach best speed).
+
* nullDC-PSP is only compatible with <b>'slim'</b> models (PSP-2000 and above). It will not boot on the original PSP-1000.
 
 
* nullDC-PSP is only compatible with 'slim' models (PSP-2000 and above). It will not boot on the original PSP-1000.
 
  
 
* [https://psp-archive.github.io/nulldce-psp/compatibility/index.html compatibility list]
 
* [https://psp-archive.github.io/nulldce-psp/compatibility/index.html compatibility list]
  
 
==Screenshots==
 
==Screenshots==
 
 
{| class="wikitable mw-sortable"
 
{| class="wikitable mw-sortable"
 
|-
 
|-
|[[File:pac.png|250px]]
+
|[[File:pac.png|300px]]
|[[File:vf.png|250px]]
+
|[[File:vf.png|300px]]
 
|-
 
|-
|[[File:xx.png|250px]]
+
|[[File:xx.png|300px]]
|[[File:sa.png|250px]]
+
|[[File:sa.png|300px]]
 
|}
 
|}
  
 
==Download==
 
==Download==
 
 
{| cellpadding="1"
 
{| cellpadding="1"
 
|-
 
|-
Line 62: Line 57:
  
 
==BIOS==
 
==BIOS==
 
 
[[Emulator_Files#Dreamcast|DC BIOS]] files are Required in the <b><code>nullDC/data</code></b> folder :
 
[[Emulator_Files#Dreamcast|DC BIOS]] files are Required in the <b><code>nullDC/data</code></b> folder :
 
<B>
 
<B>
Line 70: Line 64:
  
 
==Game Files==
 
==Game Files==
 
+
[[File:GUI.png|400px]]
 
Only games in the <code><b>.gdi</code></b> format are supported for now. Place the files for each individual game within a separate folder, and move the folder to <b><code>nullDC-PSP\discs</code></b>. The list of available games will then appear when you boot the emulator.
 
Only games in the <code><b>.gdi</code></b> format are supported for now. Place the files for each individual game within a separate folder, and move the folder to <b><code>nullDC-PSP\discs</code></b>. The list of available games will then appear when you boot the emulator.
 
[[File:GUI.png|350px]]
 
  
 
==Controls==
 
==Controls==
 
 
Idle time can be adjusted with the L / R buttons.
 
Idle time can be adjusted with the L / R buttons.
  
Line 82: Line 73:
  
 
==External links==
 
==External links==
 
 
* [https://discord.gg/HYE45sHtab Discord server]
 
* [https://discord.gg/HYE45sHtab Discord server]
 
* [https://youtu.be/DVeDWoP5U1s 2008 version gameplay]
 
* [https://youtu.be/DVeDWoP5U1s 2008 version gameplay]
Line 92: Line 82:
 
[[Category:Sega Dreamcast emulators]]
 
[[Category:Sega Dreamcast emulators]]
 
[[Category:PlayStation Portable emulation software]]
 
[[Category:PlayStation Portable emulation software]]
 +
[[Category:Inactive emulation software]]
 +
[[Category:Forks]]

Latest revision as of 22:48, 4 August 2023

nullDC
NullDC-PSP.png
Developer(s) drk//Raziel (skmp), xiro and hlide.
Latest version 1.2.1
Active No
Platform(s) PlayStation Portable
Emulates Dreamcast
Accuracy Medium
Website nulldce-psp
Programmed in C++, C
Source code GitHub
BIOS/Keys Required for DC

nullDC-PSP is experimental Dreamcast emulator for PlayStation Portable.

Overview[edit]

nullDC-PSP is a currently in an experimental stage. The emulator was originally developed in 2008. The source code was lost for many years; it was published on GitHub in the mid-2010s, nullDCe. PSP port might still compile. A fork from the nullDC-mainline somewhere in late 2008, with hackports to PSP. This is here for archival reasons. Project eventually morphed to reicast, It was compiled and restored by xiro and hlide in 2021.

Features[edit]

  • GDI format support
  • Sound isn't supported
  • DC CPU Downclock
  • Underclock AICA
  • AICA Hack
  • New XMB UI
  • Running with Interpreter

Compatibility[edit]

  • Most Dreamcast games boot (2D games run with good speed but 3D games slow).
  • nullDC-PSP is only compatible with 'slim' models (PSP-2000 and above). It will not boot on the original PSP-1000.

Screenshots[edit]

Pac.png Vf.png
Xx.png Sa.png

Download[edit]

PSP 1.2.1

BIOS[edit]

DC BIOS files are Required in the nullDC/data folder :

  • dc_boot.bin
  • dc_flash.bin

Game Files[edit]

GUI.png Only games in the .gdi format are supported for now. Place the files for each individual game within a separate folder, and move the folder to nullDC-PSP\discs. The list of available games will then appear when you boot the emulator.

Controls[edit]

Idle time can be adjusted with the L / R buttons.

To start the Dreamcast BIOS, press triangle as the emulator is booting.

External links[edit]