summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bagman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bagman.cpp')
-rw-r--r--src/mame/drivers/bagman.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/bagman.cpp b/src/mame/drivers/bagman.cpp
index c54be51c780..61f4db5acd1 100644
--- a/src/mame/drivers/bagman.cpp
+++ b/src/mame/drivers/bagman.cpp
@@ -89,9 +89,9 @@ void squaitsa_state::machine_start()
}
-WRITE8_MEMBER(bagman_state::ls259_w)
+void bagman_state::ls259_w(offs_t offset, uint8_t data)
{
- pal16r6_w(space, offset,data); /*this is just a simulation*/
+ pal16r6_w(offset, data); /*this is just a simulation*/
if (m_tmslatch.found())
m_tmslatch->write_bit(offset, data & 1);