comparison genesis.h @ 1413:3d7f668dce3d

Sonic 3 & Knuckles lock-on is now 100% functional with working saves
author Michael Pavone <pavone@retrodev.com>
date Thu, 22 Jun 2017 23:40:05 -0700
parents efa7225e0f07
children d94855080529
comparison
equal deleted inserted replaced
1412:909c72c4e5a1 1413:3d7f668dce3d
30 uint16_t *lock_on; 30 uint16_t *lock_on;
31 uint16_t *work_ram; 31 uint16_t *work_ram;
32 uint8_t *zram; 32 uint8_t *zram;
33 void *extra; 33 void *extra;
34 uint8_t *save_storage; 34 uint8_t *save_storage;
35 void *mapper_temp;
35 eeprom_map *eeprom_map; 36 eeprom_map *eeprom_map;
36 uint32_t num_eeprom; 37 uint32_t num_eeprom;
37 uint32_t save_size; 38 uint32_t save_size;
38 uint32_t save_ram_mask; 39 uint32_t save_ram_mask;
39 uint32_t master_clock; //Current master clock value 40 uint32_t master_clock; //Current master clock value