|
libsidplayfp 2.6.0
|
#include <flags.h>
Public Member Functions | |
| void | reset () |
| void | setNZ (uint8_t value) |
| uint8_t | get () |
| void | set (uint8_t sr) |
| bool | getN () const |
| bool | getC () const |
| bool | getD () const |
| bool | getZ () const |
| bool | getV () const |
| bool | getI () const |
| void | setN (bool f) |
| void | setC (bool f) |
| void | setD (bool f) |
| void | setZ (bool f) |
| void | setV (bool f) |
| void | setI (bool f) |
Processor Status Register
|
inline |
Get status register value.
Set N and Z flag values.
| value | to set flags from |