Hide Pointer Patch ------------------- Very simple patch to hide the mouse cursor on SDLMame startup. Some games affected: Discs of Tron, Alien vs Preditor, 1944, 19xx etc. The SDL branch enables the cursor to "Make sure we have a consistent state". Hide Pointer Patch disables this in order to hide the cursor while the rom loads. The loading of the rom may take a few seconds - While it's loading, the cursor is visible. Only AFTER the rom has loaded is the cursor state normaly set (Which is too late). The windows branch does not have any code that enables the cursor to "Make sure we have a consistent state". (ie. No patch is required) This patch should be applied before the Suppression patch.