Bug fix to Zero Page,X LDY

This commit is contained in:
Leeland Heins 2019-01-23 09:59:38 -06:00 committed by GitHub
parent b083cdf344
commit 18e913da23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -595,9 +595,9 @@ my %opcodes = (
'modesub' => \&mode_Zero_Page,
'mnemonic' => 'LDY'
},
# Zero Page,Y LDY Zpg,X B4 2 4
# Zero Page,X LDY Zpg,X B4 2 4
0xb4 => {
'modesub' => \&mode_Zero_Page_Y,
'modesub' => \&mode_Zero_Page_X,
'mnemonic' => 'LDY'
},
# Absolute LDY Abs AC 3 4