Mercurial > repos > blastem
comparison cdd_mcu.h @ 2089:0db3af42dd72
Fix some byte order stuff for audio tracks
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 06 Feb 2022 13:51:49 -0800 |
parents | bafb757e1cd2 |
children | c732dcc9c61b |
comparison
equal
deleted
inserted
replaced
2088:c716af3f8980 | 2089:0db3af42dd72 |
---|---|
136 system_media *media; | 136 system_media *media; |
137 uint32_t cycle; //this is in CD block CLKS | 137 uint32_t cycle; //this is in CD block CLKS |
138 uint32_t next_int_cycle; //this is in SCD MCLKS | 138 uint32_t next_int_cycle; //this is in SCD MCLKS |
139 uint32_t last_subcode_cycle; | 139 uint32_t last_subcode_cycle; |
140 uint32_t last_nibble_cycle; | 140 uint32_t last_nibble_cycle; |
141 uint32_t last_byte_cycle; | 141 uint32_t next_byte_cycle; |
142 int current_status_nibble; | 142 int current_status_nibble; |
143 int current_cmd_nibble; | 143 int current_cmd_nibble; |
144 int current_sector_byte; | 144 int current_sector_byte; |
145 uint32_t head_pba; | 145 uint32_t head_pba; |
146 uint32_t seek_pba; | 146 uint32_t seek_pba; |