mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Clarify device/short names for HD63484 (nw)
This commit is contained in:
parent
b79020559e
commit
25c74dcfc6
@ -29,7 +29,7 @@ ADDRESS_MAP_END
|
||||
//-------------------------------------------------
|
||||
|
||||
h63484_device::h63484_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
||||
: device_t(mconfig, H63484, "HD63484 CRTC (rewrite)", tag, owner, clock, "h63484", __FILE__),
|
||||
: device_t(mconfig, H63484, "HD63484 CRTC", tag, owner, clock, "hd63484", __FILE__),
|
||||
device_memory_interface(mconfig, *this),
|
||||
device_video_interface(mconfig, *this),
|
||||
m_ar(0),
|
||||
|
@ -28,7 +28,7 @@
|
||||
const device_type HD63484 = &device_creator<hd63484_device>;
|
||||
|
||||
hd63484_device::hd63484_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
||||
: device_t(mconfig, HD63484, "HD63484 CRTC", tag, owner, clock, "hd63484", __FILE__),
|
||||
: device_t(mconfig, HD63484, "HD63484 CRTC (Legacy)", tag, owner, clock, "hd63484l", __FILE__),
|
||||
m_ram(nullptr),
|
||||
m_fifo_counter(0),
|
||||
m_readfifo(0),
|
||||
|
Loading…
Reference in New Issue
Block a user