comparison romdb.h @ 767:ea525f600b1d

SRAM detection from ROM header is no working correctly again
author Michael Pavone <pavone@retrodev.com>
date Mon, 06 Jul 2015 19:46:46 -0700
parents 1b2f8280ba81
children 4638b88bc72d
comparison
equal deleted inserted replaced
766:1b2f8280ba81 767:ea525f600b1d
19 char *name; 19 char *name;
20 memmap_chunk *map; 20 memmap_chunk *map;
21 uint8_t *save_buffer; 21 uint8_t *save_buffer;
22 uint32_t map_chunks; 22 uint32_t map_chunks;
23 uint32_t save_size; 23 uint32_t save_size;
24 uint32_t save_mask;
24 uint8_t save_type; 25 uint8_t save_type;
25 uint8_t regions; 26 uint8_t regions;
26 } rom_info; 27 } rom_info;
27 28
28 tern_node *load_rom_db(); 29 tern_node *load_rom_db();