/*
    RS232 - Map the serial port of the PSX to a PC COMx
  ================================================================
  This code is done for making an easy conversion to plugin format
  ================================================================
*/
#include "fpse.h"

int RS232_Init(SIO_Type *sio)
{
 return FPSE_OK;
}

void RS232_Close(SIO_Type *sio)
{
}

void RS232_WriteData(SIO_Type *sio)
{
}

void RS232_UpdateStatus(SIO_Type *sio)
{
}
