コード例 #1
0
ファイル: apple1.c プロジェクト: rogerjowett/ClientServerMAME
static WRITE8_DEVICE_HANDLER( apple1_pia0_dspout )
{
	/* Send an ASCII character to the video hardware. */
	apple1_vh_dsp_w(device->machine(), data);
}
コード例 #2
0
ファイル: apple1.c プロジェクト: BirchJD/xmame-0.103-RPi
static WRITE8_HANDLER( apple1_pia0_dspout )
{
	/* Send an ASCII character to the video hardware. */
	apple1_vh_dsp_w(data);
}