mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
The forgotten .h file.
This commit is contained in:
parent
15ad2c1992
commit
070c289562
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ typedef struct ad1848_t {
|
|||
int adpcm_data;
|
||||
int adpcm_pos;
|
||||
|
||||
uint8_t dma_ff;
|
||||
uint32_t dma_data;
|
||||
|
||||
pc_timer_t timer_count;
|
||||
uint64_t timer_latch;
|
||||
|
||||
|
|
Loading…
Reference in a new issue