Fixed SMM, overhauled the emulation of the VIA northbridges, and added the Via Apollo VP3.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user