Coder Social home page Coder Social logo

pscx_emulator's Introduction

PlayStation emulator

Investigation of console's emulation, writing emulator on C++ language. The emulator contains several modules that are needed to successfully run BIOS or PS logo screen if disc is present.

Currently performance is poor, the goal of the project is to investigate how PS1 emulation should work. Run the code in release mode.

Implemented

PlayStation Boot Screen

  • CPU
  • Instruction Cache
  • Interrupts
  • DMA
  • Basic GPU ( without textures support )
  • Basic GTE support ( several instructions, not all implemented yet )
  • Timers ( incomplete )
  • CDROM controller ( not all instructions are implemented yet )
  • Gamepad controller ( haven't tested yet )

TODO ( Scheduled to implement )

  • GPU additional instructions
  • MDEC
  • SPU
  • Other things

Build

Visual studio 2017 C++11/14. Run code in release mode, as C++ containers were used.

Run

To run the emulator, you should provide the BIOS binary file. Currently emulator works with SCPH1001 one.

PlayStation Bios Screen

Command line:

pscx_emulator.exe [path to the SCPH1001 BIOS] 

PlayStation Logo Screen

To run the game you should use such command line:

pscx_emulator.exe [path to the SCPH1001 BIOS] -disc [path to the disc]

Currently the PS logo should be rendered without game launching.

pscx_emulator's People

Contributors

oaleshina avatar

Stargazers

David Parrott avatar SiZiOUS avatar Stefanos Kornilios Mitsis Poiitidis avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.