GitXplorerGitXplorer
m

gba.dart-archived

public
12 stars
4 forks
6 issues

Commits

List of commits on branch master.
Unverified
9169d86997bbbda65c2936cd8d6a59f682dc20c9

A couple tiny fixes (#70)

mmatanlurey committed 8 years ago
Unverified
d3aa8149004536480bea2b58f2eaaa9a04eb1c87

Cleanup cartridge a bit, GBIO. (#69)

mmatanlurey committed 8 years ago
Unverified
8d61009c755ba811eca4e76db38af94f7f2584f5

Add ROMS, Rom, and RTC. (#67)

mmatanlurey committed 8 years ago
Unverified
534c436a2623ffec550cb7d7a5e943d6124f731d

Add memory view for VRAM (#68)

kkharland committed 8 years ago
Unverified
8f110f7d1e6d66d8103092ec53975bc25f6e0bde

Begin adding cartridge header reader (#66)

kkharland committed 8 years ago
Unverified
e0bd35ac0979a32c6117a5945399d334d82830ce

Revert "Rename Unreadable/Unwriteable memory to WriteOnly/ReadOnlyMemory (#59)" (#65)

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