summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/v30mz
diff options
context:
space:
mode:
author 0kmg <9137159+0kmg@users.noreply.github.com>2022-02-06 13:59:38 -0900
committer GitHub <noreply@github.com>2022-02-06 23:59:38 +0100
commitae373baa246e69a52e6e8249e6e8c7897ba1e1fe (patch)
treee948c0f9f690b3d4fd2886910552ee045389ccd6 /src/devices/cpu/v30mz
parent22e7beb2fc705139625e3c036c256c6f19cd1c2c (diff)
devices/*: Removed extra semicolons after function bodies in headers. (#9275)
Diffstat (limited to 'src/devices/cpu/v30mz')
-rw-r--r--src/devices/cpu/v30mz/v30mz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/v30mz/v30mz.h b/src/devices/cpu/v30mz/v30mz.h
index 770da50d954..f194fba269c 100644
--- a/src/devices/cpu/v30mz/v30mz.h
+++ b/src/devices/cpu/v30mz/v30mz.h
@@ -50,7 +50,7 @@ protected:
// device_disasm_interface overrides
virtual std::unique_ptr<util::disasm_interface> create_disassembler() override;
- virtual int get_mode() const override { return 1; };
+ virtual int get_mode() const override { return 1; }
void interrupt(int int_num);