GitXplorerGitXplorer
m

gba.dart-archived

public
12 stars
4 forks
6 issues

Commits

List of commits on branch master.
Unverified
4a1b1991af7f7de76c3b9afb95942ecb51ca44bd

Version bump and update CHANGELOG (#82)

kkharland committed 8 years ago
Unverified
60b7a2d0de602c3ff979618a7f38f2f7971ce65f

Add signExpansion method to binary (#81)

kkharland committed 8 years ago
Unverified
c7849c9d1343bb089c0144ab84f2d585e5b2f158

Add scanline register test (#76)

kkharland committed 8 years ago
Unverified
26d12926acbe08592b0d91ece3b04d3ec4663c06

Add display control register (#72)

kkharland committed 8 years ago
Unverified
29469d0f30128debd80fef3b05212e97ad16a2d8

Add display status register (#74)

kkharland committed 8 years ago
Unverified
409b96dcc961408f1cff0659f59b4eb065118112

Add display scanline register (#75)

kkharland committed 8 years ago

README

The README file for this repository.

A GameBody Advanced Emulator for Dart.

Build Status Coverage Status

Defines the public interface for using the emulator, or for embedding it on different platforms. This package is platform agnostic, and does not contain any code that loads, displays, or otherwise actually runs a ROM.

Planned packages

  • gba_browser: Embeds the emulator to run in the browser using Canvas/WebGL
  • gba_flutter: Embeds the emulator to run on mobile devices using Flutter
  • gba_server: Embeds the emulator to run on the server and stream back