Fixed SMM, overhauled the emulation of the VIA northbridges, and added the Via Apollo VP3.

This commit is contained in:
OBattler
2020-04-01 08:59:29 +02:00
parent 2c8bcea38c
commit b8b198a56a
37 changed files with 1915 additions and 5024 deletions

View File

@@ -757,8 +757,6 @@ dma_channel_read(int channel)
if (!AT && !channel)
refreshread();
/* if (!AT && channel)
pclog("DMA refresh read on channel %i\n", channel); */
if (! dma_c->size) {
temp = _dma_read(dma_c->ac);
@@ -830,11 +828,6 @@ dma_channel_write(int channel, uint16_t val)
if ((dma_c->mode & 0xC) != 4)
return(DMA_NODATA);
/* if (!AT)
refreshread();
if (!AT)
pclog("DMA refresh write on channel %i\n", channel); */
if (! dma_c->size) {
_dma_write(dma_c->ac, val & 0xff);