summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/abc1600.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/abc1600.cpp')
-rw-r--r--src/mame/video/abc1600.cpp42
1 files changed, 21 insertions, 21 deletions
diff --git a/src/mame/video/abc1600.cpp b/src/mame/video/abc1600.cpp
index 8eace59747b..cfa38bf51e3 100644
--- a/src/mame/video/abc1600.cpp
+++ b/src/mame/video/abc1600.cpp
@@ -49,7 +49,7 @@ DEFINE_DEVICE_TYPE(ABC1600_MOVER, abc1600_mover_device, "abc1600mover", "ABC 160
void abc1600_mover_device::vram_map(address_map &map)
{
- map(0x00000, 0x7ffff).rw(this, FUNC(abc1600_mover_device::video_ram_r), FUNC(abc1600_mover_device::video_ram_w));
+ map(0x00000, 0x7ffff).rw(FUNC(abc1600_mover_device::video_ram_r), FUNC(abc1600_mover_device::video_ram_w));
}
void abc1600_mover_device::crtc_map(address_map &map)
@@ -60,36 +60,36 @@ void abc1600_mover_device::crtc_map(address_map &map)
void abc1600_mover_device::iowr0_map(address_map &map)
{
- map(0x00, 0x00).mirror(0xff).r(this, FUNC(abc1600_mover_device::iord0_r));
- map(0x00, 0x00).mirror(0xf8).w(this, FUNC(abc1600_mover_device::ldsx_hb_w));
- map(0x01, 0x01).mirror(0xf8).w(this, FUNC(abc1600_mover_device::ldsx_lb_w));
- map(0x02, 0x02).mirror(0xf8).w(this, FUNC(abc1600_mover_device::ldsy_hb_w));
- map(0x03, 0x03).mirror(0xf8).w(this, FUNC(abc1600_mover_device::ldsy_lb_w));
- map(0x04, 0x04).mirror(0xf8).w(this, FUNC(abc1600_mover_device::ldtx_hb_w));
- map(0x05, 0x05).mirror(0xf8).w(this, FUNC(abc1600_mover_device::ldtx_lb_w));
- map(0x06, 0x06).mirror(0xf8).w(this, FUNC(abc1600_mover_device::ldty_hb_w));
- map(0x07, 0x07).mirror(0xf8).w(this, FUNC(abc1600_mover_device::ldty_lb_w));
+ map(0x00, 0x00).mirror(0xff).r(FUNC(abc1600_mover_device::iord0_r));
+ map(0x00, 0x00).mirror(0xf8).w(FUNC(abc1600_mover_device::ldsx_hb_w));
+ map(0x01, 0x01).mirror(0xf8).w(FUNC(abc1600_mover_device::ldsx_lb_w));
+ map(0x02, 0x02).mirror(0xf8).w(FUNC(abc1600_mover_device::ldsy_hb_w));
+ map(0x03, 0x03).mirror(0xf8).w(FUNC(abc1600_mover_device::ldsy_lb_w));
+ map(0x04, 0x04).mirror(0xf8).w(FUNC(abc1600_mover_device::ldtx_hb_w));
+ map(0x05, 0x05).mirror(0xf8).w(FUNC(abc1600_mover_device::ldtx_lb_w));
+ map(0x06, 0x06).mirror(0xf8).w(FUNC(abc1600_mover_device::ldty_hb_w));
+ map(0x07, 0x07).mirror(0xf8).w(FUNC(abc1600_mover_device::ldty_lb_w));
}
void abc1600_mover_device::iowr1_map(address_map &map)
{
map(0x00, 0x00).mirror(0xff).nopr();
- map(0x00, 0x00).mirror(0xf8).w(this, FUNC(abc1600_mover_device::ldfx_hb_w));
- map(0x01, 0x01).mirror(0xf8).w(this, FUNC(abc1600_mover_device::ldfx_lb_w));
- map(0x02, 0x02).mirror(0xf8).w(this, FUNC(abc1600_mover_device::ldfy_hb_w));
- map(0x03, 0x03).mirror(0xf8).w(this, FUNC(abc1600_mover_device::ldfy_lb_w));
- map(0x05, 0x05).mirror(0xf8).w(this, FUNC(abc1600_mover_device::wrml_w));
- map(0x07, 0x07).mirror(0xf8).w(this, FUNC(abc1600_mover_device::wrdl_w));
+ map(0x00, 0x00).mirror(0xf8).w(FUNC(abc1600_mover_device::ldfx_hb_w));
+ map(0x01, 0x01).mirror(0xf8).w(FUNC(abc1600_mover_device::ldfx_lb_w));
+ map(0x02, 0x02).mirror(0xf8).w(FUNC(abc1600_mover_device::ldfy_hb_w));
+ map(0x03, 0x03).mirror(0xf8).w(FUNC(abc1600_mover_device::ldfy_lb_w));
+ map(0x05, 0x05).mirror(0xf8).w(FUNC(abc1600_mover_device::wrml_w));
+ map(0x07, 0x07).mirror(0xf8).w(FUNC(abc1600_mover_device::wrdl_w));
}
void abc1600_mover_device::iowr2_map(address_map &map)
{
map(0x00, 0x00).mirror(0xff).nopr();
- map(0x00, 0x00).mirror(0xf8).w(this, FUNC(abc1600_mover_device::wrmask_strobe_hb_w));
- map(0x01, 0x01).mirror(0xf8).w(this, FUNC(abc1600_mover_device::wrmask_strobe_lb_w));
- map(0x02, 0x02).mirror(0xf8).w(this, FUNC(abc1600_mover_device::enable_clocks_w));
- map(0x03, 0x03).mirror(0xf8).w(this, FUNC(abc1600_mover_device::flag_strobe_w));
- map(0x04, 0x04).mirror(0xf8).w(this, FUNC(abc1600_mover_device::endisp_w));
+ map(0x00, 0x00).mirror(0xf8).w(FUNC(abc1600_mover_device::wrmask_strobe_hb_w));
+ map(0x01, 0x01).mirror(0xf8).w(FUNC(abc1600_mover_device::wrmask_strobe_lb_w));
+ map(0x02, 0x02).mirror(0xf8).w(FUNC(abc1600_mover_device::enable_clocks_w));
+ map(0x03, 0x03).mirror(0xf8).w(FUNC(abc1600_mover_device::flag_strobe_w));
+ map(0x04, 0x04).mirror(0xf8).w(FUNC(abc1600_mover_device::endisp_w));
}