# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * serial.h - Serial device driver | |
3 | * | |
4 | < | * Basilisk II (C) 1997-2000 Christian Bauer |
4 | > | * Basilisk II (C) 1997-2004 Christian Bauer |
5 | * | |
6 | * This program is free software; you can redistribute it and/or modify | |
7 | * it under the terms of the GNU General Public License as published by | |
# | Line 88 | Line 88 | public: | |
88 | uint32 output_dt; // Mac address of Deferred Task for writing | |
89 | ||
90 | #ifdef POWERPC_ROM | |
91 | < | uint8 dt_store[SIZEOF_serdt * 2]; |
91 | > | uint32 dt_store; |
92 | #endif | |
93 | }; | |
94 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |