summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pv9234.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pv9234.cpp')
-rw-r--r--src/mame/drivers/pv9234.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/pv9234.cpp b/src/mame/drivers/pv9234.cpp
index e1f2b1ee7ca..7dbae3dba71 100644
--- a/src/mame/drivers/pv9234.cpp
+++ b/src/mame/drivers/pv9234.cpp
@@ -113,10 +113,10 @@ void pv9234_state::pv9234_map(address_map &map)
// AM_RANGE(0x00000060, 0x0000006b) AM_WRITE something
// AM_RANGE(0x00007000, 0x00007003) AM_WRITE something
// AM_RANGE(0x00008000, 0x00008003) AM_WRITE something
- map(0x00008014, 0x00008017).w(this, FUNC(pv9234_state::debug1_w));
+ map(0x00008014, 0x00008017).w(FUNC(pv9234_state::debug1_w));
// AM_RANGE(0x00008020, 0x00008027) AM_WRITE something
- map(0x000080c0, 0x000080c3).w(this, FUNC(pv9234_state::debug2_w));
- map(0x000080cc, 0x000080cf).w(this, FUNC(pv9234_state::debug_w));
+ map(0x000080c0, 0x000080c3).w(FUNC(pv9234_state::debug2_w));
+ map(0x000080cc, 0x000080cf).w(FUNC(pv9234_state::debug_w));
// AM_RANGE(0x000080d0, 0x000080d3) AM_WRITE something
map(0x0003e000, 0x0003efff).ram().share("p_ram");
map(0x00080000, 0x00087fff).mirror(0x78000).ram().share("share1");//mirror is a guess, writes a prg at 0xc0200 then it jumps at b0200 (!)