summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gberet.cpp
diff options
context:
space:
mode:
author cam900 <dbtlrchl@naver.com>2019-02-02 09:39:01 +0900
committer cam900 <dbtlrchl@naver.com>2019-02-02 09:39:01 +0900
commit0d914e1ffb34781fdf7c98b5ba55e831f72f3cae (patch)
tree09ba4dc40d3780f1ad326390d85cbcd6e42f3239 /src/mame/drivers/gberet.cpp
parente6a5262830db93645c69104d349d6399b4feefe4 (diff)
sn76496.cpp : Remove unnecessary handler, Remove unnecessary arguments in stereo_w
write8smo handler is already exists (write)
Diffstat (limited to 'src/mame/drivers/gberet.cpp')
-rw-r--r--src/mame/drivers/gberet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gberet.cpp b/src/mame/drivers/gberet.cpp
index cb73c2c16c7..edb2755c1dd 100644
--- a/src/mame/drivers/gberet.cpp
+++ b/src/mame/drivers/gberet.cpp
@@ -227,7 +227,7 @@ void gberet_state::gberetb_map(address_map &map)
map(0xe900, 0xe9ff).ram().share("spriteram");
map(0xf000, 0xf000).nopw(); // coin counter not supported
map(0xf200, 0xf200).portr("DSW2");
- map(0xf400, 0xf400).w(m_sn, FUNC(sn76489a_device::command_w));
+ map(0xf400, 0xf400).w(m_sn, FUNC(sn76489a_device::write));
map(0xf600, 0xf600).portr("P2");
map(0xf601, 0xf601).portr("DSW1");
map(0xf602, 0xf602).portr("P1");