Public Attributes | |
uint8_t | busy |
uint8_t | stat |
int | cnt |
uint8_t | cond |
int | cmd_count |
uint8_t | cmd [12] |
uint8_t * | data |
int | data_len |
int | cur_data_offset |
int | cur_cnt |
uint32_t | dma_reg [NREGS_GDROM_DMA] |
Definition at line 53 of file dev_dreamcast_gdrom.cc.
uint8_t dreamcast_gdrom_data::busy |
Definition at line 55 of file dev_dreamcast_gdrom.cc.
Referenced by DEVICE_ACCESS().
uint8_t dreamcast_gdrom_data::cmd[12] |
Definition at line 61 of file dev_dreamcast_gdrom.cc.
Referenced by DEVICE_ACCESS().
int dreamcast_gdrom_data::cmd_count |
Definition at line 60 of file dev_dreamcast_gdrom.cc.
Referenced by DEVICE_ACCESS().
int dreamcast_gdrom_data::cnt |
Definition at line 57 of file dev_dreamcast_gdrom.cc.
Referenced by DEVICE_ACCESS().
uint8_t dreamcast_gdrom_data::cond |
Definition at line 58 of file dev_dreamcast_gdrom.cc.
Referenced by DEVICE_ACCESS().
int dreamcast_gdrom_data::cur_cnt |
Definition at line 66 of file dev_dreamcast_gdrom.cc.
Referenced by DEVICE_ACCESS().
int dreamcast_gdrom_data::cur_data_offset |
Definition at line 65 of file dev_dreamcast_gdrom.cc.
Referenced by DEVICE_ACCESS().
uint8_t* dreamcast_gdrom_data::data |
Definition at line 63 of file dev_dreamcast_gdrom.cc.
Referenced by DEVICE_ACCESS().
int dreamcast_gdrom_data::data_len |
Definition at line 64 of file dev_dreamcast_gdrom.cc.
Referenced by DEVICE_ACCESS().
uint32_t dreamcast_gdrom_data::dma_reg[NREGS_GDROM_DMA] |
Definition at line 69 of file dev_dreamcast_gdrom.cc.
Referenced by DEVICE_ACCESS().
uint8_t dreamcast_gdrom_data::stat |
Definition at line 56 of file dev_dreamcast_gdrom.cc.
Referenced by dreamcast_gdrom_update_stat().