Add ld10k1 tool

Added ld10k1 tool by Peter Zubaj.
This commit is contained in:
Takashi Iwai 2005-03-18 13:40:44 +00:00
parent 37104ebf62
commit 2df1aa7c20
98 changed files with 19970 additions and 1 deletions

View file

@ -0,0 +1,21 @@
;PZU
name "Switch 2 - channel"
include "emu_constants.asm"
Left IO
Right IO
switchL control 0,0,1
switchR control 0,0,1
macints Left, C_0, Left, switchL
macints Right, C_0, Right, switchR
; macs C_0, switchL, C_0, C_0
; beq .left
; macs Left, Left, C_0, C_0
;.left
; macs C_0, switchR, C_0, C_0
; beq .end
; macs Right, Right, C_0, C_0
;.end
end