Mercurial > repos > blastem
comparison genesis.h @ 2280:9ead0fe69d9b
Implement savestate support for Sega CD
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 08 Jan 2023 14:42:24 -0800 |
parents | 408fb8a7e990 |
children | f8b5142c06aa |
comparison
equal
deleted
inserted
replaced
2279:3b5fef896475 | 2280:9ead0fe69d9b |
---|---|
60 uint32_t reset_cycle; | 60 uint32_t reset_cycle; |
61 uint32_t last_frame; | 61 uint32_t last_frame; |
62 uint32_t last_flush_cycle; | 62 uint32_t last_flush_cycle; |
63 uint32_t soft_flush_cycles; | 63 uint32_t soft_flush_cycles; |
64 uint32_t tmss_write_offset; | 64 uint32_t tmss_write_offset; |
65 uint32_t last_sync_cycle; | |
66 uint32_t refresh_counter; | |
65 uint16_t z80_bank_reg; | 67 uint16_t z80_bank_reg; |
66 uint16_t tmss_lock[2]; | 68 uint16_t tmss_lock[2]; |
67 uint16_t mapper_start_index; | 69 uint16_t mapper_start_index; |
68 uint8_t mapper_type; | 70 uint8_t mapper_type; |
69 uint8_t bank_regs[9]; | 71 uint8_t bank_regs[9]; |