Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dk053250.cpp8 DEFINE_DEVICE_TYPE(K053250, k053250_device, "k053250", "K053250 LVC")
10 k053250_device::k053250_device(const machine_config &mconfig, const char *tag, device_t *owner, uin… in k053250_device() function in k053250_device
18 void k053250_device::unpack_nibbles() in unpack_nibbles()
29 void k053250_device::device_start() in device_start()
43 void k053250_device::device_reset() in device_reset()
414 void k053250_device::dma(int limiter) in dma()
426 uint16_t k053250_device::reg_r(offs_t offset) in reg_r()
431 void k053250_device::reg_w(offs_t offset, uint16_t data, uint16_t mem_mask) in reg_w()
443 uint16_t k053250_device::ram_r(offs_t offset) in ram_r()
448 void k053250_device::ram_w(offs_t offset, uint16_t data, uint16_t mem_mask) in ram_w()
[all …]
H A Dk053250.h13 class k053250_device : public device_t,
19k053250_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock, T … in k053250_device() function
20 : k053250_device(mconfig, tag, owner, clock) in k053250_device()
26 k053250_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
68 DECLARE_DEVICE_TYPE(K053250, k053250_device)
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dk053250.cpp8 DEFINE_DEVICE_TYPE(K053250, k053250_device, "k053250", "K053250 LVC")
10 k053250_device::k053250_device(const machine_config &mconfig, const char *tag, device_t *owner, uin… in k053250_device() function in k053250_device
18 void k053250_device::unpack_nibbles() in unpack_nibbles()
29 void k053250_device::device_start() in device_start()
43 void k053250_device::device_reset() in device_reset()
414 void k053250_device::dma(int limiter) in dma()
426 uint16_t k053250_device::reg_r(offs_t offset) in reg_r()
431 void k053250_device::reg_w(offs_t offset, uint16_t data, uint16_t mem_mask) in reg_w()
443 uint16_t k053250_device::ram_r(offs_t offset) in ram_r()
448 void k053250_device::ram_w(offs_t offset, uint16_t data, uint16_t mem_mask) in ram_w()
[all …]
H A Dk053250.h13 class k053250_device : public device_t,
19k053250_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock, T … in k053250_device() function
20 : k053250_device(mconfig, tag, owner, clock) in k053250_device()
26 k053250_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
68 DECLARE_DEVICE_TYPE(K053250, k053250_device)
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Doverdriv.cpp233 map(0x100000, 0x10000f).rw("k053250_1", FUNC(k053250_device::reg_r), FUNC(k053250_device::reg_w)); in overdriv_slave_map()
234 map(0x108000, 0x10800f).rw("k053250_2", FUNC(k053250_device::reg_r), FUNC(k053250_device::reg_w)); in overdriv_slave_map()
243 map(0x218000, 0x219fff).r("k053250_1", FUNC(k053250_device::rom_r)); in overdriv_slave_map()
244 map(0x220000, 0x221fff).r("k053250_2", FUNC(k053250_device::rom_r)); in overdriv_slave_map()
H A Dxexex.cpp356 …map(0x0c6000, 0x0c7fff).rw(m_k053250, FUNC(k053250_device::ram_r), FUNC(k053250_device::ram_w)); … in main_map()
357 map(0x0c8000, 0x0c800f).rw(m_k053250, FUNC(k053250_device::reg_r), FUNC(k053250_device::reg_w)); in main_map()
373 map(0x1a0000, 0x1a1fff).r(m_k053250, FUNC(k053250_device::rom_r)); in main_map()
H A Dmystwarr.cpp332 map(0x24c000, 0x24ffff).rw("k053250_1", FUNC(k053250_device::ram_r), FUNC(k053250_device::ram_w)); in metamrph_map()
333 map(0x250000, 0x25000f).rw("k053250_1", FUNC(k053250_device::reg_r), FUNC(k053250_device::reg_w)); in metamrph_map()
350 map(0x320000, 0x321fff).r("k053250_1", FUNC(k053250_device::rom_r)); in metamrph_map()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Doverdriv.cpp233 map(0x100000, 0x10000f).rw("k053250_1", FUNC(k053250_device::reg_r), FUNC(k053250_device::reg_w)); in overdriv_slave_map()
234 map(0x108000, 0x10800f).rw("k053250_2", FUNC(k053250_device::reg_r), FUNC(k053250_device::reg_w)); in overdriv_slave_map()
243 map(0x218000, 0x219fff).r("k053250_1", FUNC(k053250_device::rom_r)); in overdriv_slave_map()
244 map(0x220000, 0x221fff).r("k053250_2", FUNC(k053250_device::rom_r)); in overdriv_slave_map()
H A Dxexex.cpp356 …map(0x0c6000, 0x0c7fff).rw(m_k053250, FUNC(k053250_device::ram_r), FUNC(k053250_device::ram_w)); … in main_map()
357 map(0x0c8000, 0x0c800f).rw(m_k053250, FUNC(k053250_device::reg_r), FUNC(k053250_device::reg_w)); in main_map()
373 map(0x1a0000, 0x1a1fff).r(m_k053250, FUNC(k053250_device::rom_r)); in main_map()
H A Dmystwarr.cpp332 map(0x24c000, 0x24ffff).rw("k053250_1", FUNC(k053250_device::ram_r), FUNC(k053250_device::ram_w)); in metamrph_map()
333 map(0x250000, 0x25000f).rw("k053250_1", FUNC(k053250_device::reg_r), FUNC(k053250_device::reg_w)); in metamrph_map()
350 map(0x320000, 0x321fff).r("k053250_1", FUNC(k053250_device::rom_r)); in metamrph_map()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dxexex.h86 required_device<k053250_device> m_k053250;
H A Dkonamigx.h206 optional_device<k053250_device> m_k053250_1;
207 optional_device<k053250_device> m_k053250_2;
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dxexex.h86 required_device<k053250_device> m_k053250;
H A Dkonamigx.h206 optional_device<k053250_device> m_k053250_1;
207 optional_device<k053250_device> m_k053250_2;