mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
sunplus_gcm394.cpp: fixed validation (nw)
This commit is contained in:
parent
65487b1e78
commit
cb86da5230
@ -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))
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user