diff --git a/README b/README index e75719a6..59cfcc13 100644 --- a/README +++ b/README @@ -56,7 +56,7 @@ To compile faster with multiple processes in parallel: 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: - make install + sudo make install You can optionally define a install prefix when running cmake from the previous step: diff --git a/TODO-SDL b/TODO-SDL index 90a21899..e6000743 100644 --- a/TODO-SDL +++ b/TODO-SDL @@ -42,10 +42,10 @@ RAM Search Window | NO | NO RAM Watch Window | NO | YES | Memory Watch Window | NO | NO | TAS Editor | NO | NO | -6502 Debugger Window | NO | YES | +6502 Debugger Window | YES | YES | PPU Viewer | NO | NO | Name Table Viewer | NO | NO | -Memory Hex Editor | NO | YES | +Memory Hex Editor | YES | YES | Trace Logger | NO | NO | Code/Data Logger | NO | NO | Game Genie Encoder/Decoder | NO | NO |