diff --git a/output/fceux.chm b/output/fceux.chm index f939c29a..bd906623 100644 Binary files a/output/fceux.chm and b/output/fceux.chm differ diff --git a/vc/Help/fceux.hnd b/vc/Help/fceux.hnd index 2b7511b2..948ac76e 100644 Binary files a/vc/Help/fceux.hnd and b/vc/Help/fceux.hnd differ diff --git a/web/help/AVICapturing.html b/web/help/AVICapturing.html index 4e554a28..3fc8e65e 100644 --- a/web/help/AVICapturing.html +++ b/web/help/AVICapturing.html @@ -170,10 +170,10 @@ diff --git a/web/help/CodeDataLogger.html b/web/help/CodeDataLogger.html index 90b0c287..4b124bed 100644 --- a/web/help/CodeDataLogger.html +++ b/web/help/CodeDataLogger.html @@ -197,10 +197,10 @@

The Code/Data Logger keeps track of every byte in the ROM and records whether it's code (is executed) or data (is read).

You can combine this logging feature with other tools to make them much more powerful:


The parser is very strict. All numbers are hexadecimal. Always prefix a number with # for an immediate value, or $ for a memory address. If a memory address needs to be calculated use $[] with the calculation inside the brackets.


Registers A/X/Y are 8-bit unsigned values. Register P is the 16-bit program counter.

-

Flags evaluate to 1 if set, 0 if clear.

+

Flags evaluate to 1 if set, 0 if clear. (U is the unused bit of the status register, and D is the unused decimal flag.)

+

For instructions that read or write a single byte (e.g. LDA, STY, PHA, ASL abs), condition R evaluates to the value that will be read by the instruction, and condition W evaluates to the value that will be written.


Connecting operators || or && combine boolean terms. Parentheses dictate order of operations.


diff --git a/web/help/FCEUltraVersionHistory.html b/web/help/FCEUltraVersionHistory.html index 0a91b618..5829a338 100644 --- a/web/help/FCEUltraVersionHistory.html +++ b/web/help/FCEUltraVersionHistory.html @@ -173,7 +173,7 @@
  • Introduction
  • diff --git a/web/help/FamicomDiskSytem.html b/web/help/FamicomDiskSytem.html index 3439e9b0..4ee848d8 100644 --- a/web/help/FamicomDiskSytem.html +++ b/web/help/FamicomDiskSytem.html @@ -11,7 +11,7 @@ - Famicom Disk Sytem + Famicom Disk System @@ -21,11 +21,11 @@ - + - + @@ -165,7 +165,7 @@