1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Fixed bad code for PUN opcode

This commit is contained in:
Ross Wilson 2016-02-16 20:09:24 +07:00
parent 08bb2c02cc
commit f84aae1a06

View File

@ -187,7 +187,7 @@ OpcodeData = {
'IOT': ( 0001000, AYES, mask(9), False), 'IOT': ( 0001000, AYES, mask(9), False),
'IOF': ( 0001161, ANO, 0, False), 'IOF': ( 0001161, ANO, 0, False),
'ION': ( 0001162, ANO, 0, False), 'ION': ( 0001162, ANO, 0, False),
'PUN': ( 0001171, ANO, 0, False), 'PUN': ( 0001271, ANO, 0, False),
'PSF': ( 0001274, ANO, 0, False), 'PSF': ( 0001274, ANO, 0, False),
'PPC': ( 0001271, ANO, 0, False), 'PPC': ( 0001271, ANO, 0, False),