Is a part of release: | Iron Lord |
File size: | 1006 |
md5: | c5d584d9a30e830c45f942508ac2cb46 |
IRON LORD - version with K-MOUSE support
----------------------------------------
list of patches in Z80 snapshot:
#BC23 CALL #BE00
#BC26 CALL #BE0B
#BC31 CALL #BE00
BIN file with mouse driver import to adress 48640(len 197 bytes)
Now we can export BIN file from snapshot as code 16384,49088
Open BIN file with hex editor and at offset #6E4A write bytes #88,#59. (fix block len)
Open original TAP file from WOS and replace block with length 49088 bytes with this BIN file.
It's all. Source code of driver is included with assembler prometheus. SS+A = assembly driver. Now you can export mouse driver from ZX ram as code 48640. Length of driver you can see via SS+T = show table with labels - label "LENGTH"...
================================================
Control in game:
cursor is always controlled only with mouse. Both mouse buttons are used as fire (also can be used keys "0" and "L"). Other game parts without cursor are controlled via original keys on keyboard.