diff options
Diffstat (limited to 'src/mame/drivers/mpu5hw.cpp')
-rw-r--r-- | src/mame/drivers/mpu5hw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mpu5hw.cpp b/src/mame/drivers/mpu5hw.cpp index 9d99ff7d242..c6065c3bf67 100644 --- a/src/mame/drivers/mpu5hw.cpp +++ b/src/mame/drivers/mpu5hw.cpp @@ -86,7 +86,7 @@ protected: // devices required_device<m68340cpu_device> m_maincpu; - virtual void machine_start(); + virtual void machine_start() override; }; READ8_MEMBER(mpu5_state::asic_r8) |