Einzelnen Beitrag anzeigen
  #3143  
Alt 10.08.2019, 13:02
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.867
Abgegebene Danke: 569
Erhielt 6.947 Danke für 1.569 Beiträge
Aktivitäten Langlebigkeit
7/20 15/20
Heute Beiträge
0/3 sssss2867
AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von hap Beitrag anzeigen
Try removing sample_ef_lines(); from "case cosmac_state::STATE_1_EXECUTE:"

And add it here:
void cosmac_device::b() { sample_ef_lines(); short_branch(EF[N & 0x03]); }
void cosmac_device::bn() { sample_ef_lines(); short_branch(!EF[N & 0x03]); }
Yep - that's working perfectly, no more drop down to 40% when the ESB is activated!

Slowly I'm wondering if there's any CPU you're not familiar with - you must be a computer hardware (PCB, CPU, ...) designer!?
Mit Zitat antworten