Home
last modified time | relevance | path

Searched refs:tms9128_device (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dtms9928a.h45 DECLARE_DEVICE_TYPE(TMS9128, tms9128_device) in DECLARE_DEVICE_TYPE()
178 class tms9128_device : public tms9928a_device
181 tms9128_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
H A Dtms9928a.cpp34 DEFINE_DEVICE_TYPE(TMS9128, tms9128_device, "tms9128", "TMS9128 VDP")
120 tms9128_device::tms9128_device(const machine_config &mconfig, const char *tag, device_t *owner, uin… in tms9128_device() function in tms9128_device
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dtms9928a.h45 DECLARE_DEVICE_TYPE(TMS9128, tms9128_device) in DECLARE_DEVICE_TYPE()
178 class tms9128_device : public tms9928a_device
181 tms9128_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
H A Dtms9928a.cpp34 DEFINE_DEVICE_TYPE(TMS9128, tms9128_device, "tms9128", "TMS9128 VDP")
120 tms9128_device::tms9128_device(const machine_config &mconfig, const char *tag, device_t *owner, uin… in tms9128_device() function in tms9128_device
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dpengadvb.cpp140 map(0x98, 0x99).rw("tms9128", FUNC(tms9128_device::read), FUNC(tms9128_device::write)); in io_mem()
298 tms9128_device &vdp(TMS9128(config, "tms9128", XTAL(10'738'635))); in pengadvb()
H A Dre900.cpp399 tms9128_device &vdp(TMS9128(config, "tms9128", VDP_CLOCK)); /* TMS9128NL on the board */ in PORT_CODE()
H A Dcliffhgr.cpp708 tms9128_device &vdp(TMS9128(config, "tms9928a", XTAL(10'738'635))); /* TMS9128NL on the board */ in DEF_STR()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dpengadvb.cpp140 map(0x98, 0x99).rw("tms9128", FUNC(tms9128_device::read), FUNC(tms9128_device::write)); in io_mem()
298 tms9128_device &vdp(TMS9128(config, "tms9128", XTAL(10'738'635))); in pengadvb()
H A Dre900.cpp399 tms9128_device &vdp(TMS9128(config, "tms9128", VDP_CLOCK)); /* TMS9128NL on the board */ in PORT_CODE()
H A Dcliffhgr.cpp708 tms9128_device &vdp(TMS9128(config, "tms9928a", XTAL(10'738'635))); /* TMS9128NL on the board */ in DEF_STR()