Home
last modified time | relevance | path

Searched refs:pcdx_video_device (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dpcd.cpp15 pcdx_video_device::pcdx_video_device(const machine_config &mconfig, device_type type, const char *t… in pcdx_video_device() function in pcdx_video_device
25 pcdx_video_device(mconfig, PCD_VIDEO, tag, owner, clock), in pcd_video_device()
36 pcdx_video_device(mconfig, PCX_VIDEO, tag, owner, clock), in pcx_video_device()
237 void pcdx_video_device::pcdx_palette(palette_device &palette) const in pcdx_palette()
375 uint8_t pcdx_video_device::detect_r() in detect_r()
380 void pcdx_video_device::detect_w(uint8_t data) in detect_w()
396 …xfb01, read8smo_delegate(*this, FUNC(pcdx_video_device::detect_r)), write8smo_delegate(*this, FUNC… in device_start()
422 …xfb01, read8smo_delegate(*this, FUNC(pcdx_video_device::detect_r)), write8smo_delegate(*this, FUNC… in device_start()
H A Dpcd.h16 class pcdx_video_device : public device_t, public device_gfx_interface
24pcdx_video_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owne…
33 class pcd_video_device : public pcdx_video_device
81 class pcx_video_device : public pcdx_video_device,
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dpcd.cpp15 pcdx_video_device::pcdx_video_device(const machine_config &mconfig, device_type type, const char *t… in pcdx_video_device() function in pcdx_video_device
25 pcdx_video_device(mconfig, PCD_VIDEO, tag, owner, clock), in pcd_video_device()
36 pcdx_video_device(mconfig, PCX_VIDEO, tag, owner, clock), in pcx_video_device()
237 void pcdx_video_device::pcdx_palette(palette_device &palette) const in pcdx_palette()
375 uint8_t pcdx_video_device::detect_r() in detect_r()
380 void pcdx_video_device::detect_w(uint8_t data) in detect_w()
396 …xfb01, read8smo_delegate(*this, FUNC(pcdx_video_device::detect_r)), write8smo_delegate(*this, FUNC… in device_start()
422 …xfb01, read8smo_delegate(*this, FUNC(pcdx_video_device::detect_r)), write8smo_delegate(*this, FUNC… in device_start()
H A Dpcd.h16 class pcdx_video_device : public device_t, public device_gfx_interface
24pcdx_video_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owne…
33 class pcd_video_device : public pcdx_video_device
81 class pcx_video_device : public pcdx_video_device,
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dpcd.cpp436 map(0xf980, 0xf9bf).m("video", FUNC(pcdx_video_device::map)); in pcd_io()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dpcd.cpp436 map(0xf980, 0xf9bf).m("video", FUNC(pcdx_video_device::map)); in pcd_io()