The last time.
This commit is contained in:
@@ -1544,7 +1544,7 @@ svga_init(const device_t *info, svga_t *svga, void *priv, int memsize,
|
|||||||
svga_write, svga_writew, svga_writel,
|
svga_write, svga_writew, svga_writel,
|
||||||
NULL, MEM_MAPPING_EXTERNAL, svga);
|
NULL, MEM_MAPPING_EXTERNAL, svga);
|
||||||
/* The chances of ever seeing a C-BUS (S)VGA card are approximately zero, but you never know. */
|
/* The chances of ever seeing a C-BUS (S)VGA card are approximately zero, but you never know. */
|
||||||
} else if ((info->flags & DEVICE_ISA) && (info->flags & DEVICE_ISA16)) {
|
} else if ((info->flags & DEVICE_CBUS) || (info->flags & DEVICE_ISA16)) {
|
||||||
svga->read = svga_read;
|
svga->read = svga_read;
|
||||||
svga->readw = svga_readw;
|
svga->readw = svga_readw;
|
||||||
svga->readl = NULL;
|
svga->readl = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user