SVGA video RAM is no longer dumped on fatal; READ MULTIPLE command with block size 0 no longer fatals but instead aborts with Abort Command error per the official ATA reference.

This commit is contained in:
OBattler
2016-08-02 02:36:07 +02:00
parent 4ecfcf4018
commit f77c53510e
3 changed files with 16 additions and 15 deletions

View File

@@ -518,7 +518,6 @@ chdir(pcempath);
/* f=fopen("rram3.dmp","wb");
for (c=0;c<0x8000000;c++) putc(readmemb(c+0x10000000),f);
fclose(f);*/
svga_dump_vram();
f=fopen("ram.dmp","wb");
fwrite(ram,mem_size*1024,1,f);
fclose(f);