mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
cinemat: Fix naming convention violation.
This commit is contained in:
parent
3f4d390f2b
commit
2a05f622e9
@ -93,11 +93,11 @@ public:
|
||||
void barrier(machine_config &config);
|
||||
void armora(machine_config &config);
|
||||
|
||||
template<int _N>
|
||||
template<int Index>
|
||||
DECLARE_WRITE_LINE_MEMBER(speedfrk_gear_change_w)
|
||||
{
|
||||
if (state)
|
||||
m_gear = _N;
|
||||
m_gear = Index;
|
||||
}
|
||||
|
||||
ioport_value speedfrk_gear_number_r()
|
||||
|
Loading…
Reference in New Issue
Block a user