summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/z80ne.h
diff options
context:
space:
mode:
author Cowering <cowering@users.noreply.github.com>2015-07-02 10:06:02 -0500
committer Cowering <cowering@users.noreply.github.com>2015-07-08 14:30:36 -0500
commit1e37ed88936371ede63ada5b7aea9dd1d0bc287c (patch)
treed6dd95132fbc253182c9a90f87ed93552a7005d2 /src/mess/includes/z80ne.h
parent0e5862006db96e84e1ae1a2075487aebbcd99ca4 (diff)
more pedantic fixes (nw)
Diffstat (limited to 'src/mess/includes/z80ne.h')
-rw-r--r--src/mess/includes/z80ne.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/z80ne.h b/src/mess/includes/z80ne.h
index b7dbfc9f8c5..b6d77971981 100644
--- a/src/mess/includes/z80ne.h
+++ b/src/mess/includes/z80ne.h
@@ -103,7 +103,7 @@ public:
m_io_modifiers(*this, "MODIFIERS"),
m_io_config(*this, "CONFIG") { }
- DECLARE_FLOPPY_FORMATS(floppy_formats)
+ DECLARE_FLOPPY_FORMATS(floppy_formats);
optional_device<mc6847_base_device> m_vdg;
optional_shared_ptr<UINT8> m_videoram;