summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2021-06-11 05:26:50 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2021-06-11 05:26:50 +1000
commit39ce71dda0bb7fb053e5343441c64c1dfc60cd12 (patch)
tree23001b5436e9730cedc0988dc105b48ce8ab0dc6 /src/mame/includes
parent2b567055124a3a3de8bfa545d188be6d13a35187 (diff)
mbee: added optional SN76489A, works with '128pepsgmod' sw-item.
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/mbee.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/mbee.h b/src/mame/includes/mbee.h
index 8958ae2bb52..404601064ab 100644
--- a/src/mame/includes/mbee.h
+++ b/src/mame/includes/mbee.h
@@ -140,6 +140,7 @@ private:
required_device<palette_device> m_palette;
void mbee128_io(address_map &map);
+ void mbee128p_io(address_map &map);
void mbee256_io(address_map &map);
void mbee256_mem(address_map &map);
void mbee56_io(address_map &map);