X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fcpu%2F8080%2F8080.factor;h=5d024939e97d0fcac6e870fe989cfa6e4fb67c1e;hp=dd02babce9c11a65726e90450c9b07eceddd3b72;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/cpu/8080/8080.factor b/extra/cpu/8080/8080.factor index dd02babce9..5d024939e9 100644 --- a/extra/cpu/8080/8080.factor +++ b/extra/cpu/8080/8080.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2006 Chris Double. ! See http://factorcode.org/license.txt for BSD license. ! -USING: cpu.8080.emulator tools.time ; +USING: cpu.8080.emulator ; IN: cpu.8080 INSTRUCTION: NOP ; opcode: 00 cycles: 04