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
- Host: GitHub
- URL: https://github.com/ytake/hack-terminal-nes-emulator
- Owner: ytake
- License: mit
- Created: 2018-10-16T22:14:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T12:45:54.000Z (over 5 years ago)
- Last Synced: 2024-10-05T22:03:33.046Z (about 1 year ago)
- Topics: hacklang, hhvm
- Language: Hack
- Homepage:
- Size: 69.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)