Home
last modified time | relevance | path

Searched refs:m_gga (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Drpunch.h27 m_gga(*this, "gga"), in rpunch_state()
53 required_device<vsystem_gga_device> m_gga; variable
H A Dfromance.h35 m_gga(*this, "gga"), in fromance_state()
57 required_device<vsystem_gga_device> m_gga; variable
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Drpunch.h27 m_gga(*this, "gga"), in rpunch_state()
53 required_device<vsystem_gga_device> m_gga; variable
H A Dfromance.h35 m_gga(*this, "gga"), in fromance_state()
57 required_device<vsystem_gga_device> m_gga; variable
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dfromance.cpp290 map(0x10, 0x11).w(m_gga, FUNC(vsystem_gga_device::write)); in nekkyoku_sub_io_map()
304 map(0x10, 0x11).w(m_gga, FUNC(vsystem_gga_device::write)); in idolmj_sub_io_map()
318 map(0x10, 0x11).w(m_gga, FUNC(vsystem_gga_device::write)); in fromance_sub_io_map()
931 VSYSTEM_GGA(config, m_gga, 14318181 / 2); // clock not verified in nekkyoku()
932 m_gga->write_cb().set(FUNC(fromance_state::fromance_gga_data_w)); in nekkyoku()
975 VSYSTEM_GGA(config, m_gga, XTAL(14'318'181) / 2); // divider not verified in idolmj()
976 m_gga->write_cb().set(FUNC(fromance_state::fromance_gga_data_w)); in idolmj()
1020 VSYSTEM_GGA(config, m_gga, XTAL(14'318'181) / 2); // divider not verified in fromance()
1021 m_gga->write_cb().set(FUNC(fromance_state::fromance_gga_data_w)); in fromance()
H A Dpipedrm.cpp270 map(0x10, 0x11).w(m_gga, FUNC(vsystem_gga_device::write)); in main_portmap()
608 VSYSTEM_GGA(config, m_gga, XTAL(14'318'181) / 2); // divider not verified in pipedrm()
609 m_gga->write_cb().set(FUNC(fromance_state::fromance_gga_data_w)); in pipedrm()
660 VSYSTEM_GGA(config, m_gga, XTAL(14'318'181) / 2); // divider not verified in hatris()
661 m_gga->write_cb().set(FUNC(fromance_state::fromance_gga_data_w)); in hatris()
H A Drpunch.cpp494 VSYSTEM_GGA(config, m_gga, VIDEO_CLOCK/2); // verified from rpunch schematics in rpunch()
495 m_gga->write_cb().set(FUNC(rpunch_state::gga_data_w)); in rpunch()
542 VSYSTEM_GGA(config, m_gga, VIDEO_CLOCK/2); in svolleybl()
543 m_gga->write_cb().set(FUNC(rpunch_state::gga_data_w)); in svolleybl()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dfromance.cpp290 map(0x10, 0x11).w(m_gga, FUNC(vsystem_gga_device::write)); in nekkyoku_sub_io_map()
304 map(0x10, 0x11).w(m_gga, FUNC(vsystem_gga_device::write)); in idolmj_sub_io_map()
318 map(0x10, 0x11).w(m_gga, FUNC(vsystem_gga_device::write)); in fromance_sub_io_map()
931 VSYSTEM_GGA(config, m_gga, 14318181 / 2); // clock not verified in nekkyoku()
932 m_gga->write_cb().set(FUNC(fromance_state::fromance_gga_data_w)); in nekkyoku()
975 VSYSTEM_GGA(config, m_gga, XTAL(14'318'181) / 2); // divider not verified in idolmj()
976 m_gga->write_cb().set(FUNC(fromance_state::fromance_gga_data_w)); in idolmj()
1020 VSYSTEM_GGA(config, m_gga, XTAL(14'318'181) / 2); // divider not verified in fromance()
1021 m_gga->write_cb().set(FUNC(fromance_state::fromance_gga_data_w)); in fromance()
H A Dpipedrm.cpp270 map(0x10, 0x11).w(m_gga, FUNC(vsystem_gga_device::write)); in main_portmap()
608 VSYSTEM_GGA(config, m_gga, XTAL(14'318'181) / 2); // divider not verified in pipedrm()
609 m_gga->write_cb().set(FUNC(fromance_state::fromance_gga_data_w)); in pipedrm()
660 VSYSTEM_GGA(config, m_gga, XTAL(14'318'181) / 2); // divider not verified in hatris()
661 m_gga->write_cb().set(FUNC(fromance_state::fromance_gga_data_w)); in hatris()
H A Drpunch.cpp494 VSYSTEM_GGA(config, m_gga, VIDEO_CLOCK/2); // verified from rpunch schematics in rpunch()
495 m_gga->write_cb().set(FUNC(rpunch_state::gga_data_w)); in rpunch()
542 VSYSTEM_GGA(config, m_gga, VIDEO_CLOCK/2); in svolleybl()
543 m_gga->write_cb().set(FUNC(rpunch_state::gga_data_w)); in svolleybl()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dfromance.cpp264 if (m_gga->reg(0) == 0) // sanity check in crtc_refresh()
272 visarea.max_x = ((m_gga->reg(0)+1)*4) - 1; in crtc_refresh()
H A Drpunch.cpp168 m_gga->write(offset >> 5, data & 0xff); in gga_w()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dfromance.cpp264 if (m_gga->reg(0) == 0) // sanity check in crtc_refresh()
272 visarea.max_x = ((m_gga->reg(0)+1)*4) - 1; in crtc_refresh()
H A Drpunch.cpp168 m_gga->write(offset >> 5, data & 0xff); in gga_w()