diff options
Diffstat (limited to 'src/mame/machine/mathbox.c')
-rw-r--r-- | src/mame/machine/mathbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/machine/mathbox.c b/src/mame/machine/mathbox.c index 13c564ad1b2..41cc7121425 100644 --- a/src/mame/machine/mathbox.c +++ b/src/mame/machine/mathbox.c @@ -320,7 +320,6 @@ static DEVICE_START( mathbox ) /* validate arguments */ assert(device != NULL); - assert(device->tag != NULL); assert(strlen(device->tag) < 20); /* set static values */ |