1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Mistyped comment, missing comma

This commit is contained in:
Zsolt Branyiczky 2020-11-13 14:53:18 +01:00 committed by Oliver Schmidt
parent b33b053307
commit 92c013944e

View File

@ -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 */