Update README.md

This commit is contained in:
Colby Swandale 2016-08-03 20:26:21 +10:00 committed by GitHub
parent aeab98baaf
commit ce5f524312

View file

@ -6,7 +6,7 @@ of the device and how it works.
The [sdl2](https://www.libsdl.org/download-2.0.php) library is currenty used to render pixels. Most platforms have packages avaliable, else see the [here](https://wiki.libsdl.org/Installation). This library is required and needs to be installed before you can run the emulator.
## Can it play roms?
No. But a lot of work is being put into making a compatable emulator. The device does run the internal boot program succesfully and is starting to pass test programs sucesfully (barggs).
Yes! but the list of roms that work is very limited to just Tetris at the moment. But a lot of work is being put into making other games compatable. The device does run the internal boot program succesfully and is passing test programs sucesfully (barggs).
## Testing
If you wish to run the test suite, download the source code (make sure to run `bundle install`) and run `bundle exec rspec`