This commit is contained in:
Fabian 2022-06-21 10:00:30 +09:00
parent 12d595b774
commit f13136b9c1

View file

@ -2021,7 +2021,7 @@ VGAScreen.prototype.port1CF_write = function(value)
this.dispi_enable_value = value;
break;
case 5:
dbg_log("SVGA bank offset: " + h(value << 16));
dbg_log("SVGA bank offset: " + h(value << 16), LOG_VGA);
this.svga_bank_offset = value << 16;
break;
case 9: