1.8 KiB
1.8 KiB
title | weight | pre | chapter |
---|---|---|---|
Changelog | 1 | false |
Changes between 0.9.4 and 0.9.5
New features
-
New functions:
Changes between 0.9.3 and 0.9.4
New features
-
New functions:
-
New event callbacks: inputPolled, stateLoaded, stateSaved
-
New memory types: cpuDebug, ppuDebug
Breaking changes
- Removed the debugRead, debugReadWord, debugWrite and debugWriteWord functions. They have been replaced by the memType.cpuDebug and memType.ppuDebug enum values.
- The behavior of the setInput function has changed.
- The return values for the APU portion of the getState function has slightly changed.