diff --git a/README.md b/README.md index 04b8e34..d61cbc6 100644 --- a/README.md +++ b/README.md @@ -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`