mirror of
https://github.com/holub/mame
synced 2025-07-02 08:39:21 +03:00
Fixed the build.
This commit is contained in:
parent
535bc44330
commit
2bd758d393
@ -130,7 +130,7 @@ public:
|
|||||||
DECLARE_INPUT_CHANGED_MEMBER( load_interrupt );
|
DECLARE_INPUT_CHANGED_MEMBER( load_interrupt );
|
||||||
|
|
||||||
// Used by EVPC
|
// Used by EVPC
|
||||||
void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
|
void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void set_keyboard_column(int number, int data);
|
void set_keyboard_column(int number, int data);
|
||||||
|
Loading…
Reference in New Issue
Block a user