//WRITE8_MEMBER( namco_06xx_device::ctrl_w ) public void namco_06xx_device_ctrl_w(address_space space, offs_t offset, u8 data, u8 mem_mask = 0xff) { namco_06xx_device namco_06xx = (namco_06xx_device)subdevice("06xx"); namco_06xx.ctrl_w(space, offset, data, mem_mask); }
//READ8_MEMBER( namco_06xx_device::ctrl_r ) public u8 namco_06xx_device_ctrl_r(address_space space, offs_t offset, u8 mem_mask = 0xff) { namco_06xx_device namco_06xx = (namco_06xx_device)subdevice("06xx"); return(namco_06xx.ctrl_r(space, offset, mem_mask)); }