mirror of
https://github.com/holub/mame
synced 2025-04-28 11:11:48 +03:00
fixed compile (nw)
This commit is contained in:
parent
3f7916b895
commit
d1b98e6e10
@ -177,5 +177,5 @@ public:
|
|||||||
DECLARE_MACHINE_START(nsub);
|
DECLARE_MACHINE_START(nsub);
|
||||||
DECLARE_MACHINE_RESET(nsub);
|
DECLARE_MACHINE_RESET(nsub);
|
||||||
|
|
||||||
virtual pen_t choose_pen(uint8_t x, uint8_t y, pen_t back_pen);
|
virtual pen_t choose_pen(uint8_t x, uint8_t y, pen_t back_pen) override;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user