summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-05-24 21:01:48 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-05-24 21:01:48 -0400
commitba32c9a90a461313f2e2819596d796fe120a8665 (patch)
tree75a5329bfbfa294fec46fb4665041bdd6a9069df /src/mame/includes
parent718e3e2a0b9b71a6302244866f3f38608247ed2a (diff)
tomagic: Add sound system and some basic inputs
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/nmk16.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/nmk16.h b/src/mame/includes/nmk16.h
index 75a4e2d0260..169b017e763 100644
--- a/src/mame/includes/nmk16.h
+++ b/src/mame/includes/nmk16.h
@@ -268,4 +268,5 @@ public:
private:
void tomagic_map(address_map &map);
void tomagic_sound_map(address_map &map);
+ void tomagic_sound_io_map(address_map &map);
};