libretro / mame2015-libretro

Late 2014/Early 2015 version of MAME (0.160-ish) for libretro. Compatible with MAME 0.160 sets.
17 stars 36 forks source link

Remove "U" flag from open() statements in CPU Opcode Generators #98

Open mcaimi opened 1 year ago

mcaimi commented 1 year ago

The "U" flag has been removed from Python 3.11 and Universal Newlines are the default in Python 3 anyways.