--- BasiliskII/src/include/serial.h 2000/07/25 15:19:43 1.4 +++ BasiliskII/src/include/serial.h 2005/01/08 08:57:53 1.8 @@ -1,7 +1,7 @@ /* * serial.h - Serial device driver * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -88,7 +88,7 @@ public: uint32 output_dt; // Mac address of Deferred Task for writing #ifdef POWERPC_ROM - uint8 dt_store[SIZEOF_serdt * 2]; + uint32 dt_store; #endif };