Code Monkey home page Code Monkey logo

snemulds's Introduction

06/04/2018: Micro$oft has acquired github, you can find updates from this software at: https://coto88.bitbucket.io/ Have a good day.

SnemulDS

SnemulDS 0.6b Original Sources (because codebase it´s not either 0.5 or 0.6a from snemuldsx source codes)... This is based from real 0.6.a sources archeide left years ago and I managed to find.

/release folder has precompiled binaries for you to enjoy

Compile Toolchain: To compile this project you will need to follow the steps at https://github.com/cotodevel/ToolchainGenericDS: Then simply extract the project somewhere.

Compile this project:

[Windows] Open msys, through msys commands head to the directory your extracted this project. Then write: make clean make

[Linux] Then write: make clean make

After compiling, run the example in NDS.

Project Specific description:

Coto: added ZIP support: The code was taken from NesDS, and changed some stuff so it could work with Toolchain Generic DS.

Requisites:

a) Every .zip file must be within root:/snes/ folder, where root is your sd letter. b) The file extension must be renamed to .smc before compression. c) The compressed file must use .zip (deflate) or .gz, and the compressed .zip must have 1 only file.

Optional: GDB Remote debugging is now possible, to enable GDB Remote Debugging you will head to: common/specific_shared.h and change the commented out line: //#define GDB_ENABLE

into uncommented: #define GDB_ENABLE

  1. Then recompile the project, note that games won´t boot while GDB Remote debugging due to TCP nature, this is normal.
  2. Follow the steps @ https://github.com/cotodevel/ToolchainGenericDS-gdbstub-example

to disable GDB Remote debugging simply comment out the GDB_ENABLE line so it looks like this: //#define GDB_ENABLE and recompile project.

to do:

  • fix Mode 0 (no transparency/broken)
  • fix memory leaks when games exceed the existing paging memory pool (6MB games)

thanks to:

Archeide for the emulator & source code Bubble2k for CPU core Gladius for Sound Core

Coto.

snemulds's People

Contributors

cotodevel 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.