Removed win_status.c and the related stuff as it was not updated for a while and no longer displayed useful information.

This commit is contained in:
OBattler
2018-04-26 13:33:29 +02:00
parent 040b97bfc1
commit 16a7b1cef2
97 changed files with 186 additions and 940 deletions

View File

@@ -384,7 +384,6 @@ dontprint=0;
}
ins++;
insc++;
if (timetolive)
{

View File

@@ -592,7 +592,6 @@ void exec386_dynarec(int cycs)
CPU_BLOCK_END();
ins++;
insc++;
/* if ((cs + pc) == 4)
fatal("4\n");*/
@@ -686,9 +685,6 @@ inrecomp=1;
inrecomp=0;
if (!use32) cpu_state.pc &= 0xffff;
cpu_recomp_blocks++;
/* ins += codeblock_ins[index];
insc += codeblock_ins[index];*/
/* pclog("Exit block now %04X:%04X\n", CS, pc);*/
}
else if (valid_block && !cpu_state.abrt)
{
@@ -752,7 +748,6 @@ inrecomp=0;
}
ins++;
insc++;
}
if (!cpu_state.abrt && !x86_was_reset)
@@ -823,7 +818,6 @@ inrecomp=0;
}
ins++;
insc++;
}
if (!cpu_state.abrt && !x86_was_reset)

View File

@@ -18,7 +18,7 @@
* 2 clocks - fetch opcode 1 2 clocks - execute
* 2 clocks - fetch opcode 2 etc
*
* Version: @(#)808x.c 1.0.3 2018/04/19
* Version: @(#)808x.c 1.0.4 2018/04/26
*
* Authors: Sarah Walker, <tommowalker@tommowalker.co.uk>
* Miran Grca, <mgrca8@gmail.com>
@@ -3245,7 +3245,6 @@ void execx86(int cycs)
}
memcycs=0;
insc++;
clockhardware();
if (trap && (flags&T_FLAG) && !noint)