GithubHelp home page GithubHelp logo

adsempere / kotboy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coenvk/kotboy

0.0 0.0 0.0 19.66 MB

A Game Boy (Color) emulator written in Kotlin.

License: MIT License

Kotlin 99.96% Batchfile 0.04%

kotboy's Introduction

KotBoy

A Game Boy (Color) emulator written in Kotlin.

Build Status GitHub Maintenance GitHub last commit GitHub release (latest by date including pre-releases)

Installation

All currently available releases can be found here.

Or you can build the emulator yourself using Maven.

mvn clean package

The jar ends up in the ./target directory.

Usage

The jar file can be run with the following command.

java -jar kotboy-{verson}.jar

A GUI will pop-up which is quite self-explanatory. Open a ROM using the Ctrl+O shortcut.

By default the following key bindings are defined:

  • Left -
  • Right -
  • Up -
  • Down -
  • B - A
  • A - S
  • Start - Enter
  • Select - Shift

Features

  • Game Boy CPU emulation
  • Compatible with most Blargg's tests (sound not supported)
  • Graphics using Swing frame
  • Screen sizes: 1x1, 2x2, 3x3, 4x4, 5x5, 6x6 and full screen
  • Joypad (from keyboard input)
  • MBC1, MBC2, MBC3 and MBC5
  • Battery saves
  • Real time clock (for MBC3)
  • Supports .zip, .gb, .gbc and .rom files
  • Build with Travis CLI (including testing)
  • Supports GBC and SGB
  • Interrupt handling
  • Bitmap border
  • Support boot ROM
  • Custom color palettes in DMG mode

Running tests

The test ROMs from Blargg and Mooneye can be run inside the emulator. They can be found in the src/test/resources/roms directory.

The tests can also be ran from Maven.

mvn clean test -Pblargg-test
mvn clean test -Pmooneye-test

Contributing

Any contributions you make are greatly appreciated. Contributions can be made using the following procedure.

  • Fork the project
  • Create a feature branch (git checkout -b feature/{feature-name})
  • Commit your changes (git commit -m)
  • Push commit to the branch (git push origin feature/{feature-name})
  • Open a pull request

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

kotboy's People

Contributors

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