コード例 #1
0
ファイル: vc20tape.c プロジェクト: BirchJD/xmame-0.103-RPi
static DEVICE_UNLOAD(vc20_tape)
{
	vc20_tape_close();
}
コード例 #2
0
ファイル: vc20.c プロジェクト: broftkd/mess-cvs
/* currently not used, but when time comes */
void vc20_driver_shutdown (void)
{
	vc20_tape_close ();
}