You can set the mac address with the following method.
edit the VMX file with the following lines
ethernet0.addresstype = "static"
ethernet0.address = "00:50:56:00:00:XX"
The mac address authorized can be picked up in the following range: 00:50:00:00:01 to 00:50:56:3F:FF:FF
Your vm needs to be shut down.