Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/enusbaum/ADNES
Browse files Browse the repository at this point in the history
  • Loading branch information
enusbaum committed Nov 20, 2024
2 parents 74ff48d + c128c07 commit 1308c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ Player 1 Controller can be accessed via `public readonly IController Controller1

There are several properties that are updated during runtime to report the status of the Emulator:

- `public bool IsRunning` - Returns true if the Emulator is currently running`
- `public bool IsRunning` - Returns true if the Emulator is currently running
- `public long TotalCPUCycles` - The total number of CPU cycles that have been processed since the Emulator was started
- `public long TotalPPUCycles` - The total number of PPU cycles that have been processed since the Emulator was started
- `public long TotalPPUCycles` - The total number of PPU cycles that have been processed since the Emulator was started

0 comments on commit 1308c4f

Please sign in to comment.