1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-21 15:32:41 +00:00

The C128 has RS232, too

git-svn-id: svn://svn.cc65.org/cc65/trunk@1663 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-11-27 22:37:55 +00:00
parent 6116ee51ec
commit 7d2ad0a160

View File

@ -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. */