mirror of
https://github.com/holub/mame
synced 2025-07-15 22:45:02 +03:00
iphone2g: Fix validation (nw)
This commit is contained in:
parent
0e471f3412
commit
1b60c1003c
@ -202,7 +202,7 @@ iphone2g_timer_device::iphone2g_timer_device(const machine_config &mconfig, devi
|
||||
}
|
||||
|
||||
iphone2g_timer_device::iphone2g_timer_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
|
||||
: iphone2g_timer_device(mconfig, IPHONE2G_SPI, tag, owner, clock)
|
||||
: iphone2g_timer_device(mconfig, IPHONE2G_TIMER, tag, owner, clock)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user