X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=testpico%2Fz80_test.s80;h=ca6704d8b35bac5706fc1c05b845e01f11bf383c;hb=HEAD;hp=5fbada1c46bd2474f463b31c765f284aaaf05de6;hpb=e71680d5d5a8c60880f646c8b335ab67b709b4e1;p=megadrive.git diff --git a/testpico/z80_test.s80 b/testpico/z80_test.s80 index 5fbada1..ca6704d 100644 --- a/testpico/z80_test.s80 +++ b/testpico/z80_test.s80 @@ -21,9 +21,9 @@ loop ld e, a ; 4 ld a, (de) ; 7 inc e ; 4 - ld ixl, a ; 9 + ld ixl, a ; 8 ld a, (de) ; 7 - ld ixh, a ; 9 + ld ixh, a ; 8 pop hl ; src 10 ld hl, ($1002) pop de ; dst 10 ld de, ($1004) @@ -149,7 +149,7 @@ t_timer_a ld (hl), $25 ; 10 ld (bc), a ; 7 ld (hl), $27 ; 10 - ld_a (bc), $35 ; 14 enable timer+flag,clear ( max 67 + ld_a (bc), $35 ; 14 enable timer+flag,clear nop ; 4 flag clear delay tim_a_loop ld a, (hl) ; 7