summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2018-05-26 14:32:00 +0100
committer Nigel Barnes <Pernod70@users.noreply.github.com>2018-05-26 14:32:40 +0100
commitd442de9c479e3f11d81bb21bd42bee516bb26606 (patch)
tree4c75c2b4ba9375cc40043f84d94a000b9a732cff /src/mame/includes
parent33affeb2f8f95d5a5a3872a77567d30db04afdad (diff)
New working machines
-------------------- Dragon MSX-64 [David F.Gisbert aka Tromax, AUIC, Robcfg]
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/msx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/msx.h b/src/mame/includes/msx.h
index d45f079d6ff..11d3e254f00 100644
--- a/src/mame/includes/msx.h
+++ b/src/mame/includes/msx.h
@@ -417,6 +417,7 @@ public:
void hx10s(machine_config &config);
void piopx7uk(machine_config &config);
void hc5(machine_config &config);
+ void dgnmsx(machine_config &config);
void fdpc200(machine_config &config);
void hx22(machine_config &config);
void fs1300(machine_config &config);