summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/inputmap.cpp
diff options
context:
space:
mode:
author Brad Hughes <bradhugh@outlook.com>2016-03-16 16:51:27 -0400
committer Brad Hughes <bradhugh@outlook.com>2016-03-16 16:51:27 -0400
commite89f4ae6ba3a807e882fb70101581bcba3c2bf1a (patch)
treebfd52f281fab9d401f0434c2ea46aec76d509e5a /src/emu/ui/inputmap.cpp
parent5d4c65c071fba2f65e5562a81b5231724ff939ff (diff)
parent0f3bc4ca99633240848e024eddb781e9764e2891 (diff)
Merge branch 'master' of https://github.com/mamedev/mame.git
Diffstat (limited to 'src/emu/ui/inputmap.cpp')
0 files changed, 0 insertions, 0 deletions
120'>120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336
<?xml version="1.0"?>
<mamelayout version="2">
	<element name="COLLECT">
		<rect state="0">
			<color red="1.0" green="1.0" blue="0.0" />
		</rect>
		<rect state="1">
			<color red="0.5" green="0.5" blue="0.0" />
		</rect>
		<text string="COLLECT">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.35" width="0.8" height="0.3" />
		</text>
	</element>

	<element name="1LINE">
		<rect state="0">
			<color red="1.0" green="1.0" blue="1.0" />
		</rect>
		<rect state="1">
			<color red="0.5" green="0.5" blue="0.5" />
		</rect>
		<text string="PLAY 1">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.1" width="0.8" height="0.3" />
		</text>
		<text string="LINE">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.2" y="0.35" width="0.6" height="0.3" />
		</text>
		<text state="0" string="RED">
			<color red="1.0" green="0.0" blue="0.0" />
			<bounds x="0.25" y="0.6" width="0.5" height="0.3" />
		</text>
		<text state="1" string="RED">
			<color red="0.5" green="0.0" blue="0.0" />
			<bounds x="0.25" y="0.6" width="0.5" height="0.3" />
		</text>
	</element>

	<element name="5LINES">
		<rect state="0">
			<color red="1.0" green="1.0" blue="1.0" />
		</rect>
		<rect state="1">
			<color red="0.5" green="0.5" blue="0.5" />
		</rect>
		<text string="PLAY 5">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.2" width="0.8" height="0.3" />
		</text>
		<text string="LINES">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.15" y="0.5" width="0.7" height="0.3" />
		</text>
	</element>

	<element name="10LINES">
		<rect state="0">
			<color red="1.0" green="1.0" blue="1.0" />
		</rect>
		<rect state="1">
			<color red="0.5" green="0.5" blue="0.5" />
		</rect>
		<text string="PLAY 10">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.2" width="0.8" height="0.3" />
		</text>
		<text string="LINES">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.15" y="0.5" width="0.7" height="0.3" />
		</text>
	</element>

	<element name="15LINES">
		<rect state="0">
			<color red="1.0" green="1.0" blue="1.0" />
		</rect>
		<rect state="1">
			<color red="0.5" green="0.5" blue="0.5" />
		</rect>
		<text string="PLAY 15">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.2" width="0.8" height="0.3" />
		</text>
		<text string="LINES">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.15" y="0.5" width="0.7" height="0.3" />
		</text>
	</element>

	<element name="20LINES">
		<rect state="0">
			<color red="1.0" green="1.0" blue="1.0" />
		</rect>
		<rect state="1">
			<color red="0.5" green="0.5" blue="0.5" />
		</rect>
		<text string="PLAY 20">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.1" width="0.8" height="0.3" />
		</text>
		<text string="LINES">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.15" y="0.35" width="0.7" height="0.3" />
		</text>
		<text string="BLACK">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.15" y="0.6" width="0.7" height="0.3" />
		</text>
	</element>

	<element name="GAMBLE">
		<rect state="0">
			<color red="0.5" green="0.0" blue="0.7" />
		</rect>
		<rect state="1">
			<color red="0.25" green="0.0" blue="0.35" />
		</rect>
		<text string="GAMBLE">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.35" width="0.8" height="0.3" />
		</text>
	</element>

	<element name="RESERVE">
		<rect state="0">
			<color red="0.0" green="1.0" blue="0.0" />
		</rect>
		<rect state="1">
			<color red="0.0" green="0.5" blue="0.0" />
		</rect>
		<text string="RESERVE">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.35" width="0.8" height="0.3" />
		</text>
	</element>

	<element name="BET1">
		<rect state="0">
			<color red="1.0" green="1.0" blue="1.0" />
		</rect>
		<rect state="1">
			<color red="0.5" green="0.5" blue="0.5" />
		</rect>
		<text string="BET 1">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.15" y="0.1" width="0.7" height="0.3" />
		</text>
		<text string="CREDIT">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.35" width="0.8" height="0.3" />
		</text>
		<text string="PER LINE">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.6" width="0.8" height="0.3" />
		</text>
	</element>

	<element name="BET2">
		<rect state="0">
			<color red="1.0" green="1.0" blue="1.0" />
		</rect>
		<rect state="1">
			<color red="0.5" green="0.5" blue="0.5" />
		</rect>
		<text string="BET 2">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.15" y="0.1" width="0.7" height="0.3" />
		</text>
		<text string="CREDITS">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.35" width="0.8" height="0.3" />
		</text>
		<text string="PER LINE">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.6" width="0.8" height="0.3" />
		</text>
	</element>

	<element name="BET3">
		<rect state="0">
			<color red="1.0" green="1.0" blue="1.0" />
		</rect>
		<rect state="1">
			<color red="0.5" green="0.5" blue="0.5" />
		</rect>
		<text string="BET 3">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.15" y="0.1" width="0.7" height="0.3" />
		</text>
		<text string="CREDITS">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.35" width="0.8" height="0.3" />
		</text>
		<text string="PER LINE">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.6" width="0.8" height="0.3" />
		</text>
	</element>

	<element name="BET4">
		<rect state="0">
			<color red="1.0" green="1.0" blue="1.0" />
		</rect>
		<rect state="1">
			<color red="0.5" green="0.5" blue="0.5" />
		</rect>
		<text string="BET 4">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.15" y="0.1" width="0.7" height="0.3" />
		</text>
		<text string="CREDITS">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.35" width="0.8" height="0.3" />
		</text>
		<text string="PER LINE">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.6" width="0.8" height="0.3" />
		</text>
	</element>

	<element name="BET5">
		<rect state="0">
			<color red="1.0" green="1.0" blue="1.0" />
		</rect>
		<rect state="1">
			<color red="0.5" green="0.5" blue="0.5" />
		</rect>
		<text string="BET 5">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.15" y="0.1" width="0.7" height="0.3" />
		</text>
		<text string="CREDITS">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.35" width="0.8" height="0.3" />
		</text>
		<text string="PER LINE">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.6" width="0.8" height="0.3" />
		</text>
	</element>

	<element name="TAKE_WIN">
		<rect state="0">
			<color red="1.0" green="0.7" blue="0.0" />
		</rect>
		<rect state="1">
			<color red="0.5" green="0.35" blue="0.0" />
		</rect>
		<text string="TAKE WIN">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.35" width="0.8" height="0.3" />
		</text>
	</element>

	<element name="REDLAMP">
		<disk state="1">
			<color red="0.2" green="0.0" blue="0.0" />
		</disk>
		<disk state="0">
			<color red="1.0" green="0.0" blue="0.0" />
		</disk>
	</element>

	<view name="Button Lamps">
		<screen index="0">
			<bounds left="0" top="0" right="4" bottom="3" />
		</screen>

		<!-- Button lamps -->
		<bezel name="lamp8" element="COLLECT" inputtag="P1" inputmask="0x100">
			<bounds x="0.27" y="3.02" width="0.3" height="0.3" />
		</bezel>
		<bezel name="lamp9" element="BET1" inputtag="P1" inputmask="0x200">
			<bounds x="0.68" y="3.02" width="0.3" height="0.3" />
		</bezel>
		<bezel name="lamp10" element="BET2" inputtag="P1" inputmask="0x400">
			<bounds x="1.09" y="3.02" width="0.3" height="0.3" />
		</bezel>
		<bezel name="lamp11" element="BET3" inputtag="P1" inputmask="0x800">
			<bounds x="1.51" y="3.02" width="0.3" height="0.3" />
		</bezel>
		<bezel name="lamp12" element="BET4" inputtag="P1" inputmask="0x1000">
			<bounds x="1.91" y="3.02" width="0.3" height="0.3" />
		</bezel>
		<bezel name="lamp13" element="BET5" inputtag="P1" inputmask="0x2000">
			<bounds x="2.32" y="3.02" width="0.3" height="0.3" />
		</bezel>

		<bezel name="lamp7" element="RESERVE" inputtag="P1" inputmask="0x80">
			<bounds x="0.27" y="3.43" width="0.3" height="0.3" />
		</bezel>
		<bezel name="lamp6" element="1LINE" inputtag="P1" inputmask="0x40">
			<bounds x="0.68" y="3.43" width="0.3" height="0.3" />
		</bezel>
		<bezel name="lamp5" element="5LINES" inputtag="P1" inputmask="0x20">
			<bounds x="1.09" y="3.43" width="0.3" height="0.3" />
		</bezel>
		<bezel name="lamp4" element="10LINES" inputtag="P1" inputmask="0x10">
			<bounds x="1.51" y="3.43" width="0.3" height="0.3" />
		</bezel>
		<bezel name="lamp3" element="15LINES" inputtag="P1" inputmask="0x08">
			<bounds x="1.91" y="3.43" width="0.3" height="0.3" />
		</bezel>
		<bezel name="lamp2" element="20LINES" inputtag="P1" inputmask="0x04">
			<bounds x="2.32" y="3.43" width="0.3" height="0.3" />
		</bezel>
		<bezel name="lamp0" element="GAMBLE" inputtag="P1" inputmask="0x01">
			<bounds x="2.73" y="3.43" width="0.3" height="0.3" />
		</bezel>
		<bezel name="lamp1" element="TAKE_WIN" inputtag="P1" inputmask="0x02">
			<bounds x="3.14" y="3.43" width="0.3" height="0.3" />
		</bezel>

		<!-- Tower lamps -->
		<bezel name="lamp32" element="REDLAMP">
			<bounds x="3.58" y="3.31" width="0.10" height="0.10" />
		</bezel>
		<bezel name="lamp33" element="REDLAMP">
			<bounds x="3.58" y="3.43" width="0.10" height="0.10" />
		</bezel>
		<bezel name="lamp34" element="REDLAMP">
			<bounds x="3.68" y="3.31" width="0.10" height="0.10" />
		</bezel>
		<bezel name="lamp35" element="REDLAMP">
			<bounds x="3.68" y="3.43" width="0.10" height="0.10" />
		</bezel>
	</view>

	<view name="Screen">
		<screen index="0">
			<bounds left="0" top="0" right="4" bottom="3" />
		</screen>
	</view>
</mamelayout>