comparison genesis.h @ 1946:c3c62dbf1ceb

WIP netplay support
author Michael Pavone <pavone@retrodev.com>
date Wed, 29 Apr 2020 01:00:57 -0700
parents b021ca0bc375
children 80920c21bb52
comparison
equal deleted inserted replaced
1945:ba7231d2411c 1946:c3c62dbf1ceb
69 #define RAM_WORDS 32 * 1024 69 #define RAM_WORDS 32 * 1024
70 #define Z80_RAM_BYTES 8 * 1024 70 #define Z80_RAM_BYTES 8 * 1024
71 71
72 m68k_context * sync_components(m68k_context *context, uint32_t address); 72 m68k_context * sync_components(m68k_context *context, uint32_t address);
73 genesis_context *alloc_config_genesis(void *rom, uint32_t rom_size, void *lock_on, uint32_t lock_on_size, uint32_t system_opts, uint8_t force_region); 73 genesis_context *alloc_config_genesis(void *rom, uint32_t rom_size, void *lock_on, uint32_t lock_on_size, uint32_t system_opts, uint8_t force_region);
74 void genesis_serialize(genesis_context *gen, serialize_buffer *buf, uint32_t m68k_pc); 74 void genesis_serialize(genesis_context *gen, serialize_buffer *buf, uint32_t m68k_pc, uint8_t all);
75 void genesis_deserialize(deserialize_buffer *buf, genesis_context *gen); 75 void genesis_deserialize(deserialize_buffer *buf, genesis_context *gen);
76 76
77 #endif //GENESIS_H_ 77 #endif //GENESIS_H_
78 78