Replace existing gte_divider with MAME's version
authorPaul Cercueil <paul@crapouillou.net>
Wed, 12 Feb 2020 18:38:16 +0000 (15:38 -0300)
committerPaul Cercueil <paul@crapouillou.net>
Wed, 12 Feb 2020 18:42:10 +0000 (15:42 -0300)
The original code did not have a license header, and as a result was
licensed under the GPLv2 which means that it was impossible to link it
with LGPL code.

The new code originates from MAME and is under a BSD-3-Clause license,
which is GPL-compatible, and also much cleaner.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>

No differences found