comparison romdb.h @ 2054:8ee7ecbf3f21 segacd

Implement enough of Sega CD gate array and Sub CPU to pass Sik's Mode 1 test ROM
author Michael Pavone <pavone@retrodev.com>
date Tue, 18 Jan 2022 00:03:50 -0800
parents 3414a4423de1
children fd68fe5f723e
comparison
equal deleted inserted replaced
2053:3414a4423de1 2054:8ee7ecbf3f21
77 uint8_t save_type; 77 uint8_t save_type;
78 uint8_t save_bus; //only used for NOR currently 78 uint8_t save_bus; //only used for NOR currently
79 uint8_t mapper_type; 79 uint8_t mapper_type;
80 uint8_t regions; 80 uint8_t regions;
81 uint8_t is_save_lock_on; //Does the save buffer actually belong to a lock-on cart? 81 uint8_t is_save_lock_on; //Does the save buffer actually belong to a lock-on cart?
82 uint8_t wants_cd;
82 }; 83 };
83 84
84 #define GAME_ID_OFF 0x183 85 #define GAME_ID_OFF 0x183
85 #define GAME_ID_LEN 8 86 #define GAME_ID_LEN 8
86 87