1
0
Fork 0

Add fix for dungle schatten 1. Implement timer mode 1. Flip gate2 default value (h-a-l-9000)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3049
This commit is contained in:
Peter Veenstra 2007-11-18 17:09:15 +00:00
parent 10b39bc067
commit 28c34f2b04
2 changed files with 24 additions and 7 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: keyboard.cpp,v 1.39 2007-06-12 20:22:08 c2woody Exp $ */
/* $Id: keyboard.cpp,v 1.40 2007-11-18 17:09:15 qbix79 Exp $ */
#include "dosbox.h"
#include "keyboard.h"
@ -171,7 +171,7 @@ static void write_p60(Bitu port,Bitu val,Bitu iolen) {
}
}
static Bit8u port_61_data;
static Bit8u port_61_data = 0;
static Bitu read_p61(Bitu port,Bitu iolen) {
port_61_data^=0x20;
port_61_data^=0x10;