Port SB16 ASP chip internal RAM and more 8051 RAM emulation from DOSBox-X

This commit is contained in:
Alexander Babikov
2021-12-22 06:33:35 +05:00
parent 3e404fad05
commit 095f6fcf5c
2 changed files with 80 additions and 21 deletions

View File

@@ -66,6 +66,11 @@ typedef struct sb_dsp_t
int sb_irqm8, sb_irqm16, sb_irqm401;
uint8_t sb_asp_regs[256];
uint8_t sb_asp_mode;
uint8_t sb_asp_ram[2048];
int sb_asp_ram_index;
uint8_t sb_8051_ram[256];
int sbenable, sb_enable_i;