mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
psion/mc400.cpp: Fixed unused-function error.
This commit is contained in:
parent
665a02c6d8
commit
ca1cc36f91
@ -50,7 +50,7 @@ public:
|
||||
void mc400(machine_config &config);
|
||||
|
||||
DECLARE_INPUT_CHANGED_MEMBER(key_on);
|
||||
DECLARE_INPUT_CHANGED_MEMBER(reset);
|
||||
//DECLARE_INPUT_CHANGED_MEMBER(reset);
|
||||
DECLARE_INPUT_CHANGED_MEMBER(digitiser_changed);
|
||||
|
||||
protected:
|
||||
@ -275,13 +275,13 @@ INPUT_CHANGED_MEMBER(psionmc_state::key_on)
|
||||
}
|
||||
}
|
||||
|
||||
INPUT_CHANGED_MEMBER(psionmc_state::reset)
|
||||
{
|
||||
if (newval)
|
||||
{
|
||||
m_asic2->reset_w(0);
|
||||
}
|
||||
}
|
||||
//INPUT_CHANGED_MEMBER(psionmc_state::reset)
|
||||
//{
|
||||
// if (newval)
|
||||
// {
|
||||
// m_asic2->reset_w(0);
|
||||
// }
|
||||
//}
|
||||
|
||||
INPUT_CHANGED_MEMBER(psionmc_state::digitiser_changed)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user