mirror of
https://github.com/holub/mame
synced 2025-05-17 03:10:43 +03:00
Update igs017_igs031.cpp
This commit is contained in:
parent
89ec79c953
commit
a08aab8868
@ -76,7 +76,7 @@ GFXDECODE_END
|
||||
const device_type IGS017_IGS031 = &device_creator<igs017_igs031_device>;
|
||||
|
||||
igs017_igs031_device::igs017_igs031_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
||||
: device_t(mconfig, IGS017_IGS031, "IGS017_IGS031", tag, owner, clock, "igs017_igs031", __FILE__),
|
||||
: device_t(mconfig, IGS017_IGS031, "IGS017 / IGS031 Video", tag, owner, clock, "igs017_igs031", __FILE__),
|
||||
device_gfx_interface(mconfig, *this, gfxinfo),
|
||||
device_video_interface(mconfig, *this),
|
||||
device_memory_interface(mconfig, *this),
|
||||
|
Loading…
Reference in New Issue
Block a user