GithubHelp home page GithubHelp logo

philw07 / pich8 Goto Github PK

View Code? Open in Web Editor NEW
13.0 1.0 1.0 3.14 MB

A cross-platform CHIP-8, SUPER-CHIP and XO-CHIP interpreter and debugger written in Rust

License: MIT License

Rust 94.21% Roff 4.06% Python 1.73%
chip8 chip-8 super-chip superchip xo-chip emulator interpreter

pich8's People

Contributors

dependabot[bot] avatar philw07 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

hanok2

pich8's Issues

FX1E should not touch VF

Spacefight2091! is again broken, because VF is not properly set to 1 when I overflows for CHIP-8 / S-CHIP ROMs.
This behavior is caused by the bigger memory size introduced by XO-CHIP compatibility.
Therefore we must assume CHIP-8 / S-CHIP memory limit unless one of the following is true.

  • Loaded ROM size is bigger than available CHIP-8 / S-CHIP memory
  • An XO-CHIP only instruction is used

Wrong sprite wrapping behavior

Following this conversation on reddit, it seems the implementation of sprite wrapping is wrong.
Currently, sprites are wrapping even if only partially off screen, whereas the provided sources suggest sprites should only be wrapped if they're completely off screen, otherwise they're clipped.

Since many modern interpreters (including Octo) wrap partially, there might be ROMs out there that rely on partial wrapping, so it might be worth keeping a quirk setting to enable partial wrapping.

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.