mirror of
https://github.com/cc65/cc65.git
synced 2025-01-01 03:30:20 +00:00
Mistyped comment, missing comma
This commit is contained in:
parent
b33b053307
commit
92c013944e
@ -315,7 +315,7 @@ static const struct {
|
||||
{
|
||||
{ "ADC", 0x080A26C, 0x60, 0, PutAll },
|
||||
{ "ALR", 0x0800000, 0x4B, 0, PutAll }, /* X */
|
||||
{ "ANC", 0x0800000, 0x0B, 0, PutAll }, /* X -DTV? */
|
||||
{ "ANC", 0x0800000, 0x0B, 0, PutAll }, /* X, -DTV? */
|
||||
{ "AND", 0x080A26C, 0x20, 0, PutAll },
|
||||
{ "ANE", 0x0800000, 0x8B, 0, PutAll }, /* X */
|
||||
{ "ARR", 0x0800000, 0x6B, 0, PutAll }, /* X */
|
||||
|
Loading…
Reference in New Issue
Block a user