示例#1
0
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 ();
}