UINT16 m68307_get_cs(m68307cpu_device *device, offs_t address) { device->m68307_currentcs = m68307_calc_cs(device, address); return device->m68307_currentcs; }
UINT16 m68307cpu_device::get_cs(offs_t address) { m68307_currentcs = m68307_calc_cs(this, address); return m68307_currentcs; }