Updates to README and SDL TODO files.

This commit is contained in:
Matthew Budd 2020-09-17 23:12:01 -04:00
parent e70eb49bf9
commit fdd246fcd6
2 changed files with 3 additions and 3 deletions

2
README
View File

@ -56,7 +56,7 @@ To compile faster with multiple processes in parallel:
After a sucessful compilation, the fceux binary will be generated to After a sucessful compilation, the fceux binary will be generated to
./build/src/fceux . You can install fceux to your system with the following command: ./build/src/fceux . You can install fceux to your system with the following command:
make install sudo make install
You can optionally define a install prefix when running cmake from the previous step: You can optionally define a install prefix when running cmake from the previous step:

View File

@ -42,10 +42,10 @@ RAM Search Window | NO | NO
RAM Watch Window | NO | YES | RAM Watch Window | NO | YES |
Memory Watch Window | NO | NO | Memory Watch Window | NO | NO |
TAS Editor | NO | NO | TAS Editor | NO | NO |
6502 Debugger Window | NO | YES | 6502 Debugger Window | YES | YES |
PPU Viewer | NO | NO | PPU Viewer | NO | NO |
Name Table Viewer | NO | NO | Name Table Viewer | NO | NO |
Memory Hex Editor | NO | YES | Memory Hex Editor | YES | YES |
Trace Logger | NO | NO | Trace Logger | NO | NO |
Code/Data Logger | NO | NO | Code/Data Logger | NO | NO |
Game Genie Encoder/Decoder | NO | NO | Game Genie Encoder/Decoder | NO | NO |