1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00

uses TAS instead of SHS like da65 did

This commit is contained in:
mrdudz 2014-11-20 01:31:39 +01:00
parent 8cc71f135c
commit c2704ec72a

View File

@ -280,7 +280,7 @@ static const struct {
{ "SED", 0x0000001, 0xf8, 0, PutAll },
{ "SEI", 0x0000001, 0x78, 0, PutAll },
{ "SHA", 0x0002200, 0x93, 1, PutAll }, /* X */
{ "SHS", 0x0000200, 0x9b, 0, PutAll }, /* X */
{ "TAS", 0x0000200, 0x9b, 0, PutAll }, /* X */
{ "SHX", 0x0000200, 0x9e, 1, PutAll }, /* X */
{ "SHY", 0x0000040, 0x9c, 1, PutAll }, /* X */
{ "SLO", 0x000A26C, 0x03, 0, PutAll }, /* X */