sunplus_gcm394.cpp: fixed validation (nw)

This commit is contained in:
Ivan Vangelista 2019-12-11 16:47:45 +01:00
parent 65487b1e78
commit cb86da5230

View File

@ -29,7 +29,7 @@ sunplus_gcm394_device::sunplus_gcm394_device(const machine_config &mconfig, cons
DEFINE_DEVICE_TYPE(GPAC800, generalplus_gpac800_device, "gpac800", "GeneralPlus GPAC800 System-on-a-Chip")
generalplus_gpac800_device::generalplus_gpac800_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: sunplus_gcm394_base_device(mconfig, GCM394, tag, owner, clock, address_map_constructor(FUNC(generalplus_gpac800_device::gpac800_internal_map), this))
: sunplus_gcm394_base_device(mconfig, GPAC800, tag, owner, clock, address_map_constructor(FUNC(generalplus_gpac800_device::gpac800_internal_map), this))
{
}