EtchedPixels / EmulatorKit

A collection of emulators mostly of retrobrew style systems
GNU General Public License v3.0
142 stars 41 forks source link

6502: don't #include malloc.h on macOS #8

Closed kolontsov closed 4 years ago

kolontsov commented 4 years ago

There is no malloc.h on macOS (stdlib.h is enough), so compilation breaks.