Ejemplo n.º 1
0
void s3c2400_device::s3c2400_uart_fifo_w(int uart, UINT8 data)
{
	s3c24xx_uart_fifo_w(uart, data);
}
Ejemplo n.º 2
0
void s3c2440_uart_fifo_w( device_t *device, int uart, UINT8 data)
{
	s3c24xx_uart_fifo_w( device, uart, data);
}
Ejemplo n.º 3
0
void s3c2440_device::s3c2440_uart_fifo_w(int uart, uint8_t data)
{
	s3c24xx_uart_fifo_w( uart, data);
}