summaryrefslogtreecommitdiff
path: root/multi_game.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-08-27 18:15:00 -0700
committerMichael Pavone <pavone@retrodev.com>2017-08-27 18:15:00 -0700
commitc96509a56b532eb7aff8e589b5e76a2b7c9e943f (patch)
tree160007e470da63c1d6c9761915840937c1c0476d /multi_game.h
parentcae76760c6f9167b71b5035326c74d7cecd3c3e8 (diff)
Save/restore mapper state in native save states
Diffstat (limited to 'multi_game.h')
-rw-r--r--multi_game.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/multi_game.h b/multi_game.h
index be0bfa3..60d436a 100644
--- a/multi_game.h
+++ b/multi_game.h
@@ -1,7 +1,9 @@
#ifndef MULTI_GAME_H_
#define MULTI_GAME_H_
+#include "serialize.h"
void *write_multi_game_b(uint32_t address, void *context, uint8_t value);
void *write_multi_game_w(uint32_t address, void *context, uint16_t value);
-
+void multi_game_serialize(genesis_context *gen, serialize_buffer *buf);
+void multi_game_deserialize(deserialize_buffer *buf, genesis_context *gen);
#endif //MULTI_GAME_H_