summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Sterophonick <34801996+Sterophonick@users.noreply.github.com>2020-06-19 23:27:33 -0700
committer Sterophonick <34801996+Sterophonick@users.noreply.github.com>2020-06-19 23:27:33 -0700
commit570225e08abf756cfa87142a62ee1d003275b57a (patch)
tree2046da559c5f9428bad2977d0a3bf77a786dcb3d
parent207695334f717311a7e101b95e4c64376ed17164 (diff)
gigatron: fix missing prototype
(nw)
-rw-r--r--src/mame/drivers/gigatron.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/gigatron.cpp b/src/mame/drivers/gigatron.cpp
index 59bfd7569c6..115b56fa98a 100644
--- a/src/mame/drivers/gigatron.cpp
+++ b/src/mame/drivers/gigatron.cpp
@@ -48,6 +48,7 @@ private:
}
void blinkenlights(uint8_t data);
+ void inputs();
required_device<gigatron_cpu_device> m_maincpu;
required_ioport m_io_inputs;