comparison genesis.h @ 1428:2540c05520f2

New savestates are working. New config file option for selecting format states will be saved in. Mostly complete, needs a little more work before release
author Michael Pavone <pavone@retrodev.com>
date Wed, 09 Aug 2017 23:26:51 -0700
parents d94855080529
children 14a2834d010c
comparison
equal deleted inserted replaced
1427:4e5797b3935a 1428:2540c05520f2
59 #define Z80_RAM_BYTES 8 * 1024 59 #define Z80_RAM_BYTES 8 * 1024
60 60
61 uint16_t read_dma_value(uint32_t address); 61 uint16_t read_dma_value(uint32_t address);
62 m68k_context * sync_components(m68k_context *context, uint32_t address); 62 m68k_context * sync_components(m68k_context *context, uint32_t address);
63 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, rom_info *info_out); 63 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, rom_info *info_out);
64 void genesis_serialize(genesis_context *gen, serialize_buffer *buf, uint32_t m68k_pc);
65 void genesis_deserialize(deserialize_buffer *buf, genesis_context *gen);
64 66
65 #endif //GENESIS_H_ 67 #endif //GENESIS_H_
66 68