mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +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 );
|
||||
|
||||
// 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:
|
||||
void set_keyboard_column(int number, int data);
|
||||
|
Loading…
Reference in New Issue
Block a user