- missing initialisation of variable 'cur_command' added
- updated year in copyright
This commit is contained in:
parent
88bc47b990
commit
3b30e554ad
@ -1,8 +1,8 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: busmouse.cc,v 1.1 2004-12-11 08:35:32 vruppert Exp $
|
||||
// $Id: busmouse.cc,v 1.2 2004-12-25 09:29:31 vruppert Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2002 MandrakeSoft S.A.
|
||||
// Copyright (C) 2004 MandrakeSoft S.A.
|
||||
//
|
||||
// MandrakeSoft S.A.
|
||||
// 43, rue d'Aboukir
|
||||
@ -75,7 +75,7 @@ bx_busm_c::~bx_busm_c(void)
|
||||
void
|
||||
bx_busm_c::init(void)
|
||||
{
|
||||
BX_DEBUG(("Init $Id: busmouse.cc,v 1.1 2004-12-11 08:35:32 vruppert Exp $"));
|
||||
BX_DEBUG(("Init $Id: busmouse.cc,v 1.2 2004-12-25 09:29:31 vruppert Exp $"));
|
||||
|
||||
DEV_register_irq(BUS_MOUSE_IRQ, "Bus Mouse");
|
||||
|
||||
@ -97,6 +97,7 @@ bx_busm_c::init(void)
|
||||
BX_BUSM_THIS sig_port_sequ = 0;
|
||||
BX_BUSM_THIS interrupts = 0; // interrupts off
|
||||
BX_BUSM_THIS command_val = 0; // command byte
|
||||
BX_BUSM_THIS cur_command = 0;
|
||||
|
||||
// the control port values
|
||||
BX_BUSM_THIS control_val =
|
||||
|
@ -1,8 +1,8 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: busmouse.h,v 1.1 2004-12-11 08:35:32 vruppert Exp $
|
||||
// $Id: busmouse.h,v 1.2 2004-12-25 09:29:31 vruppert Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2001 MandrakeSoft S.A.
|
||||
// Copyright (C) 2004 MandrakeSoft S.A.
|
||||
//
|
||||
// MandrakeSoft S.A.
|
||||
// 43, rue d'Aboukir
|
||||
|
Loading…
x
Reference in New Issue
Block a user