SB16 8051 RAM

Ported from PCBox
This commit is contained in:
Jasmine Iwanek
2021-11-23 17:53:03 -05:00
parent 9c9fa70961
commit 306308f2bd
2 changed files with 254 additions and 240 deletions

View File

@@ -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;