| 1917 | static uint16 TempAddrT, RefreshAddrT; |
| 1918 | |
| 1919 | void FCEUPPU_LoadState(int version) { |
| 1920 | TempAddr = TempAddrT; |
| 1921 | RefreshAddr = RefreshAddrT; |
| 1922 | } |
| 1923 | |
| 1924 | SFORMAT FCEUPPU_STATEINFO[] = { |
| 1925 | { NTARAM, 0x800, "NTAR" }, |
no outgoing calls
no test coverage detected