19 #ifndef XEMU_MEGA65_SNAPSHOT_H_INCLUDED
20 #define XEMU_MEGA65_SNAPSHOT_H_INCLUDED
22 #ifdef XEMU_SNAPSHOT_SUPPORT
26 extern int m65emu_snapshot_load_state (
const struct xemu_snapshot_definition_st *def,
struct xemu_snapshot_block_st *
block );
27 extern int m65emu_snapshot_save_state (
const struct xemu_snapshot_definition_st *def );
28 extern int m65emu_snapshot_loading_finalize (
const struct xemu_snapshot_definition_st *def,
struct xemu_snapshot_block_st *
block );
31 extern const struct xemu_snapshot_definition_st m65_snapshot_definition[];