mirror of
https://github.com/holub/mame
synced 2025-06-07 21:33:45 +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);
|
void mc400(machine_config &config);
|
||||||
|
|
||||||
DECLARE_INPUT_CHANGED_MEMBER(key_on);
|
DECLARE_INPUT_CHANGED_MEMBER(key_on);
|
||||||
DECLARE_INPUT_CHANGED_MEMBER(reset);
|
//DECLARE_INPUT_CHANGED_MEMBER(reset);
|
||||||
DECLARE_INPUT_CHANGED_MEMBER(digitiser_changed);
|
DECLARE_INPUT_CHANGED_MEMBER(digitiser_changed);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
@ -275,13 +275,13 @@ INPUT_CHANGED_MEMBER(psionmc_state::key_on)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
INPUT_CHANGED_MEMBER(psionmc_state::reset)
|
//INPUT_CHANGED_MEMBER(psionmc_state::reset)
|
||||||
{
|
//{
|
||||||
if (newval)
|
// if (newval)
|
||||||
{
|
// {
|
||||||
m_asic2->reset_w(0);
|
// m_asic2->reset_w(0);
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
|
|
||||||
INPUT_CHANGED_MEMBER(psionmc_state::digitiser_changed)
|
INPUT_CHANGED_MEMBER(psionmc_state::digitiser_changed)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user