Reverse revision 3567 as it breaks a few games and the new patch could use some more testing.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3577
This commit is contained in:
parent
74ddc23daf
commit
2dff0226b9
1 changed files with 0 additions and 2 deletions
|
@ -139,7 +139,6 @@ static void counter_latch(Bitu counter) {
|
|||
|
||||
//If gate2 is disabled don't update the read_latch
|
||||
if(counter == 2 && !gate2 && p->mode !=1) return;
|
||||
if(p->new_mode) return;
|
||||
|
||||
double index=PIC_FullIndex()-p->start;
|
||||
switch (p->mode) {
|
||||
|
@ -310,7 +309,6 @@ static void write_p43(Bitu /*port*/,Bitu val,Bitu /*iolen*/) {
|
|||
pit[latch].counterstatus_set=false;
|
||||
latched_timerstatus_locked=false;
|
||||
}
|
||||
pit[latch].go_read_latch = true;
|
||||
pit[latch].update_count = false;
|
||||
pit[latch].counting = false;
|
||||
pit[latch].read_state = (val >> 4) & 0x03;
|
||||
|
|
Loading…
Add table
Reference in a new issue