mirror of
https://github.com/colby-swandale/waterfoul
synced 2024-11-17 07:48:37 +01:00
Update README.md
This commit is contained in:
parent
6ebe1f2678
commit
b9e1d18a4e
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
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).
|
||||
Yes! but the list of roms that i know work is very limited to just Tetris, Super Mario Land and Pokemon Red. 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`
|
||||
|
|
Loading…
Reference in a new issue