[Bug/Typo] Cycle count for MOV AX,(w) in 808x.c

Discussion of development and patch submission.
Post Reply
h0MER247
Posts: 1
Joined: Wed 03 May, 2017 12:46 pm

[Bug/Typo] Cycle count for MOV AX,(w) in 808x.c

Post by h0MER247 »

Line 2171 in 808x.c should be "cycles-=14;" and not "cycles-=!4;" as it is right now :)
Attachments
cycle_count_0xa1.patch
(538 Bytes) Downloaded 230 times
User avatar
SarahWalker
Site Admin
Posts: 2054
Joined: Thu 24 Apr, 2014 4:18 pm

Re: [Bug/Typo] Cycle count for MOV AX,(w) in 808x.c

Post by SarahWalker »

Good catch! Committed at rev 711.
Post Reply