mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
1801vp128: add missing ttsn function
This commit is contained in:
parent
68325717b3
commit
4a77a4e0b0
@ -811,3 +811,8 @@ void k1801vp128_device::set_ds(int fid)
|
||||
execute_command(CMD_READ);
|
||||
}
|
||||
}
|
||||
|
||||
std::string k1801vp128_device::ttsn() const
|
||||
{
|
||||
return machine().time().to_string();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user