An open API service indexing awesome lists of open source software.

https://github.com/ytake/hack-terminal-nes-emulator

wip
https://github.com/ytake/hack-terminal-nes-emulator

hacklang hhvm

Last synced: 6 months ago
JSON representation

wip

Awesome Lists containing this project

README

          

# An NES emulator written in HHVM/Hack

Based on [bokuweb/flownes](https://github.com/bokuweb/flownes), [gabrielrcouto/php-terminal-gameboy-emulator](https://github.com/gabrielrcouto/php-terminal-gameboy-emulator).

[hasegawa-tomoki/php-terminal-nes-emulator](https://github.com/hasegawa-tomoki/php-terminal-nes-emulator) For HHVM/Hack

## Require

HHVM >= 3.28 (*Not Supoorted PHP*)

## Install

### Composer

```bash
$ composer install
```

## Usage

### Measuring FPS

```bash
$ hhvm ./boot testing.nes -c null
```

### ScreenShot

```bash
$ hhvm ./boot testing.nes -c png
```

### Terminal

WIP

## Credit

- [bokuweb/flownes](https://github.com/bokuweb/flownes)
- [php-terminal-gameboy-emulator](https://github.com/gabrielrcouto/php-terminal-gameboy-emulator)
- [hasegawa-tomoki/php-terminal-nes-emulator](https://github.com/hasegawa-tomoki/php-terminal-nes-emulator)