Cache setting now handled correctly on startup.
This commit is contained in:
parent
644d17fc7f
commit
feaf399a2d
1 changed files with 1 additions and 1 deletions
2
src/pc.c
2
src/pc.c
|
|
@ -174,6 +174,7 @@ void pc_reset()
|
|||
{
|
||||
cpu_set();
|
||||
resetx86();
|
||||
mem_updatecache();
|
||||
//timer_reset();
|
||||
dma_reset();
|
||||
fdc_reset();
|
||||
|
|
@ -244,7 +245,6 @@ void initpc()
|
|||
|
||||
pit_reset();
|
||||
/* if (romset==ROM_AMI386 || romset==ROM_AMI486) */fullspeed();
|
||||
mem_updatecache();
|
||||
ali1429_reset();
|
||||
// CPUID=(is486 && (cpuspeed==7 || cpuspeed>=9));
|
||||
// pclog("Init - CPUID %i %i\n",CPUID,cpuspeed);
|
||||
|
|
|
|||
Loading…
Reference in a new issue