lesbird / MAME4apple-037b5

MAME 0.37B5 for iOS devices. 64-bit, rebuilt from the original 0.37B5 source code, SpriteKit renderer.
84 stars 25 forks source link

Compile for touch controls #6

Closed iostriz closed 8 years ago

iostriz commented 8 years ago

I wanted to compile MAME for iPhone with the touch controls. I have changed define from 0 to 1 in line 20 of the GameScene.m:

`

define USE_TOUCH_CONTROLS 1

`

When I do that, compile fails with 'Use of undeclared identifier x...'

lesbird commented 8 years ago

I just updated the project for better touch controls this past weekend. Please get the latest. It should default to USE_TOUCH_CONTROLS 1 so you should not have to change that for iOS devices. The version number has been bumped up to 1.1.

iostriz commented 8 years ago

Great! It works now! What should I press instead of typing "OK"? Maybe updating a Wiki page?

lesbird commented 8 years ago

Just move the onscreen joystick left and right. Touch the left half of the screen to see the joystick.