| 369 | |
| 370 | |
| 371 | int FCEUI_AddCheat(const char *name, uint32 addr, uint8 val, int compare, int type) |
| 372 | { |
| 373 | AddCheatEntry(name, addr, val, compare, 1, type); |
| 374 | savecheats = 1; |
| 375 | RebuildSubCheats(); |
| 376 | |
| 377 | return 1; |
| 378 | } |
| 379 | |
| 380 | int FCEUI_DelCheat(uint32 which) |
| 381 | { |
no test coverage detected