From: cuz Date: Wed, 27 Nov 2002 22:37:55 +0000 (+0000) Subject: The C128 has RS232, too X-Git-Tag: V2.12.0~1984 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7d2ad0a160183cab78802ad58500bb6b24a4951b;p=cc65 The C128 has RS232, too git-svn-id: svn://svn.cc65.org/cc65/trunk@1663 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/rs232.h b/include/rs232.h index ba4b4e018..617dfd936 100644 --- a/include/rs232.h +++ b/include/rs232.h @@ -20,7 +20,7 @@ /*****************************************************************************/ -#if defined(__C64__) +#if defined(__C64__) || defined(__C128__) /* Baudrate settings */ #define RS_BAUD_50 0x00 @@ -153,7 +153,7 @@ unsigned char __fastcall__ rs232_pause (void); unsigned char __fastcall__ rs232_unpause (void); /* Re-enable interrupts and release flow control */ -unsigned char __fastcall__ rs232_status (unsigned char* status, +unsigned char __fastcall__ rs232_status (unsigned char* status, unsigned char* errors); /* Return the serial port status. */