mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
igs/xamcu.cpp: Removed vestigial helper function.
This commit is contained in:
parent
014fa68650
commit
b895038b02
1 changed files with 0 additions and 6 deletions
|
@ -12,12 +12,6 @@
|
|||
|
||||
namespace {
|
||||
|
||||
template <typename T>
|
||||
constexpr bool posedge(T old, T val, unsigned bit)
|
||||
{
|
||||
return bool(BIT(~old & val, bit));
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
constexpr bool negedge(T old, T val, unsigned bit)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue