Annotation of hatari/src/uae-cpu/savestate.h, revision 1.1.1.1

1.1       root        1:  /*
                      2:   * UAE CPU core
                      3:   *
                      4:   * Function definitions for saving/restoring the CPU state
                      5:   */
                      6: 
                      7: 
                      8: void save_u32(uae_u32 data);
                      9: void save_u16(uae_u16 data);
                     10: uae_u32 restore_u32(void);
                     11: uae_u16 restore_u16(void);
                     12: 
                     13: void restore_fpu(void);
                     14: void save_fpu(void);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.