SB16 8051 RAM
Ported from PCBox
This commit is contained in:
@@ -44,7 +44,7 @@ typedef struct sb_dsp_t
|
||||
uint8_t sb_data[8];
|
||||
|
||||
int sb_freq;
|
||||
|
||||
|
||||
int16_t sbdat;
|
||||
int sbdat2;
|
||||
int16_t sbdatl, sbdatr;
|
||||
@@ -66,11 +66,12 @@ typedef struct sb_dsp_t
|
||||
int sb_irqm8, sb_irqm16, sb_irqm401;
|
||||
|
||||
uint8_t sb_asp_regs[256];
|
||||
|
||||
uint8_t sb_8051_ram[256];
|
||||
|
||||
int sbenable, sb_enable_i;
|
||||
|
||||
|
||||
pc_timer_t output_timer, input_timer;
|
||||
|
||||
|
||||
uint64_t sblatcho, sblatchi;
|
||||
|
||||
uint16_t sb_addr;
|
||||
|
||||
Reference in New Issue
Block a user