mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
8085: correct cycles for XCHG as well [federico]
This commit is contained in:
parent
9acb7796b5
commit
28a37a2aa0
1 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ const u8 i8085a_cpu_device::lut_cycles_8080[256]={
|
|||
/* B */ 4, 4, 4, 4, 4, 4, 7, 4, 4, 4, 4, 4, 4, 4, 7, 4,
|
||||
/* C */ 5, 10,10,10,11,11,7, 11,5, 10,10,10,11,11,7, 11,
|
||||
/* D */ 5, 10,10,10,11,11,7, 11,5, 10,10,10,11,11,7, 11,
|
||||
/* E */ 5, 10,10,18,11,11,7, 11,5, 5, 10,5, 11,11,7, 11,
|
||||
/* E */ 5, 10,10,18,11,11,7, 11,5, 5, 10,4, 11,11,7, 11,
|
||||
/* F */ 5, 10,10,4, 11,11,7, 11,5, 5, 10,4, 11,11,7, 11 };
|
||||
|
||||
const u8 i8085a_cpu_device::lut_cycles_8085[256]={
|
||||
|
@ -183,7 +183,7 @@ const u8 i8085a_cpu_device::lut_cycles_8085[256]={
|
|||
/* B */ 4, 4, 4, 4, 4, 4, 7, 4, 4, 4, 4, 4, 4, 4, 7, 4,
|
||||
/* C */ 6, 10,7, 7, 9, 12,7, 12,6, 10,7, 6, 9, 9, 7, 12,
|
||||
/* D */ 6, 10,7, 10,9, 12,7, 12,6, 10,7, 10,9, 7, 7, 12,
|
||||
/* E */ 6, 10,7, 16,9, 12,7, 12,6, 6, 7, 5, 9, 10,7, 12,
|
||||
/* E */ 6, 10,7, 16,9, 12,7, 12,6, 6, 7, 4, 9, 10,7, 12,
|
||||
/* F */ 6, 10,7, 4, 9, 12,7, 12,6, 6, 7, 4, 9, 7, 7, 12 };
|
||||
|
||||
/* special cases (partially taken care of elsewhere):
|
||||
|
|
Loading…
Reference in a new issue