Testbench: Difference between revisions
mNo edit summary |
m (→last checked) |
||
(180 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
The VICE testprogs repository contains a testbench script, which can be used to run a lot of the existing tests automatically, which makes regression testing of the emulators much easier. | |||
__TOC__ | |||
== About == | |||
The VICE [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/ testprogs repository] contains a [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench testbench] script, which can be used to run a lot of the existing tests automatically, which makes regression testing of the emulators much easier. | |||
The script contains support for all emulators contained in VICE: x64, x64sc, x128, xscpu64, x64dtv, xpet, xcbm2, xcbm5x0, xvic, xplus4, vsid | The script contains support for all emulators contained in VICE: x64, x64sc, x128, xscpu64, x64dtv, xpet, xcbm2, xcbm5x0, xvic, xplus4, vsid | ||
Line 5: | Line 10: | ||
... and additionally support for the following emulators: | ... and additionally support for the following emulators: | ||
* [http://wiki.icomp.de/wiki/Chameleon Turbo Chameleon 64] | * [http://www.hoxs64.net/ hoxs64] ([https://github.com/davidhorrocks/hoxs64 github]) (C-64) | ||
* [http://wiki.icomp.de/wiki/Chameleon_VIC20 Chameleon VIC20] | * [http://micro64.de/ micro64] (C-64) | ||
* [ | * [http://www.z64k.com/ z64k] (C-64, C-128, VIC20) z64k, z128k, z20k (WIP, also has its own GUI to run the tests!) | ||
* [http://www.yace64.com/ yace] (C-64) (WIP) | |||
* [http://emu64.de/ emu64] ([https://github.com/ThKattanek/emu64/releases github]) (C-64) (WIP) | |||
* [https://sourceforge.net/projects/deniseemu/ denise] (c64) | |||
* [https://github.com/abbruzze/kernal64 Kernal64] (C-64, C-128, SCPU) (WIP) | |||
* [https://github.com/cebix/frodo4/tree/main Frodo] (C64) (WIP) | |||
* [https://github.com/dirkwhoffmann/virtualc64/ VirtualC64] (very WIP) | |||
: need to ask authors of: MESS (C-64, VIC20, PET), Pfau Zeh (VIC20), YAPE (Plus4), jsidplay2 (C64) | |||
... and the following FPGA based reimplementations: | |||
* [http://wiki.icomp.de/wiki/Chameleon Turbo Chameleon 64] (C-64) | |||
* [http://wiki.icomp.de/wiki/Chameleon_VIC20 Chameleon VIC20] (VIC20) | |||
* [https://ultimate64.com/ U64] (C-64) WIP | |||
: need to ask authors of: FPGArcade, MiST, MiSTer | |||
Support for the testbench can be added to any target implementing the [[Debugcart]] primary features. | |||
'''If you are an emulator author or have written test programs please get in touch!''' | |||
[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/readme.txt readme] | |||
== other related test suites == | |||
* [https://github.com/drfiemost/resid-test/ resid-test] by Leandro Nini compares reSID and reSIDfp to the results of perfect6581 | |||
* [https://github.com/dirkwhoffmann/virtualC64TS VirtualC64 Testsuite] | |||
== interpreting the results == | |||
Some tests may give surprising results, in the sense that they fail although there technically is no emulation error: | |||
* There are a bunch of tests that check "power up" properties, ie they rely on how the RAM is initialized, how I/O is initialized etc - meaning some may fail randomly when run in the testbench without powercycling (and not much can be done about that). However, quite some of these also indicate actual problems with how prg files are started. eg CIA and VIC should always be initialized with power-up values (note that simply resetting will not do this) since a surprising number of programs rely on this and that. (eg vsid/environment, C64/autostart/defaults, CIA/tod/powerup.prg). Some of the mentioned tests might even fail if not run right after a powercycle (eg C64/raminitpattern, SID/oscinit) | |||
* [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/VICII/spritefetchbug/test-136-2a.prg?format=raw ../VICII/spritefetchbug] | |||
: Losing multicolor in the bleed area does not happen on all C64s. (see the [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/VICII/spritefetchbug/readme.txt?format=raw readme]). If you have a C64 that gives a different result than the references... a videocapture of that would be highly appreciated. | |||
same for a bunch of other VICII tests, not all subtle differences are covered yet. | |||
* [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/CPU/ane/ ../CPU/ane] and [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/CPU/lax/ ../CPU/lax] | |||
: See the readme of the respective test. The ANE#imm and LAX#imm tests will not only check if the opcode behaves correctly, but also if the "magic constant" matches what certain realworld programs expect. Right now that means: for ANE#imm the constant should be 0xef in regular cycles, 0xee in RDY cycle. (and yes, the test will fail on some real C64s). For example with the common 0xee as magic constant, the game "spectipede" will not load from original .tap file. Yes, it will do the same on real C64s. Anyway, for emulation there is no reason why we shouldn't use the magic constant that works for most real programs. For LAX#imm the constant should be always 0xee - since (surprisingly) the game "wizball" relies in this. | |||
== interpreting the ranking == | |||
Keep in mind that the ranking below only gives a rough idea of which emulator is "better" than another, because of different reasons: | |||
* Different emulators have different features. For example VICE emulates a wide range of configurations (different SID and VICII chips, lots of expansions and cartridges), while other emulators - like HOXS64 - emulate only one specific configuration. As a consequence a different number of tests will be used for different emulators, which skews the numbers. | |||
* Generally the test coverage is higher for certain very specific details than for very generic things. As a consequence when an emulator gets all basic stuff right, but fails at one or two of those specific details, seemingly lots of tests will fail and again the numbers are skewed. | |||
* The testbench rates every test equally, it has no "knowledge" about how critical certain failures are. Some tests apply only to obscure cornercases and do not really matter for questions like "will it play game XYZ?". This again may skew the numbers. | |||
However, a "perfect" emulator should get most of the tests right, obscure or not :) | |||
== Bugs / TODOs == | |||
=== missing references === | |||
for a lot of VIC-II tests reference screenshots are needed | |||
../VICII/vicii_timing/vicii_reg_timing.prg | |||
../VICII/videomode the results are a bit questionable, we need to check the references | |||
=== NTSC fixing === | |||
a lot of tests require cycle exact timing and, since they were originall written for a PAL machine, will not work on NTSC yet | |||
../general/Lorenz-2.15/src trap16.prg | |||
../general/Lorenz-2.15/src trap17.prg | |||
../CPU/sha shaabsy2.prg | |||
../CPU/sha shaabsy3.prg | |||
../CPU/sha shazpy2.prg | |||
../CPU/sha shazpy3.prg | |||
../CPU/shs shsabsy2.prg | |||
../CPU/shs shsabsy3.prg | |||
../CPU/shxy shx-t2.prg | |||
../CPU/shxy shx-test.prg | |||
../CPU/shxy shxy2.prg | |||
../CPU/shxy shyx2.prg | |||
../interrupts/irq-ackn-bug/ | |||
../interrupts/irqdma/ | |||
../VICII/split-tests/modesplit modesplit.prg - check screenshots | |||
../VICII/videomode videomode1_ntsc.prg - check screenshots | |||
../VICII/banking/ | |||
../VICII/border | |||
../VICII/lp-trigger/ | |||
../VICII/spritey/ | |||
../VICII/dentest/ various tests broken on ntsc | |||
../VICII/spritesplit/ | |||
../VICII/spriteenable3/4/5 theres is a stray pixel in the output in NTSC mode (?) check against | |||
real NTSC machine | |||
=== automatic variants === | |||
often for tests that are interactive, we can also build a couple variants with various settings that then can be used for automatic testing | |||
../VICII/border/ vborder_ntsc.prg | |||
../VICII/border/ vborder2_ntsc.prg | |||
../VICII/border/ vborder_ntscold.prg | |||
../VICII/border/ vborder2_ntscold.prg | |||
=== misc === | |||
../drive/writeprotect/ write.d64 the test should not be able to write to the disk (and kill the dir track) | |||
maybe can run automatically if we add an option to mount d64 ro | |||
../VICII/vspbug/ lft-safe-vsp.prg this is not really a test program. replace by a real test perhaps | |||
../CPU/64doc/ sbx.prg runs too long to work with a 32bit timeout | |||
../CPU/64doc/ vsbx.prg runs too long to work with a 32bit timeout | |||
../plus256k/ test.prg fails because of broken autostart | |||
../C64/bankio bankio.prg fails on x128, check if it also happens on real C128 and perhaps adjust the test | |||
Lorenz-2.15/src/ciat2anew.prg properly fix for new CIA, currently a few tests are skipped on new CIA | |||
Lorenz-2.15/src/ciat2bnew.prg | |||
=== Targets === | |||
== last checked == | |||
the date indicated here indicates the last time it was checked for the respective emulator if a new version exists AND if so, a testrun was performed. | |||
note that when new tests have been added, it will normally not be run again for all emulators. | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! | | |||
! | version | |||
! | date | |||
! | note | |||
|- | |||
||denise || git 28/11/2024 || 28.11.2024 | |||
|- | |||
||hoxs64 || 1.1.2.6 (June 11th, 2023)|| 28.11.2024 || <s>Has a problem with running extra .prg files when a cartridge is mounted, reported [https://github.com/davidhorrocks/hoxs64/issues/7 here].</s> (fixed) | |||
|- | |||
||emu64 || git 2024/11/27 || 27.11.2024 || a bunch of drive tests fail with timeout. Strange problem related to autostarting programs reported [https://github.com/ThKattanek/emu64/issues/252 here] | |||
|- | |||
||frodo || git 2024/11/25 || 25.11.2024 | |||
|- | |||
||kernal64 (c64) || 1.8.5b1 (Sep 3rd, 2023) || 27.11.2024 || <s>Strange issues with the return code of some tests, reported [https://github.com/abbruzze/kernal64/issues/25 here].</s> (fixed) | |||
|- | |||
||kernal64 (c128/c64) || 1.8.5b1 (Sep 3rd, 2023) || 27.11.2024 | |||
|- | |||
||kernal64 (c128) || 1.8.5b1 (Sep 3rd, 2023) || 27.11.2024 | |||
|- | |||
||kernal64 (scpu64) || 1.8.5b1 (Sep 3rd, 2023) || 27.11.2024 | |||
|- | |||
||kernal64 (cbm2) || 1.8.5b1 (Sep 3rd, 2023) || 27.11.2024 | |||
|- | |||
||z64k (c64) || 30 November 2024 || 30.11.2024 || <s>occasional hang at shutdown, [https://z64k.freeforums.net/thread/3/occasional-hang-when-shutting reported here]</s> (seems fixed) | |||
|- | |||
||z64k (c128/c64) || 30 November 2024 || 30.11.2024 | |||
|- | |||
||z64k (vic20) || 30 November 2024 || 30.11.2024 | |||
|- | |||
||z64k (c128) || 30 November 2024 || 30.11.2024 | |||
|- | |||
||micro64 || 16/03/2018 (build 719) || 20.11.2023 || development seems stalled, a bunch of drive tests fail with timeout | |||
|- | |||
||yace || 2.2.0.47 || || development seems stalled, does not work for me in wine nor windows10 | |||
|- | |||
||TC64 (cartridge) || 9q (16/12/2021) || 21.11.2023 | |||
|- | |||
||TC64 (standalone) || 9q (16/12/2021) || 21.11.2023 | |||
|- | |||
||cham20 || 20201130 || 21.11.2023 || development seems stalled | |||
|- | |||
||U64 || 1.42 || 25.11.2023 || lacks a bunch of features, [https://github.com/GideonZ/1541ultimate/issues/265 reported here] network is a bit unstable. sometimes a test fails randomly because of network problems. every so often the U64 "application" hangs completely and requires to restart the testbench. Mounting cartridges via network seems unstable. Need to manually test/merge PAL/NTSC and REU etc. | |||
|- | |||
||x64sc || 3.8 r45384 || 4.12.2024 | |||
|- | |||
||x64 || 3.8 r45384 || 4.12.2024 | |||
|- | |||
||x128 (c64) || 3.8 r45384 || 4.12.2024 | |||
|- | |||
||xvic || 3.8 r45384 || 4.12.2024 | |||
|- | |||
||x128 || 3.8 r45384 || 4.12.2024 | |||
|- | |||
||xplus4 || 3.8 r45384 || 4.12.2024 | |||
|- | |||
||xpet || 3.8 r45384 || 4.12.2024 | |||
|- | |||
||x64dtv || 3.8 r45384 || 4.12.2024 | |||
|- | |||
||xscpu64 || 3.8 r45384 || 4.12.2024 | |||
|- | |||
||xcbm5x0 || 3.8 r45384 || 4.12.2024 | |||
|- | |||
||xcbm2 || 3.8 r45384 || 4.12.2024 | |||
|- | |||
||vsid || 3.8 r45384 || 4.12.2024 | |||
|} | |||
== Results == | |||
=== C64 === | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! | | |||
! | tested | |||
! | passed | |||
! | percent | |||
! | | |||
|- | |||
||denise git 28.11.2024 | |||
||1305 | |||
||1278 | |||
||97% | |||
||{{Progress|97|1278|1305|}} | |||
|- | |||
||x64sc r45384 | |||
||1311 | |||
||1234 | |||
||94% | |||
||{{Progress|94|1234|1311|}} | |||
|- | |||
||z64k (c64) 30 November 2024 | |||
||1212 | |||
||1131 | |||
||93% | |||
||{{Progress|93|1131|1212|}} | |||
|- | |||
||hoxs64 1.1.2.6 | |||
||993 | |||
||901 | |||
||90% | |||
||{{Progress|90|901|993|}} | |||
|- | |||
||TC64 9q (cartridge) | |||
||985 | |||
||887 | |||
||90% | |||
||{{Progress|90|887|985|}} | |||
|- | |||
||z64k (c128/c64) 30 November 2024 | |||
||1212 | |||
||1081 | |||
||89% | |||
||{{Progress|89|1081|1212|}} | |||
|- | |||
||x64 r45384 | |||
||1311 | |||
||1107 | |||
||84% | |||
||{{Progress|84|1107|1311|}} | |||
|- | |||
||x128 (c64) r45384 | |||
||1266 | |||
||1071 | |||
||84% | |||
||{{Progress|84|1071|1266|}} | |||
|- | |||
||kernal64 (c64) 1.8.5_b1 | |||
||1215 | |||
||936 | |||
||77% | |||
||{{Progress|77|936|1215|}} | |||
|- | |||
||frodo 20241125 | |||
||1079 | |||
||840 | |||
||77% | |||
||{{Progress|77|840|1079|}} | |||
|- | |||
||kernal64 (c128/c64) 1.8.5_b1 | |||
||1215 | |||
||933 | |||
||76% | |||
||{{Progress|76|933|1215|}} | |||
|- | |||
||micro64 1.00.2018.03.16 (build 719) | |||
||1062 | |||
||808 | |||
||76% | |||
||{{Progress|76|808|1062|}} | |||
|- | |||
||U64 1.43 | |||
||1012 | |||
||775 | |||
||76% | |||
||{{Progress|76|775|1012|}} | |||
|- | |||
||TC64 9q (standalone) | |||
||1182 | |||
||868 | |||
||73% | |||
||{{Progress|73|868|1182|}} | |||
|- | |||
||yace 2-2-0-47 | |||
||860 | |||
||430 | |||
||50% | |||
||{{Progress|50|430|860|}} | |||
|- | |||
||emu64 20241127 | |||
||1142 | |||
||499 | |||
||43% | |||
||{{Progress|43|499|1142|}} | |||
|- | |||
|} | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! |Path | |||
! |Chip | |||
! |Type | |||
! width="80pt" |denise git 28.11.2024 | |||
! width="80pt" |x64sc r45384 | |||
! width="80pt" |hoxs64 1.1.2.6 | |||
! width="80pt" |z64k (c64) 30 November 2024 | |||
! width="80pt" |TC64 9q (cartridge) | |||
! width="80pt" |z64k (c128/c64) 30 November 2024 | |||
! width="80pt" |x128 (c64) r45384 | |||
! width="80pt" |x64 r45384 | |||
! width="80pt" |kernal64 (c64) 1.8.5_b1 | |||
! width="80pt" |kernal64 (c128/c64) 1.8.5_b1 | |||
! width="80pt" |micro64 1.00.2018.03.16 (build 719) | |||
! width="80pt" |TC64 9q (standalone) | |||
! width="80pt" |U64 1.43 | |||
! width="80pt" |yace 2-2-0-47 | |||
! width="80pt" |emu64 20241127 | |||
! width="80pt" |frodo 20241125 | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/ ./selftest] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/c64-pass.crt?format=raw c64-pass.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/ ./selftest] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/c64-fail.crt?format=raw c64-fail.crt]) <small>(must always fail)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/ ./selftest] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/c64-pass.crt?format=raw c64-pass.crt]) | |||
|| | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/ ./selftest] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/c64-fail.crt?format=raw c64-fail.crt]) <small>(must always fail)</small> | |||
|| | |||
||screenshot | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/raminitpattern/ ../C64/raminitpattern] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/raminitpattern/darkstarbbstest.prg?format=raw darkstarbbstest.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/raminitpattern/ ../C64/raminitpattern] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/raminitpattern/typicaltest.prg?format=raw typicaltest.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/autostart/basic/ ../C64/autostart/basic] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/autostart/basic/basictest.prg?format=raw basictest.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/autostart/basic/ ../C64/autostart/basic] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/autostart/basic/printpoint.prg?format=raw printpoint.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/autostart/basic/ ../C64/autostart/basic] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/autostart/basic/printpoint2.prg?format=raw printpoint2.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/autostart/defaults/ ../C64/autostart/defaults] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/autostart/defaults/test.prg?format=raw test.prg] <small>(load the test using "TEST" as filename)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/autostart/defaults/ ../C64/autostart/defaults] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/autostart/defaults/test.prg?format=raw test.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/autostart/defaults/test.d64?format=raw test.d64]) <small>(load the test using "TEST" as filename)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/bankio/ ../C64/bankio] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/bankio/bankio.prg?format=raw bankio.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/openio/ ../C64/openio] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/openio/gauntlet.prg?format=raw gauntlet.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/banking00/ ../general/banking00] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/banking00/banking00.prg?format=raw banking00.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/nopz.prg?format=raw nopz.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/laxay.prg?format=raw laxay.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/alrb.prg?format=raw alrb.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/arrb.prg?format=raw arrb.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/aneb.prg?format=raw aneb.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/shxay.prg?format=raw shxay.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/shyax.prg?format=raw shyax.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/shsay.prg?format=raw shsay.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/lasay.prg?format=raw lasay.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap1.prg?format=raw trap1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap2.prg?format=raw trap2.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap3.prg?format=raw trap3.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap4.prg?format=raw trap4.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap5.prg?format=raw trap5.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap6.prg?format=raw trap6.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap7.prg?format=raw trap7.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap8.prg?format=raw trap8.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap9.prg?format=raw trap9.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap10.prg?format=raw trap10.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap11.prg?format=raw trap11.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap12.prg?format=raw trap12.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap13.prg?format=raw trap13.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap14.prg?format=raw trap14.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap15.prg?format=raw trap15.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap1ane.prg?format=raw trap1ane.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap2ane.prg?format=raw trap2ane.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap3ane.prg?format=raw trap3ane.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap4ane.prg?format=raw trap4ane.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap5ane.prg?format=raw trap5ane.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap6ane.prg?format=raw trap6ane.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap7ane.prg?format=raw trap7ane.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap8ane.prg?format=raw trap8ane.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap9ane.prg?format=raw trap9ane.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap10ane.prg?format=raw trap10ane.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap11ane.prg?format=raw trap11ane.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap12ane.prg?format=raw trap12ane.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap13ane.prg?format=raw trap13ane.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap14ane.prg?format=raw trap14ane.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap15ane.prg?format=raw trap15ane.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap1lxa.prg?format=raw trap1lxa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap2lxa.prg?format=raw trap2lxa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap3lxa.prg?format=raw trap3lxa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap4lxa.prg?format=raw trap4lxa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap5lxa.prg?format=raw trap5lxa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap6lxa.prg?format=raw trap6lxa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap7lxa.prg?format=raw trap7lxa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap8lxa.prg?format=raw trap8lxa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap9lxa.prg?format=raw trap9lxa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap10lxa.prg?format=raw trap10lxa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap11lxa.prg?format=raw trap11lxa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap12lxa.prg?format=raw trap12lxa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap13lxa.prg?format=raw trap13lxa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap14lxa.prg?format=raw trap14lxa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap15lxa.prg?format=raw trap15lxa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap16.prg?format=raw trap16.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap17.prg?format=raw trap17.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/mmu.prg?format=raw mmu.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cpuport.prg?format=raw cpuport.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cputiming.prg?format=raw cputiming.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/irq.prg?format=raw irq.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/nmi.prg?format=raw nmi.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia1tb123.prg?format=raw cia1tb123.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia2tb123.prg?format=raw cia2tb123.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia1pb6.prg?format=raw cia1pb6.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia1pb7.prg?format=raw cia1pb7.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia2pb6.prg?format=raw cia2pb6.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia2pb7.prg?format=raw cia2pb7.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia1tab.prg?format=raw cia1tab.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/loadth.prg?format=raw loadth.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cnto2.prg?format=raw cnto2.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/icr01.prg?format=raw icr01.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/imr.prg?format=raw imr.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/flipos.prg?format=raw flipos.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/oneshot.prg?format=raw oneshot.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cntdef.prg?format=raw cntdef.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia1ta.prg?format=raw cia1ta.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia1tb.prg?format=raw cia1tb.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia2ta.prg?format=raw cia2ta.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia2tb.prg?format=raw cia2tb.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/irqnew.prg?format=raw irqnew.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/nminew.prg?format=raw nminew.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia1tb123.prg?format=raw cia1tb123.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia2tb123.prg?format=raw cia2tb123.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia1pb6.prg?format=raw cia1pb6.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia1pb7.prg?format=raw cia1pb7.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia2pb6.prg?format=raw cia2pb6.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia2pb7.prg?format=raw cia2pb7.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia1tabnew.prg?format=raw cia1tabnew.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/loadth.prg?format=raw loadth.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cnto2.prg?format=raw cnto2.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/icr01new.prg?format=raw icr01new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/imrnew.prg?format=raw imrnew.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/flipos.prg?format=raw flipos.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/oneshot.prg?format=raw oneshot.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cntdef.prg?format=raw cntdef.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia1tanew.prg?format=raw cia1tanew.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia1tbnew.prg?format=raw cia1tbnew.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia2tanew.prg?format=raw cia2tanew.prg] <small>(TODO - incomplete)</small> | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia2tbnew.prg?format=raw cia2tbnew.prg] <small>(TODO - incomplete)</small> | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/ram0001/ ../general/ram0001] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/ram0001/test1.prg?format=raw test1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/fuxxortest/ ../general/fuxxortest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/fuxxortest/test-fuxxored.prg?format=raw test-fuxxored.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/fuxxortest/ ../general/fuxxortest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/fuxxortest/ef1-nmi.prg?format=raw ef1-nmi.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/fuxxortest/ ../general/fuxxortest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/fuxxortest/ef2-inst1.prg?format=raw ef2-inst1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/fuxxortest/ ../general/fuxxortest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/fuxxortest/ef2-inst2.prg?format=raw ef2-inst2.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/fuxxortest/ ../general/fuxxortest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/fuxxortest/ef2-inst3.prg?format=raw ef2-inst3.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/fuxxortest/ ../general/fuxxortest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/fuxxortest/ef2-inst4a.prg?format=raw ef2-inst4a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/fuxxortest/ ../general/fuxxortest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/fuxxortest/ef2-inst4b.prg?format=raw ef2-inst4b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/fuxxortest/ ../general/fuxxortest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/fuxxortest/ef2-inst4c.prg?format=raw ef2-inst4c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/Acid800/ ../CPU/Acid800] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/Acid800/cpu_illegal.prg?format=raw cpu_illegal.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/Acid800/ ../CPU/Acid800] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/Acid800/cpu_timing.prg?format=raw cpu_timing.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/Acid800/ ../CPU/Acid800] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/Acid800/cpu_timing_ntsc.prg?format=raw cpu_timing_ntsc.prg] <small>(not 100% stable - rerun on failure)</small> | |||
||NTSC | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/Acid800/ ../CPU/Acid800] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/Acid800/cpu_bugs.prg?format=raw cpu_bugs.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/Acid800/ ../CPU/Acid800] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/Acid800/cpu_clisei.prg?format=raw cpu_clisei.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/ane/ ../CPU/ane] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/ane/ane.prg?format=raw ane.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/ane/ ../CPU/ane] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/ane/ane-none.prg?format=raw ane-none.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/ane/ ../CPU/ane] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/ane/ane-border.prg?format=raw ane-border.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/asap/ ../CPU/asap] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/asap/cpu_ane.prg?format=raw cpu_ane.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/asap/ ../CPU/asap] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/asap/cpu_decimal.prg?format=raw cpu_decimal.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/asap/ ../CPU/asap] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/asap/cpu_shx.prg?format=raw cpu_shx.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/cpujam/ ../CPU/cpujam] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/cpujam/cpujamf2.prg?format=raw cpujamf2.prg] <small>(must always timeout)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:red;"|ok (fail) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/cpujam/ ../CPU/cpujam] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/cpujam/jamirq.prg?format=raw jamirq.prg] <small>(must always timeout)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|timeout (ok) | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/cpujam/ ../CPU/cpujam] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/cpujam/jamnmi.prg?format=raw jamnmi.prg] <small>(must always timeout)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|timeout (ok) | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/cpuport/ ../CPU/cpuport] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/cpuport/test1.prg?format=raw test1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/cpuport/ ../CPU/cpuport] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/cpuport/initvalue.crt?format=raw initvalue.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/decimalmode/ ../CPU/decimalmode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/decimalmode/scanner.prg?format=raw scanner.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/decimalmode/ ../CPU/decimalmode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/decimalmode/arr00.prg?format=raw arr00.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/decimalmode/ ../CPU/decimalmode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/decimalmode/arr01.prg?format=raw arr01.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/decimalmode/ ../CPU/decimalmode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/decimalmode/arr02.prg?format=raw arr02.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/decimalmode/ ../CPU/decimalmode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/decimalmode/arr10.prg?format=raw arr10.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/decimalmode/ ../CPU/decimalmode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/decimalmode/arr11.prg?format=raw arr11.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/decimalmode/ ../CPU/decimalmode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/decimalmode/arr12.prg?format=raw arr12.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/lax/ ../CPU/lax] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/lax/lax.prg?format=raw lax.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/lax/ ../CPU/lax] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/lax/lax-none.prg?format=raw lax-none.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/lax/ ../CPU/lax] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/lax/lax-border.prg?format=raw lax-border.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/ ../CPU/sha] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/shaabsy1.prg?format=raw shaabsy1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/ ../CPU/sha] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/shaabsy2.prg?format=raw shaabsy2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/ ../CPU/sha] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/shaabsy3.prg?format=raw shaabsy3.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/ ../CPU/sha] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/shaabsy4.prg?format=raw shaabsy4.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/ ../CPU/sha] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/shaabsy5.prg?format=raw shaabsy5.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/ ../CPU/sha] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/shazpy1.prg?format=raw shazpy1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/ ../CPU/sha] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/shazpy2.prg?format=raw shazpy2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/ ../CPU/sha] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/shazpy3.prg?format=raw shazpy3.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/ ../CPU/sha] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/shazpy4.prg?format=raw shazpy4.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/ ../CPU/sha] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/sha/shazpy5.prg?format=raw shazpy5.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shs/ ../CPU/shs] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shs/shsabsy1.prg?format=raw shsabsy1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shs/ ../CPU/shs] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shs/shsabsy2.prg?format=raw shsabsy2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shs/ ../CPU/shs] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shs/shsabsy3.prg?format=raw shsabsy3.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shs/ ../CPU/shs] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shs/shsabsy4.prg?format=raw shsabsy4.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shs/ ../CPU/shs] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shs/shsabsy5.prg?format=raw shsabsy5.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/ ../CPU/shxy] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/shx-test.prg?format=raw shx-test.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/ ../CPU/shxy] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/shxy1.prg?format=raw shxy1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/ ../CPU/shxy] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/shxy2.prg?format=raw shxy2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/ ../CPU/shxy] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/shxy3.prg?format=raw shxy3.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/ ../CPU/shxy] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/shxy4.prg?format=raw shxy4.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/ ../CPU/shxy] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/shxy5.prg?format=raw shxy5.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/ ../CPU/shxy] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/shyx1.prg?format=raw shyx1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/ ../CPU/shxy] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/shyx2.prg?format=raw shyx2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/ ../CPU/shxy] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/shyx3.prg?format=raw shyx3.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/ ../CPU/shxy] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/shyx4.prg?format=raw shyx4.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/ ../CPU/shxy] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/shxy/shyx5.prg?format=raw shyx5.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/jsrselfmod/ ../CPU/jsrselfmod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CPU/jsrselfmod/jsr.prg?format=raw jsr.prg] | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/branchquirk/ ../interrupts/branchquirk] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/branchquirk/branchquirk-new.prg?format=raw branchquirk-new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/branchquirk/ ../interrupts/branchquirk] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/branchquirk/branchquirk-old.prg?format=raw branchquirk-old.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/branchquirk/ ../interrupts/branchquirk] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/branchquirk/branchquirk-nminew.prg?format=raw branchquirk-nminew.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/branchquirk/ ../interrupts/branchquirk] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/branchquirk/branchquirk-nmiold.prg?format=raw branchquirk-nmiold.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/cia-int/ ../interrupts/cia-int] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/cia-int/cia-int-irq-new.prg?format=raw cia-int-irq-new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/cia-int/ ../interrupts/cia-int] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/cia-int/cia-int-irq.prg?format=raw cia-int-irq.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/cia-int/ ../interrupts/cia-int] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/cia-int/cia-int-nmi-new.prg?format=raw cia-int-nmi-new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/cia-int/ ../interrupts/cia-int] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/cia-int/cia-int-nmi.prg?format=raw cia-int-nmi.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irq-ackn-bug/ ../interrupts/irq-ackn-bug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irq-ackn-bug/cia1new.prg?format=raw cia1new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irq-ackn-bug/ ../interrupts/irq-ackn-bug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irq-ackn-bug/cia1.prg?format=raw cia1.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irq-ackn-bug/ ../interrupts/irq-ackn-bug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irq-ackn-bug/cia2new.prg?format=raw cia2new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irq-ackn-bug/ ../interrupts/irq-ackn-bug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irq-ackn-bug/cia2.prg?format=raw cia2.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irq-ackn-bug/ ../interrupts/irq-ackn-bug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irq-ackn-bug/irq-ack-vicii.prg?format=raw irq-ack-vicii.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/nmitest6b.prg?format=raw nmitest6b.prg] | |||
||PAL 6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/nmitest6b.prg?format=raw nmitest6b.prg] | |||
||PAL 8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/nmitest6.prg?format=raw nmitest6.prg] | |||
||PAL 6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/nmitest6.prg?format=raw nmitest6.prg] | |||
||PAL 8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/test1b.prg?format=raw test1b.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/test1.prg?format=raw test1.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/test2b.prg?format=raw test2b.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/test2.prg?format=raw test2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/test3b.prg?format=raw test3b.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/test3.prg?format=raw test3.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/test4b.prg?format=raw test4b.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/test4.prg?format=raw test4.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/test5b.prg?format=raw test5b.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/test5.prg?format=raw test5.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/test6b.prg?format=raw test6b.prg] | |||
||PAL 6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/test6b.prg?format=raw test6b.prg] | |||
||PAL 8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/test6.prg?format=raw test6.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/test7b.prg?format=raw test7b.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/ ../interrupts/irqdma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqdma/test7.prg?format=raw test7.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnmi/ ../interrupts/irqnmi] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnmi/irqnmi-new.prg?format=raw irqnmi-new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnmi/ ../interrupts/irqnmi] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnmi/irqnmi-old.prg?format=raw irqnmi-old.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnoack/ ../interrupts/irqnoack] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnoack/ackcia.prg?format=raw ackcia.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnoack/ ../interrupts/irqnoack] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnoack/ackcia2.prg?format=raw ackcia2.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnoack/ ../interrupts/irqnoack] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnoack/ackcia3.prg?format=raw ackcia3.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnoack/ ../interrupts/irqnoack] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnoack/ackraster.prg?format=raw ackraster.prg] <small>(must always timeout)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|timeout (ok) | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/CIA-AcountsB/ ../CIA/CIA-AcountsB] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/CIA-AcountsB/cia-b-counts-a.prg?format=raw cia-b-counts-a.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/CIA-AcountsB/ ../CIA/CIA-AcountsB] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/CIA-AcountsB/cmp-b-counts-a-old.prg?format=raw cmp-b-counts-a-old.prg] | |||
||PAL 6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/CIA-AcountsB/ ../CIA/CIA-AcountsB] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/CIA-AcountsB/cmp-b-counts-a-new.prg?format=raw cmp-b-counts-a-new.prg] | |||
||PAL 8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/CIA-AcountsB/ ../CIA/CIA-AcountsB] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/CIA-AcountsB/cia-b-counts-a_ntsc.prg?format=raw cia-b-counts-a_ntsc.prg] | |||
||NTSC | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/CIA-AcountsB/ ../CIA/CIA-AcountsB] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/CIA-AcountsB/cmp-b-counts-a-old_ntsc.prg?format=raw cmp-b-counts-a-old_ntsc.prg] | |||
||NTSC 6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/CIA-AcountsB/ ../CIA/CIA-AcountsB] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/CIA-AcountsB/cmp-b-counts-a-new_ntsc.prg?format=raw cmp-b-counts-a-new_ntsc.prg] | |||
||NTSC 8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/cia-timer/ ../CIA/cia-timer] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/cia-timer/cia-timer-oldcias.prg?format=raw cia-timer-oldcias.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/cia-timer/ ../CIA/cia-timer] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/cia-timer/cia-timer-newcias.prg?format=raw cia-timer-newcias.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia3.prg?format=raw cia3.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia3a.prg?format=raw cia3a.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia4.prg?format=raw cia4.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia5.prg?format=raw cia5.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia6.prg?format=raw cia6.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia7.prg?format=raw cia7.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia8.prg?format=raw cia8.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia9.prg?format=raw cia9.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia10.prg?format=raw cia10.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia11.prg?format=raw cia11.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia12.prg?format=raw cia12.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia13.prg?format=raw cia13.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia14.prg?format=raw cia14.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia15.prg?format=raw cia15.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia3new.prg?format=raw cia3new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia3anew.prg?format=raw cia3anew.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia4new.prg?format=raw cia4new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/ ../CIA/ciavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/ciavarious/cia8new.prg?format=raw cia8new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/dd0drw/ ../CIA/dd0drw] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/dd0drw/dd0drw.prg?format=raw dd0drw.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/dd0dtest/ ../CIA/dd0dtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/dd0dtest/dd0dtest.prg?format=raw dd0dtest.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/dd0dtest/ ../CIA/dd0dtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/dd0dtest/dd0dtest.prg?format=raw dd0dtest.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/ ../CIA/irqdelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/irqdelay.prg?format=raw irqdelay.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/ ../CIA/irqdelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/irqdelay-new.prg?format=raw irqdelay-new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/ ../CIA/irqdelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/irqdelay-oneshot.prg?format=raw irqdelay-oneshot.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/ ../CIA/irqdelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/irqdelay-oneshot-new.prg?format=raw irqdelay-oneshot-new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/ ../CIA/irqdelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/irqdelay2.prg?format=raw irqdelay2.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/ ../CIA/irqdelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/irqdelay2-new.prg?format=raw irqdelay2-new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/ ../CIA/irqdelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/irqdelay-cia1-4-new.prg?format=raw irqdelay-cia1-4-new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/ ../CIA/irqdelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/irqdelay-cia1-4-old.prg?format=raw irqdelay-cia1-4-old.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/ ../CIA/irqdelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/irqdelay-cia1-oneshot-4-new.prg?format=raw irqdelay-cia1-oneshot-4-new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/ ../CIA/irqdelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/irqdelay-cia1-oneshot-4-old.prg?format=raw irqdelay-cia1-oneshot-4-old.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/ ../CIA/irqdelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/irqdelay/irqdelay-cia2-oneshot-4.prg?format=raw irqdelay-cia2-oneshot-4.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/pb6pb7/ ../CIA/pb6pb7] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/pb6pb7/main.prg?format=raw main.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/reload0/ ../CIA/reload0] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/reload0/reload0a.prg?format=raw reload0a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/reload0/ ../CIA/reload0] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/reload0/reload0b.prg?format=raw reload0b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/ ../CIA/shiftregister] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-icr-test-continues-new.prg?format=raw cia-icr-test-continues-new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/ ../CIA/shiftregister] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-icr-test-continues-old.prg?format=raw cia-icr-test-continues-old.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/ ../CIA/shiftregister] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-icr-test-oneshot-new.prg?format=raw cia-icr-test-oneshot-new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/ ../CIA/shiftregister] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-icr-test-oneshot-old.prg?format=raw cia-icr-test-oneshot-old.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/ ../CIA/shiftregister] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-load.prg?format=raw cia-sdr-load.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/ ../CIA/shiftregister] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-init.prg?format=raw cia-sdr-init.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/ ../CIA/shiftregister] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-delay.prg?format=raw cia-sdr-delay.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-0_7f.prg?format=raw cia1-sdr-icr-0_7f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-0.prg?format=raw cia1-sdr-icr-0.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-1_7f.prg?format=raw cia1-sdr-icr-1_7f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-19.prg?format=raw cia1-sdr-icr-19.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-39.prg?format=raw cia1-sdr-icr-39.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-3.prg?format=raw cia1-sdr-icr-3.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-4485-0_7f.prg?format=raw cia1-sdr-icr-4485-0_7f.prg] <small>(CIA timestamp 4485 only)</small> | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-4485-0.prg?format=raw cia1-sdr-icr-4485-0.prg] <small>(CIA timestamp 4485 only)</small> | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-4485-1_7f.prg?format=raw cia1-sdr-icr-4485-1_7f.prg] <small>(CIA timestamp 4485 only)</small> | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-4485-19.prg?format=raw cia1-sdr-icr-4485-19.prg] <small>(CIA timestamp 4485 only)</small> | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-4485-39.prg?format=raw cia1-sdr-icr-4485-39.prg] <small>(CIA timestamp 4485 only)</small> | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-4485-3.prg?format=raw cia1-sdr-icr-4485-3.prg] <small>(CIA timestamp 4485 only)</small> | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-4485-4_7f.prg?format=raw cia1-sdr-icr-4485-4_7f.prg] <small>(CIA timestamp 4485 only)</small> | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-4_7f.prg?format=raw cia1-sdr-icr-4_7f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-generic-0.prg?format=raw cia1-sdr-icr-generic-0.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-generic-0_7f.prg?format=raw cia1-sdr-icr-generic-0_7f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-generic-19.prg?format=raw cia1-sdr-icr-generic-19.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-generic-1_7f.prg?format=raw cia1-sdr-icr-generic-1_7f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-generic-3.prg?format=raw cia1-sdr-icr-generic-3.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-generic-39.prg?format=raw cia1-sdr-icr-generic-39.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia1-sdr-icr-generic-4_7f.prg?format=raw cia1-sdr-icr-generic-4_7f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-0_7f.prg?format=raw cia2-sdr-icr-0_7f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-0.prg?format=raw cia2-sdr-icr-0.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-1_7f.prg?format=raw cia2-sdr-icr-1_7f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-19.prg?format=raw cia2-sdr-icr-19.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-39.prg?format=raw cia2-sdr-icr-39.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-3.prg?format=raw cia2-sdr-icr-3.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-4485-0_7f.prg?format=raw cia2-sdr-icr-4485-0_7f.prg] <small>(CIA timestamp 4485 only)</small> | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-4485-0.prg?format=raw cia2-sdr-icr-4485-0.prg] <small>(CIA timestamp 4485 only)</small> | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-4485-1_7f.prg?format=raw cia2-sdr-icr-4485-1_7f.prg] <small>(CIA timestamp 4485 only)</small> | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-4485-19.prg?format=raw cia2-sdr-icr-4485-19.prg] <small>(CIA timestamp 4485 only)</small> | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-4485-39.prg?format=raw cia2-sdr-icr-4485-39.prg] <small>(CIA timestamp 4485 only)</small> | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-4485-3.prg?format=raw cia2-sdr-icr-4485-3.prg] <small>(CIA timestamp 4485 only)</small> | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-4485-4_7f.prg?format=raw cia2-sdr-icr-4485-4_7f.prg] <small>(CIA timestamp 4485 only)</small> | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-4_7f.prg?format=raw cia2-sdr-icr-4_7f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-generic-0.prg?format=raw cia2-sdr-icr-generic-0.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-generic-0_7f.prg?format=raw cia2-sdr-icr-generic-0_7f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-generic-19.prg?format=raw cia2-sdr-icr-generic-19.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-generic-1_7f.prg?format=raw cia2-sdr-icr-generic-1_7f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-generic-3.prg?format=raw cia2-sdr-icr-generic-3.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-generic-39.prg?format=raw cia2-sdr-icr-generic-39.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/ ../CIA/shiftregister/cia-sdr-icr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sdr-icr/cia2-sdr-icr-generic-4_7f.prg?format=raw cia2-sdr-icr-generic-4_7f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/ ../CIA/shiftregister] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sp-test-continues-new.prg?format=raw cia-sp-test-continues-new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/ ../CIA/shiftregister] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sp-test-continues-old.prg?format=raw cia-sp-test-continues-old.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/ ../CIA/shiftregister] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sp-test-oneshot-new.prg?format=raw cia-sp-test-oneshot-new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/ ../CIA/shiftregister] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/shiftregister/cia-sp-test-oneshot-old.prg?format=raw cia-sp-test-oneshot-old.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/timerbasics/ ../CIA/timerbasics] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/timerbasics/test_new.prg?format=raw test_new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/timerbasics/ ../CIA/timerbasics] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/timerbasics/test.prg?format=raw test.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/timerbasics/ ../CIA/timerbasics] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/timerbasics/timer_new.prg?format=raw timer_new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/timerbasics/ ../CIA/timerbasics] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/timerbasics/timer.prg?format=raw timer.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/timerbasics/ ../CIA/timerbasics] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/timerbasics/timer_test1_new.prg?format=raw timer_test1_new.prg] | |||
||8521 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/timerbasics/ ../CIA/timerbasics] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/timerbasics/timer_test1.prg?format=raw timer_test1.prg] | |||
||6526 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/0alarm.prg?format=raw 0alarm.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/1alarm.prg?format=raw 1alarm.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/4todcia1.prg?format=raw 4todcia1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/4tod.prg?format=raw 4tod.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/5tod.prg?format=raw 5tod.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/6tod.prg?format=raw 6tod.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/alarm-cond2.prg?format=raw alarm-cond2.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/alarm-cond.prg?format=raw alarm-cond.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/alarm.prg?format=raw alarm.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/fix-hour.prg?format=raw fix-hour.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/fix-min.prg?format=raw fix-min.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/fix-sec.prg?format=raw fix-sec.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/fix-tsec.prg?format=raw fix-tsec.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/hammerfist0.prg?format=raw hammerfist0.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/hammerfist1.prg?format=raw hammerfist1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/hour-test.prg?format=raw hour-test.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/hzsync0.prg?format=raw hzsync0.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/hzsync1.prg?format=raw hzsync1.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/hzsync2.prg?format=raw hzsync2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/hzsync3.prg?format=raw hzsync3.prg] <small>(not 100% stable - rerun on failure)</small> | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/hzsync4.prg?format=raw hzsync4.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/hzsync5.prg?format=raw hzsync5.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/hzsync6.prg?format=raw hzsync6.prg] <small>(not 100% stable - rerun on failure)</small> | |||
||PAL | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/powerup.prg?format=raw powerup.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/read-latch.prg?format=raw read-latch.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/stability.prg?format=raw stability.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/stability-ntsc.prg?format=raw stability-ntsc.prg] | |||
||NTSC | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/write-stop.prg?format=raw write-stop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ ../CIA/tod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CIA/tod/ampmtest.prg?format=raw ampmtest.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/banking/ ../VICII/banking] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/banking/banking.prg?format=raw banking.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/border-250.prg?format=raw border-250.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/border-251.prg?format=raw border-251.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/border-252.prg?format=raw border-252.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/border-bm-idle.prg?format=raw border-bm-idle.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/border-bm-ysh2.prg?format=raw border-bm-ysh2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/border-bm-ysh.prg?format=raw border-bm-ysh.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/border-mcbm.prg?format=raw border-mcbm.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/hvborder1.prg?format=raw hvborder1.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/hvborder2.prg?format=raw hvborder2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/vborder-32-08.prg?format=raw vborder-32-08.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/vborder-32-09.prg?format=raw vborder-32-09.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/vborder-33-08.prg?format=raw vborder-33-08.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/vborder-33-09.prg?format=raw vborder-33-09.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/vborder2-21.prg?format=raw vborder2-21.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/vborder2-22.prg?format=raw vborder2-22.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/vborder2-35.prg?format=raw vborder2-35.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/vborder2-36.prg?format=raw vborder2-36.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/vborder2-63.prg?format=raw vborder2-63.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/ ../VICII/border] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/border/vborder2-64.prg?format=raw vborder2-64.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/colorfetchbug/ ../VICII/colorfetchbug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/colorfetchbug/bitmap.prg?format=raw bitmap.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/colorfetchbug/ ../VICII/colorfetchbug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/colorfetchbug/main.prg?format=raw main.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/colorfetchbug/ ../VICII/colorfetchbug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/colorfetchbug/main2.prg?format=raw main2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/colorfetchbug/ ../VICII/colorfetchbug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/colorfetchbug/main3.prg?format=raw main3.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/colorfetchbug/ ../VICII/colorfetchbug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/colorfetchbug/main4.prg?format=raw main4.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/colorsplit/ ../VICII/colorsplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/colorsplit/colorsplit.prg?format=raw colorsplit.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/D011Test/ ../VICII/D011Test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/D011Test/disable-bad.prg?format=raw disable-bad.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/D011Test/ ../VICII/D011Test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/D011Test/disable-bad_ntsc.prg?format=raw disable-bad_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den01-48-0.prg?format=raw den01-48-0.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den01-48-1.prg?format=raw den01-48-1.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den01-48-2.prg?format=raw den01-48-2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den01-49-0.prg?format=raw den01-49-0.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den01-49-1.prg?format=raw den01-49-1.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den01-49-2.prg?format=raw den01-49-2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den10-48-0.prg?format=raw den10-48-0.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den10-48-1.prg?format=raw den10-48-1.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den10-48-2.prg?format=raw den10-48-2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den10-51-0.prg?format=raw den10-51-0.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den10-51-1.prg?format=raw den10-51-1.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den10-51-2.prg?format=raw den10-51-2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den10-51-3.prg?format=raw den10-51-3.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/denrsel-0.prg?format=raw denrsel-0.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/denrsel-1.prg?format=raw denrsel-1.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/denrsel-2.prg?format=raw denrsel-2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/denrsel55.prg?format=raw denrsel55.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/denrsel-63.prg?format=raw denrsel-63.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/denrsel-s0.prg?format=raw denrsel-s0.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/denrsel-s1.prg?format=raw denrsel-s1.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/denrsel-s2.prg?format=raw denrsel-s2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den01-48-0_ntsc.prg?format=raw den01-48-0_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den01-48-1_ntsc.prg?format=raw den01-48-1_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den01-48-2_ntsc.prg?format=raw den01-48-2_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den01-49-0_ntsc.prg?format=raw den01-49-0_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den01-49-1_ntsc.prg?format=raw den01-49-1_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den01-49-2_ntsc.prg?format=raw den01-49-2_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den10-48-0_ntsc.prg?format=raw den10-48-0_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den10-48-1_ntsc.prg?format=raw den10-48-1_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den10-48-2_ntsc.prg?format=raw den10-48-2_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den10-51-0_ntsc.prg?format=raw den10-51-0_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den10-51-1_ntsc.prg?format=raw den10-51-1_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den10-51-2_ntsc.prg?format=raw den10-51-2_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/den10-51-3_ntsc.prg?format=raw den10-51-3_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/denrsel-0_ntsc.prg?format=raw denrsel-0_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/denrsel-1_ntsc.prg?format=raw denrsel-1_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/denrsel-2_ntsc.prg?format=raw denrsel-2_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/denrsel-63_ntsc.prg?format=raw denrsel-63_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/denrsel-s0_ntsc.prg?format=raw denrsel-s0_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/denrsel-s1_ntsc.prg?format=raw denrsel-s1_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/denrsel-s2_ntsc.prg?format=raw denrsel-s2_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/ ../VICII/dentest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dentest/denrsel55_ntsc.prg?format=raw denrsel55_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test1-2a-03.prg?format=raw test1-2a-03.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test1-2a-04.prg?format=raw test1-2a-04.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test1-2a-10.prg?format=raw test1-2a-10.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test1-2a-11.prg?format=raw test1-2a-11.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test1-2a-16.prg?format=raw test1-2a-16.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test1-2a-17.prg?format=raw test1-2a-17.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test1-2a-18.prg?format=raw test1-2a-18.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test2-28-05.prg?format=raw test2-28-05.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test2-28-06.prg?format=raw test2-28-06.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test2-28-11.prg?format=raw test2-28-11.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test2-28-12.prg?format=raw test2-28-12.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test2-28-16.prg?format=raw test2-28-16.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test2-28-17.prg?format=raw test2-28-17.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test2-28-18.prg?format=raw test2-28-18.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test3-28-07.prg?format=raw test3-28-07.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test3-28-08.prg?format=raw test3-28-08.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test3-28-13.prg?format=raw test3-28-13.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test3-28-14.prg?format=raw test3-28-14.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test3-28-18.prg?format=raw test3-28-18.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test3-28-19.prg?format=raw test3-28-19.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test3-28-1a.prg?format=raw test3-28-1a.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test1-2e-03-ntsc.prg?format=raw test1-2e-03-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test1-2e-04-ntsc.prg?format=raw test1-2e-04-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test1-2e-10-ntsc.prg?format=raw test1-2e-10-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test1-2e-11-ntsc.prg?format=raw test1-2e-11-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test1-2e-16-ntsc.prg?format=raw test1-2e-16-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test1-2e-17-ntsc.prg?format=raw test1-2e-17-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test1-2e-18-ntsc.prg?format=raw test1-2e-18-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test2-2c-05-ntsc.prg?format=raw test2-2c-05-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test2-2c-06-ntsc.prg?format=raw test2-2c-06-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test2-2c-11-ntsc.prg?format=raw test2-2c-11-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test2-2c-12-ntsc.prg?format=raw test2-2c-12-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test2-2c-16-ntsc.prg?format=raw test2-2c-16-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test2-2c-17-ntsc.prg?format=raw test2-2c-17-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test2-2c-18-ntsc.prg?format=raw test2-2c-18-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test3-2c-07-ntsc.prg?format=raw test3-2c-07-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test3-2c-08-ntsc.prg?format=raw test3-2c-08-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test3-2c-13-ntsc.prg?format=raw test3-2c-13-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test3-2c-14-ntsc.prg?format=raw test3-2c-14-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test3-2c-18-ntsc.prg?format=raw test3-2c-18-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test3-2c-19-ntsc.prg?format=raw test3-2c-19-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/ ../VICII/dmadelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/dmadelay/test3-2c-1a-ntsc.prg?format=raw test3-2c-1a-ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/fldscroll/ ../VICII/fldscroll] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/fldscroll/fldscroll-20-60.prg?format=raw fldscroll-20-60.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/fldscroll/ ../VICII/fldscroll] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/fldscroll/fldscroll-21-60.prg?format=raw fldscroll-21-60.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/fldscroll/ ../VICII/fldscroll] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/fldscroll/fldscroll-22-60.prg?format=raw fldscroll-22-60.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/fldscroll/ ../VICII/fldscroll] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/fldscroll/fldscroll-29-60.prg?format=raw fldscroll-29-60.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/fldscroll/ ../VICII/fldscroll] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/fldscroll/fldscroll-2A-60.prg?format=raw fldscroll-2A-60.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/fldscroll/ ../VICII/fldscroll] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/fldscroll/fldscroll-2B-60.prg?format=raw fldscroll-2B-60.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/flibug/ ../VICII/flibug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/flibug/blackmail-ee.prg?format=raw blackmail-ee.prg] <small>(relies on LAX magic constant being 0xee)</small> | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/flibug/ ../VICII/flibug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/flibug/blackmail-fixed.prg?format=raw blackmail-fixed.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/frodotests/ ../VICII/frodotests] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/frodotests/text26.prg?format=raw text26.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/gfxfetch/ ../VICII/gfxfetch] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/gfxfetch/gfxfetch.prg?format=raw gfxfetch.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/gfxfetch/ ../VICII/gfxfetch] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/gfxfetch/gfxfetch_ntsc.prg?format=raw gfxfetch_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/greydot/ ../VICII/greydot] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/greydot/greydot.prg?format=raw greydot.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/lplatency/ ../VICII/lplatency] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/lplatency/lplatency.prg?format=raw lplatency.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/lp-trigger/ ../VICII/lp-trigger] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/lp-trigger/test1.prg?format=raw test1.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/lp-trigger/ ../VICII/lp-trigger] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/lp-trigger/test2.prg?format=raw test2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/lp-trigger/ ../VICII/lp-trigger] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/lp-trigger/test2new.prg?format=raw test2new.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/phi1timing/ ../VICII/phi1timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/phi1timing/phi1timing.prg?format=raw phi1timing.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/phi1timing/ ../VICII/phi1timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/phi1timing/phi1timing_ntsc.prg?format=raw phi1timing_ntsc.prg] | |||
||NTSC | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/phi1timing/ ../VICII/phi1timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/phi1timing/phi1timing_ntscold.prg?format=raw phi1timing_ntscold.prg] | |||
||NTSCOLD | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/rasterirq/ ../VICII/rasterirq] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/rasterirq/rasterirq_hold.prg?format=raw rasterirq_hold.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/screenpos/ ../VICII/screenpos] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/screenpos/screenpos.prg?format=raw screenpos.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/sb_sprite_fetch/ ../VICII/sb_sprite_fetch] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/sb_sprite_fetch/sbsprf24-163.prg?format=raw sbsprf24-163.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/sb_sprite_fetch/ ../VICII/sb_sprite_fetch] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/sb_sprite_fetch/sbsprf24-164.prg?format=raw sbsprf24-164.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/screenpos/ ../VICII/screenpos] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/screenpos/screenpos_ntsc.prg?format=raw screenpos_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/split-tests/bascan/ ../VICII/split-tests/bascan] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/split-tests/bascan/bascan.prg?format=raw bascan.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/split-tests/fetchsplit/ ../VICII/split-tests/fetchsplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/split-tests/fetchsplit/fetchsplit.prg?format=raw fetchsplit.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/split-tests/lightpen/ ../VICII/split-tests/lightpen] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/split-tests/lightpen/lightpen.prg?format=raw lightpen.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/split-tests/modesplit/ ../VICII/split-tests/modesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/split-tests/modesplit/modesplit.prg?format=raw modesplit.prg] | |||
|| | |||
||screenshot | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/split-tests/spritescan/ ../VICII/split-tests/spritescan] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/split-tests/spritescan/spritescan.prg?format=raw spritescan.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/vicii_timing/ ../VICII/vicii_timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/vicii_timing/vicii_reg_timing.prg?format=raw vicii_reg_timing.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/vicii_timing/ ../VICII/vicii_timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/vicii_timing/vicii_reg_timing-a5.prg?format=raw vicii_reg_timing-a5.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/vicii_timing/ ../VICII/vicii_timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/vicii_timing/vicii_reg_timing-ff.prg?format=raw vicii_reg_timing-ff.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/rmwtest.prg?format=raw rmwtest.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/rmwtest_ntsc.prg?format=raw rmwtest_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode1.prg?format=raw videomode1.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode2.prg?format=raw videomode2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode-v.prg?format=raw videomode-v.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode-w.prg?format=raw videomode-w.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode-x.prg?format=raw videomode-x.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode-y.prg?format=raw videomode-y.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode-z.prg?format=raw videomode-z.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode-v_ntsc.prg?format=raw videomode-v_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode-w_ntsc.prg?format=raw videomode-w_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode-x_ntsc.prg?format=raw videomode-x_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode-y_ntsc.prg?format=raw videomode-y_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode-z_ntsc.prg?format=raw videomode-z_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode2_ntsc.prg?format=raw videomode2_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode1_ntsc.prg?format=raw videomode1_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode1_ntscold.prg?format=raw videomode1_ntscold.prg] | |||
||NTSCOLD | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode2_ntscold.prg?format=raw videomode2_ntscold.prg] | |||
||NTSCOLD | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode-v_ntscold.prg?format=raw videomode-v_ntscold.prg] | |||
||NTSCOLD | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode-w_ntscold.prg?format=raw videomode-w_ntscold.prg] | |||
||NTSCOLD | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode-x_ntscold.prg?format=raw videomode-x_ntscold.prg] | |||
||NTSCOLD | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode-y_ntscold.prg?format=raw videomode-y_ntscold.prg] | |||
||NTSCOLD | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/ ../VICII/videomode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/videomode/videomode-z_ntscold.prg?format=raw videomode-z_ntscold.prg] | |||
||NTSCOLD | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/vspbug/ ../VICII/vspbug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/vspbug/vsp_bug.prg?format=raw vsp_bug.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/vsp-tester/ ../VICII/vsp-tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/vsp-tester/vsp-tester.prg?format=raw vsp-tester.prg] | |||
||PAL | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/vsp-tester/ ../VICII/vsp-tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/vsp-tester/vsp-tester-ntsc.prg?format=raw vsp-tester-ntsc.prg] | |||
||NTSC | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/sequencer-bug/ ../VICII/sequencer-bug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/sequencer-bug/bug.prg?format=raw bug.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritebug/ ../VICII/spritebug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritebug/spritebug-104.prg?format=raw spritebug-104.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritebug/ ../VICII/spritebug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritebug/spritebug-105.prg?format=raw spritebug-105.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritebug/ ../VICII/spritebug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritebug/spritebug-106.prg?format=raw spritebug-106.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/ ../VICII/spritecollisions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/sprite-gfx-collision-cycle.prg?format=raw sprite-gfx-collision-cycle.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/ ../VICII/spritecollisions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/sprite-sprite-collision-cycle.prg?format=raw sprite-sprite-collision-cycle.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/ ../VICII/spritecollisions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/sprite-sprite.prg?format=raw sprite-sprite.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/ ../VICII/spritecollisions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/sprite-sprite-hi-hi.prg?format=raw sprite-sprite-hi-hi.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/ ../VICII/spritecollisions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/sprite-sprite-mc-hi.prg?format=raw sprite-sprite-mc-hi.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/ ../VICII/spritecollisions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/sprite-sprite-hi-mc.prg?format=raw sprite-sprite-hi-mc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/ ../VICII/spritecollisions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/sprite-sprite-mc-mc.prg?format=raw sprite-sprite-mc-mc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/ ../VICII/spritecollisions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/sprite-gfx-hi-hi.prg?format=raw sprite-gfx-hi-hi.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/ ../VICII/spritecollisions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/sprite-gfx-mc-hi.prg?format=raw sprite-gfx-mc-hi.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/ ../VICII/spritecollisions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/sprite-gfx-hi-mc.prg?format=raw sprite-gfx-hi-mc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/ ../VICII/spritecollisions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecollisions/sprite-gfx-mc-mc.prg?format=raw sprite-gfx-mc-mc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/ ../VICII/spritecrunch] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/spritecrunch-3b-00.prg?format=raw spritecrunch-3b-00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/ ../VICII/spritecrunch] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/spritecrunch-3c-00.prg?format=raw spritecrunch-3c-00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/ ../VICII/spritecrunch] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/spritecrunch-3d-00.prg?format=raw spritecrunch-3d-00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/ ../VICII/spritecrunch] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/spritecrunch2-07.prg?format=raw spritecrunch2-07.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/ ../VICII/spritecrunch] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/spritecrunch2-08.prg?format=raw spritecrunch2-08.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/ ../VICII/spritecrunch] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/spritecrunch2-09.prg?format=raw spritecrunch2-09.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/ ../VICII/spritecrunch] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/spritecrunch2-25.prg?format=raw spritecrunch2-25.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/ ../VICII/spritecrunch] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/spritecrunch2-26.prg?format=raw spritecrunch2-26.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/ ../VICII/spritecrunch] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/spritecrunch2-27.prg?format=raw spritecrunch2-27.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/ ../VICII/spritecrunch] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/spritecrunch2-28.prg?format=raw spritecrunch2-28.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/ ../VICII/spritecrunch] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritecrunch/spritecrunch2-29.prg?format=raw spritecrunch2-29.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritedma/ ../VICII/spritedma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritedma/d017-54.prg?format=raw d017-54.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritedma/ ../VICII/spritedma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritedma/d017-57.prg?format=raw d017-57.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritedma/ ../VICII/spritedma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritedma/d017-54_ntsc.prg?format=raw d017-54_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritedma/ ../VICII/spritedma] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritedma/d017-57_ntsc.prg?format=raw d017-57_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/ ../VICII/spriteenable] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/spriteenable1.prg?format=raw spriteenable1.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/ ../VICII/spriteenable] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/spriteenable2.prg?format=raw spriteenable2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/ ../VICII/spriteenable] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/spriteenable3.prg?format=raw spriteenable3.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/ ../VICII/spriteenable] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/spriteenable4.prg?format=raw spriteenable4.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/ ../VICII/spriteenable] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/spriteenable5.prg?format=raw spriteenable5.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/ ../VICII/spriteenable] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/spriteenable1_ntsc.prg?format=raw spriteenable1_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/ ../VICII/spriteenable] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/spriteenable2_ntsc.prg?format=raw spriteenable2_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/ ../VICII/spriteenable] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/spriteenable3_ntsc.prg?format=raw spriteenable3_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/ ../VICII/spriteenable] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/spriteenable4_ntsc.prg?format=raw spriteenable4_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/ ../VICII/spriteenable] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/spriteenable5_ntsc.prg?format=raw spriteenable5_ntsc.prg] | |||
||NTSC | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/ ../VICII/spriteenable] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/spriteenable1_ntscold.prg?format=raw spriteenable1_ntscold.prg] | |||
||NTSCOLD | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/ ../VICII/spriteenable] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/spriteenable2_ntscold.prg?format=raw spriteenable2_ntscold.prg] | |||
||NTSCOLD | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/ ../VICII/spriteenable] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/spriteenable3_ntscold.prg?format=raw spriteenable3_ntscold.prg] | |||
||NTSCOLD | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/ ../VICII/spriteenable] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/spriteenable4_ntscold.prg?format=raw spriteenable4_ntscold.prg] | |||
||NTSCOLD | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/ ../VICII/spriteenable] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriteenable/spriteenable5_ntscold.prg?format=raw spriteenable5_ntscold.prg] | |||
||NTSCOLD | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritefetchbug/ ../VICII/spritefetchbug] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritefetchbug/test-136-2a.prg?format=raw test-136-2a.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritegap/ ../VICII/spritegap] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritegap/spritegap2.prg?format=raw spritegap2.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritegap/ ../VICII/spritegap] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritegap/spritegap3.prg?format=raw spritegap3.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritepriorities/ ../VICII/spritepriorities] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritepriorities/test1.prg?format=raw test1.prg] | |||
|| | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriterestart/ ../VICII/spriterestart] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spriterestart/spriterestart.prg?format=raw spriterestart.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-exp-unexp-hires.prg?format=raw ss-exp-unexp-hires.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-exp-unexp-mc.prg?format=raw ss-exp-unexp-mc.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-hires-color.prg?format=raw ss-hires-color.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-hires-mc-exp.prg?format=raw ss-hires-mc-exp.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-hires-mc.prg?format=raw ss-hires-mc.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-mc-color0.prg?format=raw ss-mc-color0.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-mc-color1.prg?format=raw ss-mc-color1.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-mc-color2.prg?format=raw ss-mc-color2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-mc-hires-exp.prg?format=raw ss-mc-hires-exp.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-mc-hires.prg?format=raw ss-mc-hires.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-pri-exp.prg?format=raw ss-pri-exp.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-pri-mc-exp.prg?format=raw ss-pri-mc-exp.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-pri-mc.prg?format=raw ss-pri-mc.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-pri.prg?format=raw ss-pri.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-unexp-exp-hires.prg?format=raw ss-unexp-exp-hires.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-unexp-exp-mc.prg?format=raw ss-unexp-exp-mc.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ ../VICII/spritesplit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesplit/ss-xpos.prg?format=raw ss-xpos.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesteal/ ../VICII/spritesteal] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesteal/spritesteal.prg?format=raw spritesteal.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesteal/ ../VICII/spritesteal] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesteal/spritesteal_ntsc.prg?format=raw spritesteal_ntsc.prg] | |||
||NTSC | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesteal/ ../VICII/spritesteal] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritesteal/spritesteal_ntscold.prg?format=raw spritesteal_ntscold.prg] | |||
||NTSCOLD | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritevssprite/ ../VICII/spritevssprite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritevssprite/spritevssprite.prg?format=raw spritevssprite.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritex/ ../VICII/spritex] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritex/demusinterruptus.prg?format=raw demusinterruptus.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritex/ ../VICII/spritex] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritex/testsuite.prg?format=raw testsuite.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritex/ ../VICII/spritex] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritex/testsuite_ntsc.prg?format=raw testsuite_ntsc.prg] | |||
||NTSC | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritex/ ../VICII/spritex] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritex/testsuite_ntscold.prg?format=raw testsuite_ntscold.prg] | |||
||NTSCOLD | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritey/ ../VICII/spritey] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VICII/spritey/spritey.prg?format=raw spritey.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/busvalue/ ../SID/busvalue] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/busvalue/busvalue.prg?format=raw busvalue.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/detect/ ../SID/detect] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/detect/detect-1-old.prg?format=raw detect-1-old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/detect/ ../SID/detect] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/detect/detect-1-new.prg?format=raw detect-1-new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/detect/ ../SID/detect] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/detect/detect-2-old.prg?format=raw detect-2-old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/detect/ ../SID/detect] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/detect/detect-2-new.prg?format=raw detect-2-new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/env_test/ ../SID/env_test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/env_test/env_test_ra_0000.prg?format=raw env_test_ra_0000.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/env_test/ ../SID/env_test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/env_test/env_test_ra_0100.prg?format=raw env_test_ra_0100.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/env_test/ ../SID/env_test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/env_test/env_test_adra_1.prg?format=raw env_test_adra_1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/env_test/ ../SID/env_test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/env_test/env_test_adra_2.prg?format=raw env_test_adra_2.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/env_test/ ../SID/env_test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/env_test/env_test_ar_1.prg?format=raw env_test_ar_1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/env_test/ ../SID/env_test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/env_test/env_test_ar_2.prg?format=raw env_test_ar_2.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/env_test/ ../SID/env_test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/env_test/env_test_ar_3.prg?format=raw env_test_ar_3.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/envelope/ ../SID/envelope] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/envelope/testADSRDelayBug.prg?format=raw testADSRDelayBug.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/envelope/ ../SID/envelope] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/envelope/testFlip00toFF.prg?format=raw testFlip00toFF.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/envelope/ ../SID/envelope] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/envelope/testFlipFFto00.prg?format=raw testFlipFFto00.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/envelope/ ../SID/envelope] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/envelope/lft-adsr-test.prg?format=raw lft-adsr-test.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/exp_counter_reset/ ../SID/exp_counter_reset] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/exp_counter_reset/env_test_exr.prg?format=raw env_test_exr.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/noiselfsrinit/ ../SID/noiselfsrinit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/noiselfsrinit/simple.prg?format=raw simple.prg] | |||
||8580 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/noiselfsrinit/ ../SID/noiselfsrinit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/noiselfsrinit/scan.prg?format=raw scan.prg] | |||
||8580 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/noiselfsrinit/ ../SID/noiselfsrinit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/noiselfsrinit/simple.prg?format=raw simple.prg] | |||
||6581 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/noiselfsrinit/ ../SID/noiselfsrinit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/noiselfsrinit/scan.prg?format=raw scan.prg] | |||
||6581 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/noisewriteback/ ../SID/noisewriteback] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/noisewriteback/noise_writeback_test1-old.prg?format=raw noise_writeback_test1-old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/noisewriteback/ ../SID/noisewriteback] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/noisewriteback/noise_writeback_test1-new.prg?format=raw noise_writeback_test1-new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/noisewriteback/ ../SID/noisewriteback] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/noisewriteback/noise_writeback_test2-old.prg?format=raw noise_writeback_test2-old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/noisewriteback/ ../SID/noisewriteback] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/noisewriteback/noise_writeback_test2-new.prg?format=raw noise_writeback_test2-new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_8_to_8_old.prg?format=raw noise_writeback_check_8_to_8_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_8_to_9_old.prg?format=raw noise_writeback_check_8_to_9_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_8_to_A_old.prg?format=raw noise_writeback_check_8_to_A_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_8_to_B_old.prg?format=raw noise_writeback_check_8_to_B_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_8_to_C_old.prg?format=raw noise_writeback_check_8_to_C_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_8_to_D_old.prg?format=raw noise_writeback_check_8_to_D_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_8_to_E_old.prg?format=raw noise_writeback_check_8_to_E_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_8_to_F_old.prg?format=raw noise_writeback_check_8_to_F_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_9_to_8_old.prg?format=raw noise_writeback_check_9_to_8_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_9_to_9_old.prg?format=raw noise_writeback_check_9_to_9_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_9_to_A_old.prg?format=raw noise_writeback_check_9_to_A_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_9_to_B_old.prg?format=raw noise_writeback_check_9_to_B_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_9_to_C_old.prg?format=raw noise_writeback_check_9_to_C_old.prg] | |||
||6581 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_9_to_D_old.prg?format=raw noise_writeback_check_9_to_D_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_9_to_E_old.prg?format=raw noise_writeback_check_9_to_E_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_9_to_F_old.prg?format=raw noise_writeback_check_9_to_F_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_A_to_8_old.prg?format=raw noise_writeback_check_A_to_8_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_A_to_9_old.prg?format=raw noise_writeback_check_A_to_9_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_A_to_A_old.prg?format=raw noise_writeback_check_A_to_A_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_A_to_B_old.prg?format=raw noise_writeback_check_A_to_B_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_A_to_C_old.prg?format=raw noise_writeback_check_A_to_C_old.prg] | |||
||6581 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_A_to_D_old.prg?format=raw noise_writeback_check_A_to_D_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_A_to_E_old.prg?format=raw noise_writeback_check_A_to_E_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_A_to_F_old.prg?format=raw noise_writeback_check_A_to_F_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_B_to_8_old.prg?format=raw noise_writeback_check_B_to_8_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_B_to_9_old.prg?format=raw noise_writeback_check_B_to_9_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_B_to_A_old.prg?format=raw noise_writeback_check_B_to_A_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_B_to_B_old.prg?format=raw noise_writeback_check_B_to_B_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_B_to_D_old.prg?format=raw noise_writeback_check_B_to_D_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_B_to_E_old.prg?format=raw noise_writeback_check_B_to_E_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_B_to_F_old.prg?format=raw noise_writeback_check_B_to_F_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_C_to_8_old.prg?format=raw noise_writeback_check_C_to_8_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_C_to_9_old.prg?format=raw noise_writeback_check_C_to_9_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_C_to_A_old.prg?format=raw noise_writeback_check_C_to_A_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_C_to_B_old.prg?format=raw noise_writeback_check_C_to_B_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_C_to_C_old.prg?format=raw noise_writeback_check_C_to_C_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_C_to_D_old.prg?format=raw noise_writeback_check_C_to_D_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_C_to_E_old.prg?format=raw noise_writeback_check_C_to_E_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_C_to_F_old.prg?format=raw noise_writeback_check_C_to_F_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_D_to_8_old.prg?format=raw noise_writeback_check_D_to_8_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_D_to_9_old.prg?format=raw noise_writeback_check_D_to_9_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_D_to_A_old.prg?format=raw noise_writeback_check_D_to_A_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_D_to_B_old.prg?format=raw noise_writeback_check_D_to_B_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_D_to_C_old.prg?format=raw noise_writeback_check_D_to_C_old.prg] | |||
||6581 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_D_to_D_old.prg?format=raw noise_writeback_check_D_to_D_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_D_to_E_old.prg?format=raw noise_writeback_check_D_to_E_old.prg] | |||
||6581 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_D_to_F_old.prg?format=raw noise_writeback_check_D_to_F_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_E_to_8_old.prg?format=raw noise_writeback_check_E_to_8_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_E_to_9_old.prg?format=raw noise_writeback_check_E_to_9_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_E_to_A_old.prg?format=raw noise_writeback_check_E_to_A_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_E_to_B_old.prg?format=raw noise_writeback_check_E_to_B_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_E_to_C_old.prg?format=raw noise_writeback_check_E_to_C_old.prg] | |||
||6581 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_E_to_E_old.prg?format=raw noise_writeback_check_E_to_E_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_E_to_F_old.prg?format=raw noise_writeback_check_E_to_F_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_F_to_8_old.prg?format=raw noise_writeback_check_F_to_8_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_F_to_9_old.prg?format=raw noise_writeback_check_F_to_9_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_F_to_A_old.prg?format=raw noise_writeback_check_F_to_A_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_F_to_B_old.prg?format=raw noise_writeback_check_F_to_B_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_F_to_C_old.prg?format=raw noise_writeback_check_F_to_C_old.prg] | |||
||6581 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_F_to_D_old.prg?format=raw noise_writeback_check_F_to_D_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_F_to_E_old.prg?format=raw noise_writeback_check_F_to_E_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_F_to_F_old.prg?format=raw noise_writeback_check_F_to_F_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_8_to_8_new.prg?format=raw noise_writeback_check_8_to_8_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_8_to_9_new.prg?format=raw noise_writeback_check_8_to_9_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_8_to_A_new.prg?format=raw noise_writeback_check_8_to_A_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_8_to_B_new.prg?format=raw noise_writeback_check_8_to_B_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_8_to_D_new.prg?format=raw noise_writeback_check_8_to_D_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_8_to_E_new.prg?format=raw noise_writeback_check_8_to_E_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_8_to_F_new.prg?format=raw noise_writeback_check_8_to_F_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_9_to_8_new.prg?format=raw noise_writeback_check_9_to_8_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_9_to_9_new.prg?format=raw noise_writeback_check_9_to_9_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_9_to_B_new.prg?format=raw noise_writeback_check_9_to_B_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_9_to_D_new.prg?format=raw noise_writeback_check_9_to_D_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_9_to_F_new.prg?format=raw noise_writeback_check_9_to_F_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_A_to_8_new.prg?format=raw noise_writeback_check_A_to_8_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_A_to_9_new.prg?format=raw noise_writeback_check_A_to_9_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_A_to_A_new.prg?format=raw noise_writeback_check_A_to_A_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_A_to_B_new.prg?format=raw noise_writeback_check_A_to_B_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_A_to_D_new.prg?format=raw noise_writeback_check_A_to_D_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_A_to_E_new.prg?format=raw noise_writeback_check_A_to_E_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_A_to_F_new.prg?format=raw noise_writeback_check_A_to_F_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_B_to_9_new.prg?format=raw noise_writeback_check_B_to_9_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_B_to_A_new.prg?format=raw noise_writeback_check_B_to_A_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_B_to_B_new.prg?format=raw noise_writeback_check_B_to_B_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_B_to_D_new.prg?format=raw noise_writeback_check_B_to_D_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_B_to_E_new.prg?format=raw noise_writeback_check_B_to_E_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_B_to_F_new.prg?format=raw noise_writeback_check_B_to_F_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_C_to_8_new.prg?format=raw noise_writeback_check_C_to_8_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_C_to_9_new.prg?format=raw noise_writeback_check_C_to_9_new.prg] | |||
||8580 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_C_to_A_new.prg?format=raw noise_writeback_check_C_to_A_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_C_to_E_new.prg?format=raw noise_writeback_check_C_to_E_new.prg] | |||
||8580 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_C_to_F_new.prg?format=raw noise_writeback_check_C_to_F_new.prg] | |||
||8580 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_D_to_8_new.prg?format=raw noise_writeback_check_D_to_8_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_D_to_9_new.prg?format=raw noise_writeback_check_D_to_9_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_D_to_B_new.prg?format=raw noise_writeback_check_D_to_B_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_D_to_D_new.prg?format=raw noise_writeback_check_D_to_D_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_D_to_F_new.prg?format=raw noise_writeback_check_D_to_F_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_E_to_8_new.prg?format=raw noise_writeback_check_E_to_8_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_E_to_9_new.prg?format=raw noise_writeback_check_E_to_9_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_E_to_A_new.prg?format=raw noise_writeback_check_E_to_A_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_E_to_B_new.prg?format=raw noise_writeback_check_E_to_B_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_E_to_D_new.prg?format=raw noise_writeback_check_E_to_D_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_E_to_E_new.prg?format=raw noise_writeback_check_E_to_E_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_E_to_F_new.prg?format=raw noise_writeback_check_E_to_F_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_F_to_9_new.prg?format=raw noise_writeback_check_F_to_9_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_F_to_A_new.prg?format=raw noise_writeback_check_F_to_A_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_F_to_B_new.prg?format=raw noise_writeback_check_F_to_B_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_F_to_D_new.prg?format=raw noise_writeback_check_F_to_D_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_F_to_E_new.prg?format=raw noise_writeback_check_F_to_E_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/ ../SID/wb_testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wb_testsuite/noise_writeback_check_F_to_F_new.prg?format=raw noise_writeback_check_F_to_F_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/osc3-wave0/ ../SID/osc3-wave0] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/osc3-wave0/osc3-wave0.prg?format=raw osc3-wave0.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/osc3-wave0/ ../SID/osc3-wave0] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/osc3-wave0/osc3-wave0-new.prg?format=raw osc3-wave0-new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/osc_topbit/ ../SID/osc_topbit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/osc_topbit/osc_topbit_test_noise_new.prg?format=raw osc_topbit_test_noise_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/osc_topbit/ ../SID/osc_topbit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/osc_topbit/osc_topbit_test_noise_old.prg?format=raw osc_topbit_test_noise_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/osc_topbit/ ../SID/osc_topbit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/osc_topbit/osc_topbit_test_pulse_new.prg?format=raw osc_topbit_test_pulse_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/osc_topbit/ ../SID/osc_topbit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/osc_topbit/osc_topbit_test_pulse_old.prg?format=raw osc_topbit_test_pulse_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/osc_topbit/ ../SID/osc_topbit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/osc_topbit/osc_topbit_test_triangle_new.prg?format=raw osc_topbit_test_triangle_new.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/osc_topbit/ ../SID/osc_topbit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/osc_topbit/osc_topbit_test_triangle_old.prg?format=raw osc_topbit_test_triangle_old.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/oscinit/ ../SID/oscinit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/oscinit/oscinit.prg?format=raw oscinit.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/oscinit/ ../SID/oscinit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/oscinit/noiseinit.prg?format=raw noiseinit.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/oscinit/ ../SID/oscinit] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/oscinit/allinit.prg?format=raw allinit.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/ ../SID/resid-test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/boundary.prg?format=raw boundary.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/boundary.d64?format=raw boundary.d64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/ ../SID/resid-test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/envdelay.prg?format=raw envdelay.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/ ../SID/resid-test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/envrate.prg?format=raw envrate.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/ ../SID/resid-test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/envsample.prg?format=raw envsample.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/envsample.d64?format=raw envsample.d64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/ ../SID/resid-test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/envsustain.prg?format=raw envsustain.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/ ../SID/resid-test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/envtime.prg?format=raw envtime.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/ ../SID/resid-test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/noisetest.prg?format=raw noisetest.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/ ../SID/resid-test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/oscsample0-6581.prg?format=raw oscsample0-6581.prg] | |||
||6581 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/ ../SID/resid-test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/oscsample0-8580.prg?format=raw oscsample0-8580.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/ ../SID/resid-test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/oscsample1-6581.prg?format=raw oscsample1-6581.prg] | |||
||6581 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/ ../SID/resid-test] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/resid-test/oscsample1-8580.prg?format=raw oscsample1-8580.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/ringmod/ ../SID/ringmod] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/ringmod/ringmodtest.prg?format=raw ringmodtest.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/waveforms/ ../SID/waveforms] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/waveforms/waveforms-10-6581.prg?format=raw waveforms-10-6581.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/waveforms/ ../SID/waveforms] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/waveforms/waveforms-20-6581.prg?format=raw waveforms-20-6581.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/waveforms/ ../SID/waveforms] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/waveforms/waveforms-40-6581.prg?format=raw waveforms-40-6581.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/waveforms/ ../SID/waveforms] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/waveforms/waveforms-80-6581.prg?format=raw waveforms-80-6581.prg] | |||
||6581 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/waveforms/ ../SID/waveforms] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/waveforms/waveforms-10-8580.prg?format=raw waveforms-10-8580.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/waveforms/ ../SID/waveforms] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/waveforms/waveforms-20-8580.prg?format=raw waveforms-20-8580.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/waveforms/ ../SID/waveforms] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/waveforms/waveforms-40-8580.prg?format=raw waveforms-40-8580.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/waveforms/ ../SID/waveforms] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/waveforms/waveforms-80-8580.prg?format=raw waveforms-80-8580.prg] | |||
||8580 | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/writedelay/ ../SID/writedelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/writedelay/writedelay.prg?format=raw writedelay.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wf12nsr/ ../SID/wf12nsr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wf12nsr/wf12nsr.prg?format=raw wf12nsr.prg] | |||
||6581 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wf12nsr/ ../SID/wf12nsr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SID/wf12nsr/wf12nsr-8580.prg?format=raw wf12nsr-8580.prg] | |||
||8580 | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/autostart/defaults/ ../C64/autostart/defaults] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/autostart/defaults/test.crt?format=raw test.crt]) <small>(repeatedly press reset to check i/o register reset behaviour)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-ramdetect-ar.prg?format=raw test-ramdetect-ar.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ardummy.crt?format=raw ardummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-ramsizedetect-ar.prg?format=raw test-ramsizedetect-ar.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ardummy.crt?format=raw ardummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-ariotest1-ar.prg?format=raw test-ariotest1-ar.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ardummy.crt?format=raw ardummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-ariotest2-ar.prg?format=raw test-ariotest2-ar.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ardummy.crt?format=raw ardummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-arramtest2-ar.prg?format=raw test-arramtest2-ar.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ardummy.crt?format=raw ardummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-ramdetect-ar.prg?format=raw test-ramdetect-ar.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/npdummy.crt?format=raw npdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-ramsizedetect-ar.prg?format=raw test-ramsizedetect-ar.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/npdummy.crt?format=raw npdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-ariotest1-ar.prg?format=raw test-ariotest1-ar.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/npdummy.crt?format=raw npdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-ariotest2-ar.prg?format=raw test-ariotest2-ar.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/npdummy.crt?format=raw npdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-arramtest2-ar.prg?format=raw test-arramtest2-ar.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/npdummy.crt?format=raw npdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-ramdetect.prg?format=raw test-ramdetect.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/rrdummy.crt?format=raw rrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-ramsizedetect.prg?format=raw test-ramsizedetect.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/rrdummy.crt?format=raw rrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-ariotest1.prg?format=raw test-ariotest1.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/rrdummy.crt?format=raw rrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-ariotest2.prg?format=raw test-ariotest2.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/rrdummy.crt?format=raw rrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-arramtest2.prg?format=raw test-arramtest2.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/rrdummy.crt?format=raw rrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-ramdetect.prg?format=raw test-ramdetect.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/nrdummy.crt?format=raw nrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-ramsizedetect.prg?format=raw test-ramsizedetect.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/nrdummy.crt?format=raw nrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-ariotest1.prg?format=raw test-ariotest1.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/nrdummy.crt?format=raw nrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-ariotest2.prg?format=raw test-ariotest2.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/nrdummy.crt?format=raw nrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/ ../C64/carts/aracidtest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/test-arramtest2-nr.prg?format=raw test-arramtest2-nr.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/aracidtest/nrdummy.crt?format=raw nrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ ../C64/carts] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/8kgame.crt?format=raw 8kgame.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ ../C64/carts] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/16kgame.crt?format=raw 16kgame.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ ../C64/carts] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/romram.crt?format=raw romram.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ ../C64/carts] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/rr-reu.crt?format=raw rr-reu.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/pagefox/ ../C64/carts/pagefox] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/pagefox/writeram-8000.crt?format=raw writeram-8000.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/pagefox/ ../C64/carts/pagefox] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/pagefox/writeram-a000.crt?format=raw writeram-a000.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/pagefox/ ../C64/carts/pagefox] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/pagefox/godot.crt?format=raw godot.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ef-test/ ../C64/carts/ef-test] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ef-test/ef_test.crt?format=raw ef_test.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ef-eapi/ ../C64/carts/ef-eapi] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ef-eapi/test-eapi.crt?format=raw test-eapi.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/artest.crt?format=raw artest.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/nptest.crt?format=raw nptest.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/rrtest.crt?format=raw rrtest.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/rr2test.crt?format=raw rr2test.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/nrtest.crt?format=raw nrtest.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/nr2test.crt?format=raw nr2test.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/arramwrite.crt?format=raw arramwrite.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/npramwrite.crt?format=raw npramwrite.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/rrramwrite.crt?format=raw rrramwrite.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/rr2ramwrite.crt?format=raw rr2ramwrite.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/nrramwrite.crt?format=raw nrramwrite.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/nr2ramwrite.crt?format=raw nr2ramwrite.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/arramwrite.prg?format=raw arramwrite.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ardummy.crt?format=raw ardummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/safearramwrite.prg?format=raw safearramwrite.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ardummy.crt?format=raw ardummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/npramwrite.prg?format=raw npramwrite.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/npdummy.crt?format=raw npdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/rrramwrite.prg?format=raw rrramwrite.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/rrdummy.crt?format=raw rrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/rr2ramwrite.prg?format=raw rr2ramwrite.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/rrdummy.crt?format=raw rrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/nrramwrite.prg?format=raw nrramwrite.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/nrdummy.crt?format=raw nrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/ ../C64/carts/nordicpower] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/nr2ramwrite.prg?format=raw nr2ramwrite.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/nordicpower/nrdummy.crt?format=raw nrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/retroreplay/ ../C64/carts/retroreplay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/retroreplay/allowbank0.prg?format=raw allowbank0.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/retroreplay/rrdummy.crt?format=raw rrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/retroreplay/ ../C64/carts/retroreplay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/retroreplay/allowbank1.prg?format=raw allowbank1.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/retroreplay/rrdummy.crt?format=raw rrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/retroreplay/ ../C64/carts/retroreplay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/retroreplay/writeonce.prg?format=raw writeonce.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/retroreplay/rrdummy.crt?format=raw rrdummy.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/supergames/ ../C64/carts/supergames] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/supergames/supergames.crt?format=raw supergames.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/tamtest/ ../C64/carts/tamtest] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/tamtest/tamtest.crt?format=raw tamtest.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ultimax/ ../C64/carts/ultimax] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ultimax/8k-vic-ef.crt?format=raw 8k-vic-ef.crt]) | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ultimax/ ../C64/carts/ultimax] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ultimax/8k-vic-rr.crt?format=raw 8k-vic-rr.crt]) | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ultimax/ ../C64/carts/ultimax] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ultimax/16k-vic-rr.crt?format=raw 16k-vic-rr.crt]) | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ultimax/ ../C64/carts/ultimax] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ultimax/16k-vic-ef.crt?format=raw 16k-vic-ef.crt]) | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ultimax/ ../C64/carts/ultimax] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ultimax/ultimax-vic-rr.crt?format=raw ultimax-vic-rr.crt]) | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ultimax/ ../C64/carts/ultimax] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../C64/carts/ultimax/ultimax-vic-ef.crt?format=raw ultimax-vic-ef.crt]) | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/64ktransfer/ ../REU/64ktransfer] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/64ktransfer/toc64.prg?format=raw toc64.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/64ktransfer/ ../REU/64ktransfer] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/64ktransfer/toreu.prg?format=raw toreu.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/badoublewrite/ ../REU/badoublewrite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/badoublewrite/badoublewrite.prg?format=raw badoublewrite.prg] | |||
|| | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/bonzai/ ../REU/bonzai] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/bonzai/spritetiming.prg?format=raw spritetiming.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/bonzai/ ../REU/bonzai] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/bonzai/checkchar.prg?format=raw checkchar.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/bonzai/ ../REU/bonzai] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/bonzai/reudetect.prg?format=raw reudetect.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/cpuport/ ../REU/cpuport] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/cpuport/cpuport.prg?format=raw cpuport.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/detectsize/ ../REU/detectsize] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/detectsize/detectreu.prg?format=raw detectreu.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/ ../REU/floatingbus] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/floating.prg?format=raw floating.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/ ../REU/floatingbus] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/floating-a.prg?format=raw floating-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/ ../REU/floatingbus] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/floating-b.prg?format=raw floating-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/ ../REU/floatingbus] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/floating2.prg?format=raw floating2.prg] <small>(must always timeout)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|ok (fail) | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|ok (fail) | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|timeout (ok) | |||
|style="background:lime;"|timeout (ok) | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/ ../REU/floatingbus] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/floating3a.prg?format=raw floating3a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/ ../REU/floatingbus] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/floating3b.prg?format=raw floating3b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/ ../REU/floatingbus] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/floating4a.prg?format=raw floating4a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/ ../REU/floatingbus] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/floating4b.prg?format=raw floating4b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/ ../REU/floatingbus] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/floating4c.prg?format=raw floating4c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/ ../REU/floatingbus] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/floatingbus/floating4d.prg?format=raw floating4d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/mirrors/ ../REU/mirrors] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/mirrors/mirrors128k.prg?format=raw mirrors128k.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/mirrors/ ../REU/mirrors] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/mirrors/mirrors256k.prg?format=raw mirrors256k.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/mirrors/ ../REU/mirrors] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/mirrors/mirrors512k.prg?format=raw mirrors512k.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/mirrors/ ../REU/mirrors] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/mirrors/mirrors1m.prg?format=raw mirrors1m.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/mirrors/ ../REU/mirrors] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/mirrors/mirrors2m.prg?format=raw mirrors2m.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/mirrors/ ../REU/mirrors] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/mirrors/mirrors4m.prg?format=raw mirrors4m.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/mirrors/ ../REU/mirrors] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/mirrors/mirrors8m.prg?format=raw mirrors8m.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/mirrors/ ../REU/mirrors] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/mirrors/mirrors16m.prg?format=raw mirrors16m.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/misc/ ../REU/misc] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/misc/twoblocks-auto.prg?format=raw twoblocks-auto.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/misc/ ../REU/misc] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/misc/twoblocks-ff00-auto.prg?format=raw twoblocks-ff00-auto.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu.exo.prg?format=raw quickreu.exo.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu-test1.prg?format=raw quickreu-test1.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu-test1-timing.prg?format=raw quickreu-test1-timing.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu-test2.prg?format=raw quickreu-test2.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu-test2-timing.prg?format=raw quickreu-test2-timing.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu-test3.prg?format=raw quickreu-test3.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu-test3-timing.prg?format=raw quickreu-test3-timing.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu-test4.prg?format=raw quickreu-test4.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu-test4-timing.prg?format=raw quickreu-test4-timing.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu-test5.prg?format=raw quickreu-test5.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu-test5-timing.prg?format=raw quickreu-test5-timing.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu-test6.prg?format=raw quickreu-test6.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu-test6-timing.prg?format=raw quickreu-test6-timing.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu-test7.prg?format=raw quickreu-test7.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu-test7-timing.prg?format=raw quickreu-test7-timing.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu-test8.prg?format=raw quickreu-test8.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/ ../REU/QuickReuTest-1.1.1] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/QuickReuTest-1.1.1/quickreu-test8-timing.prg?format=raw quickreu-test8-timing.prg] <small>(use 512k REU when running this test)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/ramlink/ ../REU/ramlink] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/ramlink/reuverify128k.prg?format=raw reuverify128k.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/ramlink/ ../REU/ramlink] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/ramlink/reuverify256k.prg?format=raw reuverify256k.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/ramlink/ ../REU/ramlink] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/ramlink/reuverify512k.prg?format=raw reuverify512k.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/ramlink/ ../REU/ramlink] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/ramlink/reuverify1m.prg?format=raw reuverify1m.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/ramlink/ ../REU/ramlink] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/ramlink/reuverify2m.prg?format=raw reuverify2m.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/ramlink/ ../REU/ramlink] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/ramlink/reuverify4m.prg?format=raw reuverify4m.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/ramlink/ ../REU/ramlink] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/ramlink/reuverify8m.prg?format=raw reuverify8m.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming/ ../REU/reutiming] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming/reutiming.prg?format=raw reutiming.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/a.prg?format=raw a.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/a2.prg?format=raw a2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/b.prg?format=raw b.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/b2.prg?format=raw b2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/b3.prg?format=raw b3.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/c.prg?format=raw c.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/c2.prg?format=raw c2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/c3.prg?format=raw c3.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/d.prg?format=raw d.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/d2.prg?format=raw d2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/d3.prg?format=raw d3.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/e.prg?format=raw e.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/e2.prg?format=raw e2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/e3.prg?format=raw e3.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/e4.prg?format=raw e4.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/e5.prg?format=raw e5.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/e6.prg?format=raw e6.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/f.prg?format=raw f.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/f2.prg?format=raw f2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/f3.prg?format=raw f3.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/f4.prg?format=raw f4.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/g.prg?format=raw g.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/g2.prg?format=raw g2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/g3.prg?format=raw g3.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/g4.prg?format=raw g4.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/e-m2.prg?format=raw e-m2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/e2-m2.prg?format=raw e2-m2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/e3-m2.prg?format=raw e3-m2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/e4-m2.prg?format=raw e4-m2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/e5-m2.prg?format=raw e5-m2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/e6-m2.prg?format=raw e6-m2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/f-m2.prg?format=raw f-m2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/f2-m2.prg?format=raw f2-m2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/f3-m2.prg?format=raw f3-m2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/f4-m2.prg?format=raw f4-m2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/g-m2.prg?format=raw g-m2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/g2-m2.prg?format=raw g2-m2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/g3-m2.prg?format=raw g3-m2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/ ../REU/reutiming2] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/reutiming2/g4-m2.prg?format=raw g4-m2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/rmw-trigger/ ../REU/rmw-trigger] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/rmw-trigger/rmwtrigger-rom.prg?format=raw rmwtrigger-rom.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/rmw-trigger/ ../REU/rmw-trigger] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/rmw-trigger/rmwtrigger-ram.prg?format=raw rmwtrigger-ram.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/xfertiming/ ../REU/xfertiming] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/xfertiming/xfertiming-cmp.prg?format=raw xfertiming-cmp.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/xfertiming/ ../REU/xfertiming] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/xfertiming/xfertiming-swap.prg?format=raw xfertiming-swap.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/xfertiming/ ../REU/xfertiming] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/xfertiming/xfertiming-swap2.prg?format=raw xfertiming-swap2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/xfertiming/ ../REU/xfertiming] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/xfertiming/xfertiming-toreu.prg?format=raw xfertiming-toreu.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/xfertiming/ ../REU/xfertiming] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../REU/xfertiming/xfertiming-toc64.prg?format=raw xfertiming-toc64.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../GEO-RAM/ ../GEO-RAM] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../GEO-RAM/georam64.prg?format=raw georam64.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../GEO-RAM/ ../GEO-RAM] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../GEO-RAM/georamtest-auto.prg?format=raw georamtest-auto.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../GEO-RAM/ ../GEO-RAM] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../GEO-RAM/newtest-auto.prg?format=raw newtest-auto.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../plus60k/ ../plus60k] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../plus60k/test.prg?format=raw test.prg] | |||
|| | |||
|| | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../plus60k/ ../plus60k] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../plus60k/checkregister.prg?format=raw checkregister.prg] | |||
|| | |||
|| | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../plus256k/ ../plus256k] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../plus256k/test.prg?format=raw test.prg] | |||
|| | |||
|| | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/1541-testsuite/ ../drive/1541-testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/1541-testsuite/1541-testsuite.prg?format=raw 1541-testsuite.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/1541-testsuite/disks/pc64_1.d64?format=raw disks/pc64_1.d64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/1541-testsuite/ ../drive/1541-testsuite] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/1541-testsuite/1541-testsuite.prg?format=raw 1541-testsuite.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/1541-testsuite/disks/pc64_2.d64?format=raw disks/pc64_2.d64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/diskid/ ../drive/diskid] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/diskid/diskid1.prg?format=raw diskid1.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/diskid/diskid.d64?format=raw diskid.d64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/format/ ../drive/format] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/format/format.prg?format=raw format.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/format/format.d64?format=raw format.d64]) <small>( make sure format.d64 was freshly created - the test will format it)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/hls-protection/ ../drive/hls-protection] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/hls-protection/hlstest.prg?format=raw hlstest.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/hls-protection/hlstest.g64?format=raw hlstest.g64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/iecdelay/ ../drive/iecdelay] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/iecdelay/iec-bus-delay-auto.prg?format=raw iec-bus-delay-auto.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/inertia/ ../drive/inertia] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/inertia/drive-emu-check.prg?format=raw drive-emu-check.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/inertia/drive-emu-check.d64?format=raw drive-emu-check.d64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/interrupts/ ../drive/interrupts] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/interrupts/timera.prg?format=raw timera.prg] <small>(results depend on the physical properties of the drive and vary between real drives/mechs too.)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/ ../drive/rpm] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/rpm1.prg?format=raw rpm1.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/rpm.d64?format=raw rpm.d64]) | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/ ../drive/rpm] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/rpm1.prg?format=raw rpm1.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/rpm.g64?format=raw rpm.g64]) | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/ ../drive/rpm] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/rpm1.prg?format=raw rpm1.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/ ../drive/rpm] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/rpm2.prg?format=raw rpm2.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/rpm.d64?format=raw rpm.d64]) | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/ ../drive/rpm] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/rpm2.prg?format=raw rpm2.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/rpm.g64?format=raw rpm.g64]) | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/ ../drive/rpm] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/rpm2.prg?format=raw rpm2.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/ ../drive/rpm] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/rpm3.prg?format=raw rpm3.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/rpm.d64?format=raw rpm.d64]) | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/ ../drive/rpm] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/rpm3.prg?format=raw rpm3.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/rpm.g64?format=raw rpm.g64]) | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/ ../drive/rpm] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/rpm/rpm3.prg?format=raw rpm3.prg] | |||
||PAL | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/ ../drive/scanner] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scanner35.prg?format=raw scanner35.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scan35.d64?format=raw scan35.d64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/ ../drive/scanner] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scanner35e.prg?format=raw scanner35e.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scan35err.d64?format=raw scan35err.d64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/ ../drive/scanner] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scanner40.prg?format=raw scanner40.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scan40.d64?format=raw scan40.d64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/ ../drive/scanner] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scanner40e.prg?format=raw scanner40e.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scan40err.d64?format=raw scan40err.d64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/ ../drive/scanner] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scanner42.prg?format=raw scanner42.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scan42.d64?format=raw scan42.d64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/ ../drive/scanner] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scanner42e.prg?format=raw scanner42e.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scan42err.d64?format=raw scan42err.d64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/ ../drive/scanner] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scanner35.prg?format=raw scanner35.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scan35.g64?format=raw scan35.g64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/ ../drive/scanner] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scanner40.prg?format=raw scanner40.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scan40.g64?format=raw scan40.g64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/ ../drive/scanner] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scanner42.prg?format=raw scanner42.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scan42.g64?format=raw scan42.g64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/skew/ ../drive/skew] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/skew/skew1.prg?format=raw skew1.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/skew/skew.d64?format=raw skew.d64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/skew/ ../drive/skew] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/skew/skew1.prg?format=raw skew1.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/skew/skew.g64?format=raw skew.g64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/selftest/ ../drive/selftest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/selftest/selftest.prg?format=raw selftest.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/openbus/ ../drive/openbus] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/openbus/openbus.prg?format=raw openbus.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/ ../drive/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/via1.prg?format=raw via1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/ ../drive/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/via2.prg?format=raw via2.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/ ../drive/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/via3.prg?format=raw via3.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/ ../drive/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/via3a.prg?format=raw via3a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/ ../drive/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/via4.prg?format=raw via4.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/ ../drive/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/via5.prg?format=raw via5.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/ ../drive/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/via9.prg?format=raw via9.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/ ../drive/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/via10.prg?format=raw via10.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/ ../drive/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/via11.prg?format=raw via11.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/ ../drive/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/via12.prg?format=raw via12.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/ ../drive/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/via13.prg?format=raw via13.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/ ../drive/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/via14.prg?format=raw via14.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/ ../drive/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/via20.prg?format=raw via20.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/ ../drive/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/viavarious/via21.prg?format=raw via21.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../vdrive/bustakeover/ ../vdrive/bustakeover] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../vdrive/bustakeover/bustakeover.prg?format=raw bustakeover.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../vdrive/bustakeover/bustakeover.d64?format=raw bustakeover.d64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../vdrive/sa-check/ ../vdrive/sa-check] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../vdrive/sa-check/sacheck.prg?format=raw sacheck.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../vdrive/sa-check/sacheck.d64?format=raw sacheck.d64]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/ ../memory-expansions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/c64-dqbb-emd.prg?format=raw c64-dqbb-emd.prg] | |||
|| | |||
|| | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/ ../memory-expansions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/c64-georam-emd.prg?format=raw c64-georam-emd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/ ../memory-expansions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/c64-reu-emd.prg?format=raw c64-reu-emd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/ ../memory-expansions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/c64-ramcart-emd.prg?format=raw c64-ramcart-emd.prg] | |||
|| | |||
|| | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/ ../memory-expansions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/c64-isepic-emd.prg?format=raw c64-isepic-emd.prg] | |||
|| | |||
|| | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|} | |||
<small>1448 tests (473 not shown)</small> | |||
=== VIC20 === | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! | | |||
! | tested | |||
! | passed | |||
! | percent | |||
! | | |||
|- | |||
||xvic r45384 | |||
||74 | |||
||74 | |||
||100% | |||
||{{Progress|100|74|74|}} | |||
|- | |||
||z64k (vic20) 30 November 2024 | |||
||72 | |||
||70 | |||
||97% | |||
||{{Progress|97|70|72|}} | |||
|- | |||
||kernal64 (vic20) 1.8.5_b1 | |||
||74 | |||
||54 | |||
||72% | |||
||{{Progress|72|54|74|}} | |||
|- | |||
||cham20 20201130 | |||
||45 | |||
||21 | |||
||46% | |||
||{{Progress|46|21|45|}} | |||
|- | |||
|} | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! |Path | |||
! |Chip | |||
! |Type | |||
! width="80pt" |xvic r45384 | |||
! width="80pt" |z64k (vic20) 30 November 2024 | |||
! width="80pt" |kernal64 (vic20) 1.8.5_b1 | |||
! width="80pt" |cham20 20201130 | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/ ./selftest] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/vic20-pass.crt?format=raw vic20-pass.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/ ./selftest] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/vic20-fail.crt?format=raw vic20-fail.crt]) <small>(must always fail)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/ ./selftest] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/vic20-pass.crt?format=raw vic20-pass.crt]) | |||
|| | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/ ./selftest] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/vic20-fail.crt?format=raw vic20-fail.crt]) <small>(must always fail)</small> | |||
|| | |||
||screenshot | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/raminitpattern/ ../VIC20/raminitpattern] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/raminitpattern/ae.crt?format=raw ae.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/raminitpattern/ ../VIC20/raminitpattern] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/raminitpattern/jellymonsters.crt?format=raw jellymonsters.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_pb7/ ../VIC20/via_pb7] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_pb7/main.prg?format=raw main.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_pb7/ ../VIC20/via_pb7] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_pb7/main-exp.prg?format=raw main-exp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_t1irqack/ ../VIC20/via_t1irqack] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_t1irqack/bandits-via1.prg?format=raw bandits-via1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_t1irqack/ ../VIC20/via_t1irqack] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_t1irqack/bandits-via2.prg?format=raw bandits-via2.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/ ../VIC20/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/via3.prg?format=raw via3.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/ ../VIC20/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/via3a.prg?format=raw via3a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/ ../VIC20/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/via4.prg?format=raw via4.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/ ../VIC20/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/via4a.prg?format=raw via4a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/ ../VIC20/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/via5.prg?format=raw via5.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/ ../VIC20/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/via9.prg?format=raw via9.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/ ../VIC20/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/via10.prg?format=raw via10.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/ ../VIC20/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/via11.prg?format=raw via11.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/ ../VIC20/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/via12.prg?format=raw via12.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/ ../VIC20/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/via13.prg?format=raw via13.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/ ../VIC20/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/via20.prg?format=raw via20.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/ ../VIC20/viavarious] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/viavarious/via21.prg?format=raw via21.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr00.prg?format=raw viasr00.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr00ifr.prg?format=raw viasr00ifr.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr04.prg?format=raw viasr04.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr04ifr.prg?format=raw viasr04ifr.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr08.prg?format=raw viasr08.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr08ifr.prg?format=raw viasr08ifr.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr0c.prg?format=raw viasr0c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr0cifr.prg?format=raw viasr0cifr.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr10.prg?format=raw viasr10.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr10ifr.prg?format=raw viasr10ifr.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr14.prg?format=raw viasr14.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr14ifr.prg?format=raw viasr14ifr.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr18.prg?format=raw viasr18.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr18ifr.prg?format=raw viasr18ifr.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr1c.prg?format=raw viasr1c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr1cifr.prg?format=raw viasr1cifr.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr04exp.prg?format=raw viasr04exp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr08exp.prg?format=raw viasr08exp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr10exp.prg?format=raw viasr10exp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr14exp.prg?format=raw viasr14exp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr18exp.prg?format=raw viasr18exp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr00iex.prg?format=raw viasr00iex.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr04iex.prg?format=raw viasr04iex.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr08iex.prg?format=raw viasr08iex.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr0ciex.prg?format=raw viasr0ciex.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr10iex.prg?format=raw viasr10iex.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr14iex.prg?format=raw viasr14iex.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr18iex.prg?format=raw viasr18iex.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/ ../VIC20/via_sr] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../VIC20/via_sr/viasr1ciex.prg?format=raw viasr1ciex.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnmi/ ../interrupts/irqnmi] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnmi/irqnmi-vic20irq.prg?format=raw irqnmi-vic20irq.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnmi/ ../interrupts/irqnmi] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnmi/irqnmi-vic20nmi.prg?format=raw irqnmi-vic20nmi.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnmi/ ../interrupts/irqnmi] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnmi/irqnmi-vic20irq-8k.prg?format=raw irqnmi-vic20irq-8k.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnmi/ ../interrupts/irqnmi] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../interrupts/irqnmi/irqnmi-vic20nmi-8k.prg?format=raw irqnmi-vic20nmi-8k.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../GEO-RAM/ ../GEO-RAM] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../GEO-RAM/georam20.prg?format=raw georam20.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/ ../memory-expansions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/vic20-georam-emd.prg?format=raw vic20-georam-emd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|} | |||
<small>86 tests (29 not shown)</small> | |||
=== C128 === | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! | | |||
! | tested | |||
! | passed | |||
! | percent | |||
! | | |||
|- | |||
||x128 r45384 | |||
||2154 | |||
||2115 | |||
||98% | |||
||{{Progress|98|2115|2154|}} | |||
|- | |||
||z64k (c128) 30 November 2024 | |||
||2151 | |||
||2007 | |||
||93% | |||
||{{Progress|93|2007|2151|}} | |||
|- | |||
||kernal64 (c128) 1.8.5_b1 | |||
||2151 | |||
||106 | |||
||4% | |||
||{{Progress|4|106|2151|}} | |||
|- | |||
|} | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! |Path | |||
! |Chip | |||
! |Type | |||
! width="80pt" |z64k (c128) 30 November 2024 | |||
! width="80pt" |x128 r45384 | |||
! width="80pt" |kernal64 (c128) 1.8.5_b1 | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/ ./selftest] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/c128-pass.crt?format=raw c128-pass.crt]) | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/ ./selftest] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/c128-fail.crt?format=raw c128-fail.crt]) <small>(must always fail)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lime;"|fail (ok) | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/ ./selftest] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/c128-pass.crt?format=raw c128-pass.crt]) | |||
|| | |||
||screenshot | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/2mhzVIC/ ../c128/2mhzVIC] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/2mhzVIC/2mhz-vic-hires.prg?format=raw 2mhz-vic-hires.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/2mhzVIC/ ../c128/2mhzVIC] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/2mhzVIC/2mhz-vic-multicolor.prg?format=raw 2mhz-vic-multicolor.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/2mhzVIC/ ../c128/2mhzVIC] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/2mhzVIC/2mhz-vic-extended.prg?format=raw 2mhz-vic-extended.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/2mhzVIC/ ../c128/2mhzVIC] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/2mhzVIC/timing-change0.prg?format=raw timing-change0.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/burstmode/ ../c128/burstmode] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/burstmode/burstcheck0.prg?format=raw burstcheck0.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/burstmode/burstcheck.d64?format=raw burstcheck.d64]) | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-2mhzdec.prg?format=raw d030-2mhzdec.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-2mhz_hb_80.prg?format=raw d030-2mhz_hb_80.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-2mhzmode0.prg?format=raw d030-2mhzmode0.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-2mhzmode1.prg?format=raw d030-2mhzmode1.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-2mhzmode2.prg?format=raw d030-2mhzmode2.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-2mhzmode3.prg?format=raw d030-2mhzmode3.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-2mhzmode4.prg?format=raw d030-2mhzmode4.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-2mhzmode5.prg?format=raw d030-2mhzmode5.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-2mhzmode6.prg?format=raw d030-2mhzmode6.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-2mhzmode7.prg?format=raw d030-2mhzmode7.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-173_02_00.prg?format=raw d030-173_02_00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-1b2_02_00.prg?format=raw d030-1b2_02_00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-1f1_02_00.prg?format=raw d030-1f1_02_00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-230_02_00.prg?format=raw d030-230_02_00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-26f_02_00.prg?format=raw d030-26f_02_00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-26f_02_88.prg?format=raw d030-26f_02_88.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-2ae_02_00.prg?format=raw d030-2ae_02_00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-2ed_02_00.prg?format=raw d030-2ed_02_00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-32c_02_00.prg?format=raw d030-32c_02_00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-173_03_00.prg?format=raw d030-173_03_00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-1b2_03_00.prg?format=raw d030-1b2_03_00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-1f1_03_00.prg?format=raw d030-1f1_03_00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-230_03_00.prg?format=raw d030-230_03_00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-26f_03_00.prg?format=raw d030-26f_03_00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-26f_03_88.prg?format=raw d030-26f_03_88.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-2ae_03_00.prg?format=raw d030-2ae_03_00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-2ed_03_00.prg?format=raw d030-2ed_03_00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-32c_03_00.prg?format=raw d030-32c_03_00.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-vadjust1.prg?format=raw d030-vadjust1.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-vadjust10.prg?format=raw d030-vadjust10.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-vadjust20.prg?format=raw d030-vadjust20.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-vadjust25.prg?format=raw d030-vadjust25.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/ ../c128/d030tester] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/d030tester/d030-vadjust30.prg?format=raw d030-vadjust30.prg] | |||
||PAL | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/ram0001mmu/ ../c128/ram0001mmu] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/ram0001mmu/c128modezp0001.prg?format=raw c128modezp0001.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/mmu_zp_sp/ ../c128/z80/mmu_zp_sp] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/mmu_zp_sp/tstz80bk.prg?format=raw tstz80bk.prg] | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/prelim.prg?format=raw prelim.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/adc16.prg?format=raw adc16.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/add16.prg?format=raw add16.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/add16x.prg?format=raw add16x.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/add16y.prg?format=raw add16y.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/alu8i.prg?format=raw alu8i.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/alu8r.prg?format=raw alu8r.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/alu8rx.prg?format=raw alu8rx.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/alu8x.prg?format=raw alu8x.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/bitx.prg?format=raw bitx.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/bitz80.prg?format=raw bitz80.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/cpd1.prg?format=raw cpd1.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/cpi1.prg?format=raw cpi1.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/daaop.prg?format=raw daaop.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/inca.prg?format=raw inca.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incb.prg?format=raw incb.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incbc.prg?format=raw incbc.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incc.prg?format=raw incc.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incd.prg?format=raw incd.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incde.prg?format=raw incde.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ince.prg?format=raw ince.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/inch.prg?format=raw inch.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/inchl.prg?format=raw inchl.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incix.prg?format=raw incix.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/inciy.prg?format=raw inciy.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incl.prg?format=raw incl.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incm.prg?format=raw incm.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incsp.prg?format=raw incsp.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incx.prg?format=raw incx.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incxh.prg?format=raw incxh.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incxl.prg?format=raw incxl.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incyh.prg?format=raw incyh.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incyl.prg?format=raw incyl.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld161.prg?format=raw ld161.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld162.prg?format=raw ld162.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld163.prg?format=raw ld163.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld164.prg?format=raw ld164.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld165.prg?format=raw ld165.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld166.prg?format=raw ld166.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld167.prg?format=raw ld167.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld168.prg?format=raw ld168.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld16im.prg?format=raw ld16im.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld16ix.prg?format=raw ld16ix.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8bd.prg?format=raw ld8bd.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8im.prg?format=raw ld8im.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8imx.prg?format=raw ld8imx.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8ix1.prg?format=raw ld8ix1.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8ix2.prg?format=raw ld8ix2.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8ix3.prg?format=raw ld8ix3.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8ixy.prg?format=raw ld8ixy.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8rr.prg?format=raw ld8rr.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8rrx.prg?format=raw ld8rrx.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/lda.prg?format=raw lda.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ldd1.prg?format=raw ldd1.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ldd2.prg?format=raw ldd2.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ldi1.prg?format=raw ldi1.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ldi2.prg?format=raw ldi2.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/negop.prg?format=raw negop.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/rldop.prg?format=raw rldop.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/rot8080.prg?format=raw rot8080.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/rotxy.prg?format=raw rotxy.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/rotz80.prg?format=raw rotz80.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/srz80.prg?format=raw srz80.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/srzx.prg?format=raw srzx.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/st8ix1.prg?format=raw st8ix1.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/st8ix2.prg?format=raw st8ix2.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/st8ix3.prg?format=raw st8ix3.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/stabd.prg?format=raw stabd.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/adc16-all.prg?format=raw adc16-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/add16-all.prg?format=raw add16-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/add16x-all.prg?format=raw add16x-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/add16y-all.prg?format=raw add16y-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/alu8i-all.prg?format=raw alu8i-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/alu8r-all.prg?format=raw alu8r-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/alu8rx-all.prg?format=raw alu8rx-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/alu8x-all.prg?format=raw alu8x-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/bitx-all.prg?format=raw bitx-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/bitz80-all.prg?format=raw bitz80-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/cpd1-all.prg?format=raw cpd1-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/cpi1-all.prg?format=raw cpi1-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/daaop-all.prg?format=raw daaop-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/inca-all.prg?format=raw inca-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incb-all.prg?format=raw incb-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incbc-all.prg?format=raw incbc-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incc-all.prg?format=raw incc-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incd-all.prg?format=raw incd-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incde-all.prg?format=raw incde-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ince-all.prg?format=raw ince-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/inch-all.prg?format=raw inch-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/inchl-all.prg?format=raw inchl-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incix-all.prg?format=raw incix-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/inciy-all.prg?format=raw inciy-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incl-all.prg?format=raw incl-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incm-all.prg?format=raw incm-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incsp-all.prg?format=raw incsp-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incx-all.prg?format=raw incx-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incxh-all.prg?format=raw incxh-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incxl-all.prg?format=raw incxl-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incyh-all.prg?format=raw incyh-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/incyl-all.prg?format=raw incyl-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld161-all.prg?format=raw ld161-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld162-all.prg?format=raw ld162-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld163-all.prg?format=raw ld163-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld164-all.prg?format=raw ld164-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld165-all.prg?format=raw ld165-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld166-all.prg?format=raw ld166-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld167-all.prg?format=raw ld167-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld168-all.prg?format=raw ld168-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld16im-all.prg?format=raw ld16im-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld16ix-all.prg?format=raw ld16ix-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8bd-all.prg?format=raw ld8bd-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8im-all.prg?format=raw ld8im-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8imx-all.prg?format=raw ld8imx-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8ix1-all.prg?format=raw ld8ix1-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8ix2-all.prg?format=raw ld8ix2-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8ix3-all.prg?format=raw ld8ix3-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8ixy-all.prg?format=raw ld8ixy-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8rr-all.prg?format=raw ld8rr-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ld8rrx-all.prg?format=raw ld8rrx-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/lda-all.prg?format=raw lda-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ldd1-all.prg?format=raw ldd1-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ldd2-all.prg?format=raw ldd2-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ldi1-all.prg?format=raw ldi1-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ldi2-all.prg?format=raw ldi2-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/negop-all.prg?format=raw negop-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/rldop-all.prg?format=raw rldop-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/rot8080-all.prg?format=raw rot8080-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/rotxy-all.prg?format=raw rotxy-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/rotz80-all.prg?format=raw rotz80-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/srz80-all.prg?format=raw srz80-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/srzx-all.prg?format=raw srzx-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/st8ix1-all.prg?format=raw st8ix1-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/st8ix2-all.prg?format=raw st8ix2-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/st8ix3-all.prg?format=raw st8ix3-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/ ../c128/z80/zex128] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/zex128/stabd-all.prg?format=raw stabd-all.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/00-nop.prg?format=raw 00-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/01-ld-bc-nn.prg?format=raw 01-ld-bc-nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/02-ld-bc_a.prg?format=raw 02-ld-bc_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/03-inc-bc.prg?format=raw 03-inc-bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/04-inc-b.prg?format=raw 04-inc-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/05-dec-b.prg?format=raw 05-dec-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/06-ld-b-n.prg?format=raw 06-ld-b-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/07-rlca.prg?format=raw 07-rlca.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/08-ex-af_af.prg?format=raw 08-ex-af_af.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/0a-ld-a_bc.prg?format=raw 0a-ld-a_bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/0b-dec-bc.prg?format=raw 0b-dec-bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/0c-inc-c.prg?format=raw 0c-inc-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/0d-dec-c.prg?format=raw 0d-dec-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/0e-ld-c-n.prg?format=raw 0e-ld-c-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/0f-rrca.prg?format=raw 0f-rrca.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/11-ld-de-nn.prg?format=raw 11-ld-de-nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/12-ld-de_a.prg?format=raw 12-ld-de_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/13-inc-de.prg?format=raw 13-inc-de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/14-inc-d.prg?format=raw 14-inc-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/15-dec-d.prg?format=raw 15-dec-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/16-ld-d-n.prg?format=raw 16-ld-d-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/17-rla.prg?format=raw 17-rla.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/1a-ld-a_de.prg?format=raw 1a-ld-a_de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/1b-dec-de.prg?format=raw 1b-dec-de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/1c-inc-e.prg?format=raw 1c-inc-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/1d-dec-e.prg?format=raw 1d-dec-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/1e-ld-e-n.prg?format=raw 1e-ld-e-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/1f-rra.prg?format=raw 1f-rra.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/21-ld-hl-nn.prg?format=raw 21-ld-hl-nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/22-ld-nn_hl.prg?format=raw 22-ld-nn_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/23-inc-hl.prg?format=raw 23-inc-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/24-inc-h.prg?format=raw 24-inc-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/25-dec-h.prg?format=raw 25-dec-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/26-ld-h-n.prg?format=raw 26-ld-h-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/27-daa.prg?format=raw 27-daa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/2a-ld-hl_nn.prg?format=raw 2a-ld-hl_nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/2b-dec-hl.prg?format=raw 2b-dec-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/2c-inc-l.prg?format=raw 2c-inc-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/2d-dec-l.prg?format=raw 2d-dec-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/2e-ld-l-n.prg?format=raw 2e-ld-l-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/2f-cpl.prg?format=raw 2f-cpl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/31-ld-sp-nn.prg?format=raw 31-ld-sp-nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/32-ld-nn_a.prg?format=raw 32-ld-nn_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/33-inc-sp.prg?format=raw 33-inc-sp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/34-inc-hl.prg?format=raw 34-inc-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/35-dec-hl.prg?format=raw 35-dec-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/36-ld-hl-n.prg?format=raw 36-ld-hl-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/37-scf.prg?format=raw 37-scf.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/3a-ld-a_nn.prg?format=raw 3a-ld-a_nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/3b-dec-sp.prg?format=raw 3b-dec-sp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/3c-inc-a.prg?format=raw 3c-inc-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/3d-dec-a.prg?format=raw 3d-dec-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/3e-ld-a-n.prg?format=raw 3e-ld-a-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/3f-ccf.prg?format=raw 3f-ccf.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/d3-out-n_a.prg?format=raw d3-out-n_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/d9-exx.prg?format=raw d9-exx.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/db-in-a_n.prg?format=raw db-in-a_n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd21-ld-ix-nn.prg?format=raw dd21-ld-ix-nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd22-ld-nn_ix.prg?format=raw dd22-ld-nn_ix.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd23-inc-ix.prg?format=raw dd23-inc-ix.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd24-inc-ixh.prg?format=raw dd24-inc-ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd25-dec-ixh.prg?format=raw dd25-dec-ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd26-ld-ixh-n.prg?format=raw dd26-ld-ixh-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd2a-ld-ix_nn.prg?format=raw dd2a-ld-ix_nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd2b-dec-ix.prg?format=raw dd2b-dec-ix.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd2c-inc-ixl.prg?format=raw dd2c-inc-ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd2d-dec-ixl.prg?format=raw dd2d-dec-ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd2e-ld-ixl-n.prg?format=raw dd2e-ld-ixl-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd34-inc-ixd.prg?format=raw dd34-inc-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd35-dec-ixd.prg?format=raw dd35-dec-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd36-ld-ixd-n.prg?format=raw dd36-ld-ixd-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dde3-ex-sp_ix.prg?format=raw dde3-ex-sp_ix.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddf9-ld-sp_ix.prg?format=raw ddf9-ld-sp_ix.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/e3-ex-sp_hl.prg?format=raw e3-ex-sp_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/eb-ex-de_hl.prg?format=raw eb-ex-de_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed40-in-b_c.prg?format=raw ed40-in-b_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed41-out-c_b.prg?format=raw ed41-out-c_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed43-ld-nn_bc.prg?format=raw ed43-ld-nn_bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed44-neg.prg?format=raw ed44-neg.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed46-im-0.prg?format=raw ed46-im-0.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed47-ld-i_a.prg?format=raw ed47-ld-i_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed48-in-c_c.prg?format=raw ed48-in-c_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed49-out-c_c.prg?format=raw ed49-out-c_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed4b-ld-bc_nn.prg?format=raw ed4b-ld-bc_nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed4c-neg.prg?format=raw ed4c-neg.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed4e-im-0.prg?format=raw ed4e-im-0.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed4f-ld-r_a.prg?format=raw ed4f-ld-r_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed50-in-d_c.prg?format=raw ed50-in-d_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed51-out-c_d.prg?format=raw ed51-out-c_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed53-ld-nn_de.prg?format=raw ed53-ld-nn_de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed54-neg.prg?format=raw ed54-neg.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed56-im-1.prg?format=raw ed56-im-1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed57-ld-a_i.prg?format=raw ed57-ld-a_i.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed58-in-e_c.prg?format=raw ed58-in-e_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed59-out-c_e.prg?format=raw ed59-out-c_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed5b-ld-de_nn.prg?format=raw ed5b-ld-de_nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed5c-neg.prg?format=raw ed5c-neg.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed5e-im-2.prg?format=raw ed5e-im-2.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed5f-ld-a_r.prg?format=raw ed5f-ld-a_r.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed60-in-h_c.prg?format=raw ed60-in-h_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed61-out-c_h.prg?format=raw ed61-out-c_h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed63-ld-nn_hl.prg?format=raw ed63-ld-nn_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed64-neg.prg?format=raw ed64-neg.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed66-im-0.prg?format=raw ed66-im-0.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed67-rrd.prg?format=raw ed67-rrd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed68-in-l_c.prg?format=raw ed68-in-l_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed69-out-c_l.prg?format=raw ed69-out-c_l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed6b-ld-hl_nn.prg?format=raw ed6b-ld-hl_nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed6c-neg.prg?format=raw ed6c-neg.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed6e-im-0.prg?format=raw ed6e-im-0.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed6f-rld.prg?format=raw ed6f-rld.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed70-in-c.prg?format=raw ed70-in-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed71-out-c_0.prg?format=raw ed71-out-c_0.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed73-ld-nn_sp.prg?format=raw ed73-ld-nn_sp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed74-neg.prg?format=raw ed74-neg.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed76-im-1.prg?format=raw ed76-im-1.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed78-in-a_c.prg?format=raw ed78-in-a_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed79-out-c_a.prg?format=raw ed79-out-c_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed7b-ld-sp_nn.prg?format=raw ed7b-ld-sp_nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed7c-neg.prg?format=raw ed7c-neg.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed7e-im-2.prg?format=raw ed7e-im-2.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/f3-di.prg?format=raw f3-di.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/f9-ld-sp_hl.prg?format=raw f9-ld-sp_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fb-ei.prg?format=raw fb-ei.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd21-ld-iy-nn.prg?format=raw fd21-ld-iy-nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd22-ld-nn_iy.prg?format=raw fd22-ld-nn_iy.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd23-inc-iy.prg?format=raw fd23-inc-iy.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd24-inc-iyh.prg?format=raw fd24-inc-iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd25-dec-iyh.prg?format=raw fd25-dec-iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd26-ld-iyh-n.prg?format=raw fd26-ld-iyh-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd2a-ld-iy_nn.prg?format=raw fd2a-ld-iy_nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd2b-dec-iy.prg?format=raw fd2b-dec-iy.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd2c-inc-iyl.prg?format=raw fd2c-inc-iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd2d-dec-iyl.prg?format=raw fd2d-dec-iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd2e-ld-iyl-n.prg?format=raw fd2e-ld-iyl-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd34-inc-iyd.prg?format=raw fd34-inc-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd35-dec-iyd.prg?format=raw fd35-dec-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd36-ld-iyd-n.prg?format=raw fd36-ld-iyd-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fde3-ex-sp_iy.prg?format=raw fde3-ex-sp_iy.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdf9-ld-sp_iy.prg?format=raw fdf9-ld-sp_iy.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/40-ld-b_b.prg?format=raw 40-ld-b_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/41-ld-b_c.prg?format=raw 41-ld-b_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/42-ld-b_d.prg?format=raw 42-ld-b_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/43-ld-b_e.prg?format=raw 43-ld-b_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/44-ld-b_h.prg?format=raw 44-ld-b_h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/45-ld-b_l.prg?format=raw 45-ld-b_l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/46-ld-b_hl.prg?format=raw 46-ld-b_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/47-ld-b_a.prg?format=raw 47-ld-b_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/48-ld-c_b.prg?format=raw 48-ld-c_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/49-ld-c_c.prg?format=raw 49-ld-c_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/4a-ld-c_d.prg?format=raw 4a-ld-c_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/4b-ld-c_e.prg?format=raw 4b-ld-c_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/4c-ld-c_h.prg?format=raw 4c-ld-c_h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/4d-ld-c_l.prg?format=raw 4d-ld-c_l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/4e-ld-c_hl.prg?format=raw 4e-ld-c_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/4f-ld-c_a.prg?format=raw 4f-ld-c_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/50-ld-d_b.prg?format=raw 50-ld-d_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/51-ld-d_c.prg?format=raw 51-ld-d_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/52-ld-d_d.prg?format=raw 52-ld-d_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/53-ld-d_e.prg?format=raw 53-ld-d_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/54-ld-d_h.prg?format=raw 54-ld-d_h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/55-ld-d_l.prg?format=raw 55-ld-d_l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/56-ld-d_hl.prg?format=raw 56-ld-d_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/57-ld-d_a.prg?format=raw 57-ld-d_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/58-ld-e_b.prg?format=raw 58-ld-e_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/59-ld-e_c.prg?format=raw 59-ld-e_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/5a-ld-e_d.prg?format=raw 5a-ld-e_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/5b-ld-e_e.prg?format=raw 5b-ld-e_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/5c-ld-e_h.prg?format=raw 5c-ld-e_h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/5d-ld-e_l.prg?format=raw 5d-ld-e_l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/5e-ld-e_hl.prg?format=raw 5e-ld-e_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/5f-ld-e_a.prg?format=raw 5f-ld-e_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/60-ld-h_b.prg?format=raw 60-ld-h_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/61-ld-h_c.prg?format=raw 61-ld-h_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/62-ld-h_d.prg?format=raw 62-ld-h_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/63-ld-h_e.prg?format=raw 63-ld-h_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/64-ld-h_h.prg?format=raw 64-ld-h_h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/65-ld-h_l.prg?format=raw 65-ld-h_l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/66-ld-h_hl.prg?format=raw 66-ld-h_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/67-ld-h_a.prg?format=raw 67-ld-h_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/68-ld-l_b.prg?format=raw 68-ld-l_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/69-ld-l_c.prg?format=raw 69-ld-l_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/6a-ld-l_d.prg?format=raw 6a-ld-l_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/6b-ld-l_e.prg?format=raw 6b-ld-l_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/6c-ld-l_h.prg?format=raw 6c-ld-l_h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/6d-ld-l_l.prg?format=raw 6d-ld-l_l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/6e-ld-l_hl.prg?format=raw 6e-ld-l_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/6f-ld-l_a.prg?format=raw 6f-ld-l_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/70-ld-hl_b.prg?format=raw 70-ld-hl_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/71-ld-hl_c.prg?format=raw 71-ld-hl_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/72-ld-hl_d.prg?format=raw 72-ld-hl_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/73-ld-hl_e.prg?format=raw 73-ld-hl_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/74-ld-hl_h.prg?format=raw 74-ld-hl_h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/75-ld-hl_l.prg?format=raw 75-ld-hl_l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/77-ld-hl_a.prg?format=raw 77-ld-hl_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/78-ld-a_b.prg?format=raw 78-ld-a_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/79-ld-a_c.prg?format=raw 79-ld-a_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/7a-ld-a_d.prg?format=raw 7a-ld-a_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/7b-ld-a_e.prg?format=raw 7b-ld-a_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/7c-ld-a_h.prg?format=raw 7c-ld-a_h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/7d-ld-a_l.prg?format=raw 7d-ld-a_l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/7e-ld-a_hl.prg?format=raw 7e-ld-a_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/7f-ld-a_a.prg?format=raw 7f-ld-a_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd44-ld-b_ixh.prg?format=raw dd44-ld-b_ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd45-ld-b_ixl.prg?format=raw dd45-ld-b_ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd46-ld-b_ixd.prg?format=raw dd46-ld-b_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd4c-ld-c_ixh.prg?format=raw dd4c-ld-c_ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd4d-ld-c_ixl.prg?format=raw dd4d-ld-c_ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd4e-ld-c_ixd.prg?format=raw dd4e-ld-c_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd54-ld-d_ixh.prg?format=raw dd54-ld-d_ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd55-ld-d_ixl.prg?format=raw dd55-ld-d_ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd56-ld-d_ixd.prg?format=raw dd56-ld-d_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd5c-ld-e_ixh.prg?format=raw dd5c-ld-e_ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd5d-ld-e_ixl.prg?format=raw dd5d-ld-e_ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd5e-ld-e_ixd.prg?format=raw dd5e-ld-e_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd60-ld-ixh_b.prg?format=raw dd60-ld-ixh_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd61-ld-ixh_c.prg?format=raw dd61-ld-ixh_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd62-ld-ixh_d.prg?format=raw dd62-ld-ixh_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd63-ld-ixh_e.prg?format=raw dd63-ld-ixh_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd64-ld-ixh_ixh.prg?format=raw dd64-ld-ixh_ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd65-ld-ixh_ixl.prg?format=raw dd65-ld-ixh_ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd66-ld-h_ixd.prg?format=raw dd66-ld-h_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd67-ld-ixh_a.prg?format=raw dd67-ld-ixh_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd68-ld-ixl_b.prg?format=raw dd68-ld-ixl_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd69-ld-ixl_c.prg?format=raw dd69-ld-ixl_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd6a-ld-ixl_d.prg?format=raw dd6a-ld-ixl_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd6b-ld-ixl_e.prg?format=raw dd6b-ld-ixl_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd6c-ld-ixl_ixh.prg?format=raw dd6c-ld-ixl_ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd6d-ld-ixl_ixl.prg?format=raw dd6d-ld-ixl_ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd6e-ld-l_ixd.prg?format=raw dd6e-ld-l_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd6f-ld-ixl_a.prg?format=raw dd6f-ld-ixl_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd70-ld-ixd_b.prg?format=raw dd70-ld-ixd_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd71-ld-ixd_c.prg?format=raw dd71-ld-ixd_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd72-ld-ixd_d.prg?format=raw dd72-ld-ixd_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd73-ld-ixd_e.prg?format=raw dd73-ld-ixd_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd74-ld-ixd_h.prg?format=raw dd74-ld-ixd_h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd75-ld-ixd_l.prg?format=raw dd75-ld-ixd_l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd77-ld-ixd_a.prg?format=raw dd77-ld-ixd_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd7c-ld-a_ixh.prg?format=raw dd7c-ld-a_ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd7d-ld-a_ixl.prg?format=raw dd7d-ld-a_ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd7e-ld-a_ixd.prg?format=raw dd7e-ld-a_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd44-ld-b_iyh.prg?format=raw fd44-ld-b_iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd45-ld-b_iyl.prg?format=raw fd45-ld-b_iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd46-ld-b_iyd.prg?format=raw fd46-ld-b_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd4c-ld-c_iyh.prg?format=raw fd4c-ld-c_iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd4d-ld-c_iyl.prg?format=raw fd4d-ld-c_iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd4e-ld-c_iyd.prg?format=raw fd4e-ld-c_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd54-ld-d_iyh.prg?format=raw fd54-ld-d_iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd55-ld-d_iyl.prg?format=raw fd55-ld-d_iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd56-ld-d_iyd.prg?format=raw fd56-ld-d_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd5c-ld-e_iyh.prg?format=raw fd5c-ld-e_iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd5d-ld-e_iyl.prg?format=raw fd5d-ld-e_iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd5e-ld-e_iyd.prg?format=raw fd5e-ld-e_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd60-ld-iyh_b.prg?format=raw fd60-ld-iyh_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd61-ld-iyh_c.prg?format=raw fd61-ld-iyh_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd62-ld-iyh_d.prg?format=raw fd62-ld-iyh_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd63-ld-iyh_e.prg?format=raw fd63-ld-iyh_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd64-ld-iyh_iyh.prg?format=raw fd64-ld-iyh_iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd65-ld-iyh_iyl.prg?format=raw fd65-ld-iyh_iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd66-ld-h_iyd.prg?format=raw fd66-ld-h_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd67-ld-iyh_a.prg?format=raw fd67-ld-iyh_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd68-ld-iyl_b.prg?format=raw fd68-ld-iyl_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd69-ld-iyl_c.prg?format=raw fd69-ld-iyl_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd6a-ld-iyl_d.prg?format=raw fd6a-ld-iyl_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd6b-ld-iyl_e.prg?format=raw fd6b-ld-iyl_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd6c-ld-iyl_iyh.prg?format=raw fd6c-ld-iyl_iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd6d-ld-iyl_iyl.prg?format=raw fd6d-ld-iyl_iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd6e-ld-l_iyd.prg?format=raw fd6e-ld-l_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd6f-ld-iyl_a.prg?format=raw fd6f-ld-iyl_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd70-ld-iyd_b.prg?format=raw fd70-ld-iyd_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd71-ld-iyd_c.prg?format=raw fd71-ld-iyd_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd72-ld-iyd_d.prg?format=raw fd72-ld-iyd_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd73-ld-iyd_e.prg?format=raw fd73-ld-iyd_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd74-ld-iyd_h.prg?format=raw fd74-ld-iyd_h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd75-ld-iyd_l.prg?format=raw fd75-ld-iyd_l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd77-ld-iyd_a.prg?format=raw fd77-ld-iyd_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd7c-ld-a_iyh.prg?format=raw fd7c-ld-a_iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd7d-ld-a_iyl.prg?format=raw fd7d-ld-a_iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd7e-ld-a_iyd.prg?format=raw fd7e-ld-a_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/10-djnz-f.prg?format=raw 10-djnz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/10-djnz-t.prg?format=raw 10-djnz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/18-jr.prg?format=raw 18-jr.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/20-jr-nz-f.prg?format=raw 20-jr-nz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/20-jr-nz-t.prg?format=raw 20-jr-nz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/28-jr-z-f.prg?format=raw 28-jr-z-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/28-jr-z-t.prg?format=raw 28-jr-z-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/30-jr-nc-f.prg?format=raw 30-jr-nc-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/30-jr-nc-t.prg?format=raw 30-jr-nc-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/38-jr-c-f.prg?format=raw 38-jr-c-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/38-jr-c-t.prg?format=raw 38-jr-c-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/c0-retnz-f.prg?format=raw c0-retnz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/c0-retnz-t.prg?format=raw c0-retnz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/c1-pop-bc.prg?format=raw c1-pop-bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/c2-jp-nz-f.prg?format=raw c2-jp-nz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/c2-jp-nz-t.prg?format=raw c2-jp-nz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/c3-jp.prg?format=raw c3-jp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/c4-call-nz-f.prg?format=raw c4-call-nz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/c4-call-nz-t.prg?format=raw c4-call-nz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/c5-push-bc.prg?format=raw c5-push-bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/c7-rst-00.prg?format=raw c7-rst-00.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/c8-retz-f.prg?format=raw c8-retz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/c8-retz-t.prg?format=raw c8-retz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/c9-ret.prg?format=raw c9-ret.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ca-jp-z-f.prg?format=raw ca-jp-z-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ca-jp-z-t.prg?format=raw ca-jp-z-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cc-call-z-f.prg?format=raw cc-call-z-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cc-call-z-t.prg?format=raw cc-call-z-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cd-call.prg?format=raw cd-call.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cf-rst-08.prg?format=raw cf-rst-08.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/d0-retnc-f.prg?format=raw d0-retnc-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/d0-retnc-t.prg?format=raw d0-retnc-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/d1-pop-de.prg?format=raw d1-pop-de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/d2-jp-nc-f.prg?format=raw d2-jp-nc-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/d2-jp-nc-t.prg?format=raw d2-jp-nc-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/d4-call-nc-f.prg?format=raw d4-call-nc-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/d4-call-nc-t.prg?format=raw d4-call-nc-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/d5-push-de.prg?format=raw d5-push-de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/d7-rst-10.prg?format=raw d7-rst-10.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/d8-retc-f.prg?format=raw d8-retc-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/d8-retc-t.prg?format=raw d8-retc-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/da-jp-c-f.prg?format=raw da-jp-c-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/da-jp-c-t.prg?format=raw da-jp-c-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dc-call-c-f.prg?format=raw dc-call-c-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dc-call-c-t.prg?format=raw dc-call-c-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dde1-pop-ix.prg?format=raw dde1-pop-ix.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dde5-push-ix.prg?format=raw dde5-push-ix.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dde9-jp-ix.prg?format=raw dde9-jp-ix.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/df-rst-18.prg?format=raw df-rst-18.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/e0-retpo-f.prg?format=raw e0-retpo-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/e0-retpo-t.prg?format=raw e0-retpo-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/e1-pop-hl.prg?format=raw e1-pop-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/e2-jp-po-f.prg?format=raw e2-jp-po-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/e2-jp-po-t.prg?format=raw e2-jp-po-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/e4-call-po-f.prg?format=raw e4-call-po-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/e4-call-po-t.prg?format=raw e4-call-po-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/e5-push-hl.prg?format=raw e5-push-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/e7-rst-20.prg?format=raw e7-rst-20.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/e8-retpe-f.prg?format=raw e8-retpe-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/e8-retpe-t.prg?format=raw e8-retpe-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/e9-jp-hl.prg?format=raw e9-jp-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ea-jp-pe-f.prg?format=raw ea-jp-pe-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ea-jp-pe-t.prg?format=raw ea-jp-pe-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ec-call-pe-f.prg?format=raw ec-call-pe-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ec-call-pe-t.prg?format=raw ec-call-pe-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed45-retn.prg?format=raw ed45-retn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed4d-reti.prg?format=raw ed4d-reti.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed55-retn.prg?format=raw ed55-retn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed5d-retn.prg?format=raw ed5d-retn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed65-retn.prg?format=raw ed65-retn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed6d-retn.prg?format=raw ed6d-retn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed75-retn.prg?format=raw ed75-retn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed7d-retn.prg?format=raw ed7d-retn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/eda0-ldi.prg?format=raw eda0-ldi.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/eda1-cpi.prg?format=raw eda1-cpi.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/eda2-ini.prg?format=raw eda2-ini.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/eda3-outi.prg?format=raw eda3-outi.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/eda8-ldd.prg?format=raw eda8-ldd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/eda9-cpd.prg?format=raw eda9-cpd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edaa-ind.prg?format=raw edaa-ind.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edab-outd.prg?format=raw edab-outd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edb0-ldir.prg?format=raw edb0-ldir.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edb1-cpir.prg?format=raw edb1-cpir.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edb2-inir.prg?format=raw edb2-inir.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edb3-otir.prg?format=raw edb3-otir.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edb8-lddr.prg?format=raw edb8-lddr.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edb9-cpdr.prg?format=raw edb9-cpdr.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edba-indr.prg?format=raw edba-indr.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edbb-otdr.prg?format=raw edbb-otdr.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ef-rst-28.prg?format=raw ef-rst-28.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/f0-retp-f.prg?format=raw f0-retp-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/f0-retp-t.prg?format=raw f0-retp-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/f1-pop-af.prg?format=raw f1-pop-af.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/f2-jp-p-f.prg?format=raw f2-jp-p-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/f2-jp-p-t.prg?format=raw f2-jp-p-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/f4-call-p-f.prg?format=raw f4-call-p-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/f4-call-p-t.prg?format=raw f4-call-p-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/f5-push-af.prg?format=raw f5-push-af.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/f7-rst-30.prg?format=raw f7-rst-30.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/f8-retm-f.prg?format=raw f8-retm-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/f8-retm-t.prg?format=raw f8-retm-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fa-jp-m-f.prg?format=raw fa-jp-m-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fa-jp-m-t.prg?format=raw fa-jp-m-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fc-call-m-f.prg?format=raw fc-call-m-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fc-call-m-t.prg?format=raw fc-call-m-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fde1-pop-iy.prg?format=raw fde1-pop-iy.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fde5-push-iy.prg?format=raw fde5-push-iy.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fde9-jp-iy.prg?format=raw fde9-jp-iy.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ff-rst-38.prg?format=raw ff-rst-38.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/09-add-hl_bc.prg?format=raw 09-add-hl_bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/19-add-hl_de.prg?format=raw 19-add-hl_de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/29-add-hl_hl.prg?format=raw 29-add-hl_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/39-add-hl_sp.prg?format=raw 39-add-hl_sp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/80-add-a_b.prg?format=raw 80-add-a_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/81-add-a_c.prg?format=raw 81-add-a_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/82-add-a_d.prg?format=raw 82-add-a_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/83-add-a_e.prg?format=raw 83-add-a_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/84-add-a_h.prg?format=raw 84-add-a_h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/85-add-a_l.prg?format=raw 85-add-a_l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/86-add-a_hl.prg?format=raw 86-add-a_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/87-add-a_a.prg?format=raw 87-add-a_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/88-adc-a_b.prg?format=raw 88-adc-a_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/89-adc-a_c.prg?format=raw 89-adc-a_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/8a-adc-a_d.prg?format=raw 8a-adc-a_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/8b-adc-a_e.prg?format=raw 8b-adc-a_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/8c-adc-a_h.prg?format=raw 8c-adc-a_h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/8d-adc-a_l.prg?format=raw 8d-adc-a_l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/8e-adc-a_hl.prg?format=raw 8e-adc-a_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/8f-adc-a_a.prg?format=raw 8f-adc-a_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/90-sub-b.prg?format=raw 90-sub-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/91-sub-c.prg?format=raw 91-sub-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/92-sub-d.prg?format=raw 92-sub-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/93-sub-e.prg?format=raw 93-sub-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/94-sub-h.prg?format=raw 94-sub-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/95-sub-l.prg?format=raw 95-sub-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/96-sub-hl.prg?format=raw 96-sub-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/97-sub-a.prg?format=raw 97-sub-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/98-sbc-a_b.prg?format=raw 98-sbc-a_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/99-sbc-a_c.prg?format=raw 99-sbc-a_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/9a-sbc-a_d.prg?format=raw 9a-sbc-a_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/9b-sbc-a_e.prg?format=raw 9b-sbc-a_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/9c-sbc-a_h.prg?format=raw 9c-sbc-a_h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/9d-sbc-a_l.prg?format=raw 9d-sbc-a_l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/9e-sbc-a_hl.prg?format=raw 9e-sbc-a_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/9f-sbc-a_a.prg?format=raw 9f-sbc-a_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/a0-and-b.prg?format=raw a0-and-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/a1-and-c.prg?format=raw a1-and-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/a2-and-d.prg?format=raw a2-and-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/a3-and-e.prg?format=raw a3-and-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/a4-and-h.prg?format=raw a4-and-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/a5-and-l.prg?format=raw a5-and-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/a6-and-hl.prg?format=raw a6-and-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/a7-and-a.prg?format=raw a7-and-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/a8-xor-b.prg?format=raw a8-xor-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/a9-xor-c.prg?format=raw a9-xor-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/aa-xor-d.prg?format=raw aa-xor-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ab-xor-e.prg?format=raw ab-xor-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ac-xor-h.prg?format=raw ac-xor-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ad-xor-l.prg?format=raw ad-xor-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ae-xor-hl.prg?format=raw ae-xor-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/af-xor-a.prg?format=raw af-xor-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/b0-or-b.prg?format=raw b0-or-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/b1-or-c.prg?format=raw b1-or-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/b2-or-d.prg?format=raw b2-or-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/b3-or-e.prg?format=raw b3-or-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/b4-or-h.prg?format=raw b4-or-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/b5-or-l.prg?format=raw b5-or-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/b6-or-hl.prg?format=raw b6-or-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/b7-or-a.prg?format=raw b7-or-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/b8-cp-b.prg?format=raw b8-cp-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/b9-cp-c.prg?format=raw b9-cp-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ba-cp-d.prg?format=raw ba-cp-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/bb-cp-e.prg?format=raw bb-cp-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/bc-cp-h.prg?format=raw bc-cp-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/bd-cp-l.prg?format=raw bd-cp-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/be-cp-hl.prg?format=raw be-cp-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/bf-cp-a.prg?format=raw bf-cp-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/c6-add-a-n.prg?format=raw c6-add-a-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ce-adc-a-n.prg?format=raw ce-adc-a-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/d6-sub-n.prg?format=raw d6-sub-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd09-add-ix_bc.prg?format=raw dd09-add-ix_bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd19-add-ix_de.prg?format=raw dd19-add-ix_de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd29-add-ix_ix.prg?format=raw dd29-add-ix_ix.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd39-add-ix_sp.prg?format=raw dd39-add-ix_sp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd84-add-a_ixh.prg?format=raw dd84-add-a_ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd85-add-a_ixl.prg?format=raw dd85-add-a_ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd86-add-a_ixd.prg?format=raw dd86-add-a_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd8c-adc-a_ixh.prg?format=raw dd8c-adc-a_ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd8d-adc-a_ixl.prg?format=raw dd8d-adc-a_ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd8e-adc-a_ixd.prg?format=raw dd8e-adc-a_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd94-sub-ixh.prg?format=raw dd94-sub-ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd95-sub-ixl.prg?format=raw dd95-sub-ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd96-sub-ixd.prg?format=raw dd96-sub-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd9c-sbc-a_ixh.prg?format=raw dd9c-sbc-a_ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd9d-sbc-a_ixl.prg?format=raw dd9d-sbc-a_ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd9e-sbc-a_ixd.prg?format=raw dd9e-sbc-a_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dda4-and-ixh.prg?format=raw dda4-and-ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dda5-and-ixl.prg?format=raw dda5-and-ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dda6-and-ixd.prg?format=raw dda6-and-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddac-xor-ixh.prg?format=raw ddac-xor-ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddad-xor-ixl.prg?format=raw ddad-xor-ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddae-xor-ixd.prg?format=raw ddae-xor-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddb4-or-ixh.prg?format=raw ddb4-or-ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddb5-or-ixl.prg?format=raw ddb5-or-ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddb6-or-ixd.prg?format=raw ddb6-or-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddbc-cp-ixh.prg?format=raw ddbc-cp-ixh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddbd-cp-ixl.prg?format=raw ddbd-cp-ixl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddbe-cp-ixd.prg?format=raw ddbe-cp-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/de-sbc-a-n.prg?format=raw de-sbc-a-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/e6-and-n.prg?format=raw e6-and-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed42-sbc-hl_bc.prg?format=raw ed42-sbc-hl_bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed4a-adc-hl_bc.prg?format=raw ed4a-adc-hl_bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed52-sbc-hl_de.prg?format=raw ed52-sbc-hl_de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed5a-adc-hl_de.prg?format=raw ed5a-adc-hl_de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed62-sbc-hl_hl.prg?format=raw ed62-sbc-hl_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed6a-adc-hl_hl.prg?format=raw ed6a-adc-hl_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed72-sbc-hl_sp.prg?format=raw ed72-sbc-hl_sp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed7a-adc-hl_sp.prg?format=raw ed7a-adc-hl_sp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ee-xor-n.prg?format=raw ee-xor-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/f6-or-n.prg?format=raw f6-or-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd09-add-iy_bc.prg?format=raw fd09-add-iy_bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd19-add-iy_de.prg?format=raw fd19-add-iy_de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd29-add-iy_iy.prg?format=raw fd29-add-iy_iy.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd39-add-iy_sp.prg?format=raw fd39-add-iy_sp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd84-add-a_iyh.prg?format=raw fd84-add-a_iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd85-add-a_iyl.prg?format=raw fd85-add-a_iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd86-add-a_iyd.prg?format=raw fd86-add-a_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd8c-adc-a_iyh.prg?format=raw fd8c-adc-a_iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd8d-adc-a_iyl.prg?format=raw fd8d-adc-a_iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd8e-adc-a_iyd.prg?format=raw fd8e-adc-a_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd94-sub-iyh.prg?format=raw fd94-sub-iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd95-sub-iyl.prg?format=raw fd95-sub-iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd96-sub-iyd.prg?format=raw fd96-sub-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd9c-sbc-a_iyh.prg?format=raw fd9c-sbc-a_iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd9d-sbc-a_iyl.prg?format=raw fd9d-sbc-a_iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd9e-sbc-a_iyd.prg?format=raw fd9e-sbc-a_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fda4-and-iyh.prg?format=raw fda4-and-iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fda5-and-iyl.prg?format=raw fda5-and-iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fda6-and-iyd.prg?format=raw fda6-and-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdac-xor-iyh.prg?format=raw fdac-xor-iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdad-xor-iyl.prg?format=raw fdad-xor-iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdae-xor-iyd.prg?format=raw fdae-xor-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdb4-or-iyh.prg?format=raw fdb4-or-iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdb5-or-iyl.prg?format=raw fdb5-or-iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdb6-or-iyd.prg?format=raw fdb6-or-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdbc-cp-iyh.prg?format=raw fdbc-cp-iyh.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdbd-cp-iyl.prg?format=raw fdbd-cp-iyl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdbe-cp-iyd.prg?format=raw fdbe-cp-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fe-cp-n.prg?format=raw fe-cp-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb00-rlc-b.prg?format=raw cb00-rlc-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb01-rlc-c.prg?format=raw cb01-rlc-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb02-rlc-d.prg?format=raw cb02-rlc-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb03-rlc-e.prg?format=raw cb03-rlc-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb04-rlc-h.prg?format=raw cb04-rlc-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb05-rlc-l.prg?format=raw cb05-rlc-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb06-rlc-hl.prg?format=raw cb06-rlc-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb07-rlc-a.prg?format=raw cb07-rlc-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb08-rrc-b.prg?format=raw cb08-rrc-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb09-rrc-c.prg?format=raw cb09-rrc-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb0a-rrc-d.prg?format=raw cb0a-rrc-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb0b-rrc-e.prg?format=raw cb0b-rrc-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb0c-rrc-h.prg?format=raw cb0c-rrc-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb0d-rrc-l.prg?format=raw cb0d-rrc-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb0e-rrc-hl.prg?format=raw cb0e-rrc-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb0f-rrc-a.prg?format=raw cb0f-rrc-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb10-rl-b.prg?format=raw cb10-rl-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb11-rl-c.prg?format=raw cb11-rl-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb12-rl-d.prg?format=raw cb12-rl-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb13-rl-e.prg?format=raw cb13-rl-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb14-rl-h.prg?format=raw cb14-rl-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb15-rl-l.prg?format=raw cb15-rl-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb16-rl-hl.prg?format=raw cb16-rl-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb17-rl-a.prg?format=raw cb17-rl-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb18-rr-b.prg?format=raw cb18-rr-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb19-rr-c.prg?format=raw cb19-rr-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb1a-rr-d.prg?format=raw cb1a-rr-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb1b-rr-e.prg?format=raw cb1b-rr-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb1c-rr-h.prg?format=raw cb1c-rr-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb1d-rr-l.prg?format=raw cb1d-rr-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb1e-rr-hl.prg?format=raw cb1e-rr-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb1f-rr-a.prg?format=raw cb1f-rr-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb20-sla-b.prg?format=raw cb20-sla-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb21-sla-c.prg?format=raw cb21-sla-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb22-sla-d.prg?format=raw cb22-sla-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb23-sla-e.prg?format=raw cb23-sla-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb24-sla-h.prg?format=raw cb24-sla-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb25-sla-l.prg?format=raw cb25-sla-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb26-sla-hl.prg?format=raw cb26-sla-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb27-sla-a.prg?format=raw cb27-sla-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb28-sra-b.prg?format=raw cb28-sra-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb29-sra-c.prg?format=raw cb29-sra-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb2a-sra-d.prg?format=raw cb2a-sra-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb2b-sra-e.prg?format=raw cb2b-sra-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb2c-sra-h.prg?format=raw cb2c-sra-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb2d-sra-l.prg?format=raw cb2d-sra-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb2e-sra-hl.prg?format=raw cb2e-sra-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb2f-sra-a.prg?format=raw cb2f-sra-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb30-sls-b.prg?format=raw cb30-sls-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb31-sls-c.prg?format=raw cb31-sls-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb32-sls-d.prg?format=raw cb32-sls-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb33-sls-e.prg?format=raw cb33-sls-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb34-sls-h.prg?format=raw cb34-sls-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb35-sls-l.prg?format=raw cb35-sls-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb36-sls-hl.prg?format=raw cb36-sls-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb37-sls-a.prg?format=raw cb37-sls-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb38-srl-b.prg?format=raw cb38-srl-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb39-srl-c.prg?format=raw cb39-srl-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb3a-srl-d.prg?format=raw cb3a-srl-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb3b-srl-e.prg?format=raw cb3b-srl-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb3c-srl-h.prg?format=raw cb3c-srl-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb3d-srl-l.prg?format=raw cb3d-srl-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb3e-srl-hl.prg?format=raw cb3e-srl-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb3f-srl-a.prg?format=raw cb3f-srl-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb40-bit-0-b.prg?format=raw cb40-bit-0-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb41-bit-0-c.prg?format=raw cb41-bit-0-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb42-bit-0-d.prg?format=raw cb42-bit-0-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb43-bit-0-e.prg?format=raw cb43-bit-0-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb44-bit-0-h.prg?format=raw cb44-bit-0-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb45-bit-0-l.prg?format=raw cb45-bit-0-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb46-bit-0-hl.prg?format=raw cb46-bit-0-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb47-bit-0-a.prg?format=raw cb47-bit-0-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb48-bit-1-b.prg?format=raw cb48-bit-1-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb49-bit-1-c.prg?format=raw cb49-bit-1-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb4a-bit-1-d.prg?format=raw cb4a-bit-1-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb4b-bit-1-e.prg?format=raw cb4b-bit-1-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb4c-bit-1-h.prg?format=raw cb4c-bit-1-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb4d-bit-1-l.prg?format=raw cb4d-bit-1-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb4e-bit-1-hl.prg?format=raw cb4e-bit-1-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb4f-bit-1-a.prg?format=raw cb4f-bit-1-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb50-bit-2-b.prg?format=raw cb50-bit-2-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb51-bit-2-c.prg?format=raw cb51-bit-2-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb52-bit-2-d.prg?format=raw cb52-bit-2-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb53-bit-2-e.prg?format=raw cb53-bit-2-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb54-bit-2-h.prg?format=raw cb54-bit-2-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb55-bit-2-l.prg?format=raw cb55-bit-2-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb56-bit-2-hl.prg?format=raw cb56-bit-2-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb57-bit-2-a.prg?format=raw cb57-bit-2-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb58-bit-3-b.prg?format=raw cb58-bit-3-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb59-bit-3-c.prg?format=raw cb59-bit-3-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb5a-bit-3-d.prg?format=raw cb5a-bit-3-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb5b-bit-3-e.prg?format=raw cb5b-bit-3-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb5c-bit-3-h.prg?format=raw cb5c-bit-3-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb5d-bit-3-l.prg?format=raw cb5d-bit-3-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb5e-bit-3-hl.prg?format=raw cb5e-bit-3-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb5f-bit-3-a.prg?format=raw cb5f-bit-3-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb60-bit-4-b.prg?format=raw cb60-bit-4-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb61-bit-4-c.prg?format=raw cb61-bit-4-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb62-bit-4-d.prg?format=raw cb62-bit-4-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb63-bit-4-e.prg?format=raw cb63-bit-4-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb64-bit-4-h.prg?format=raw cb64-bit-4-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb65-bit-4-l.prg?format=raw cb65-bit-4-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb66-bit-4-hl.prg?format=raw cb66-bit-4-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb67-bit-4-a.prg?format=raw cb67-bit-4-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb68-bit-5-b.prg?format=raw cb68-bit-5-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb69-bit-5-c.prg?format=raw cb69-bit-5-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb6a-bit-5-d.prg?format=raw cb6a-bit-5-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb6b-bit-5-e.prg?format=raw cb6b-bit-5-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb6c-bit-5-h.prg?format=raw cb6c-bit-5-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb6d-bit-5-l.prg?format=raw cb6d-bit-5-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb6e-bit-5-hl.prg?format=raw cb6e-bit-5-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb6f-bit-5-a.prg?format=raw cb6f-bit-5-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb70-bit-6-b.prg?format=raw cb70-bit-6-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb71-bit-6-c.prg?format=raw cb71-bit-6-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb72-bit-6-d.prg?format=raw cb72-bit-6-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb73-bit-6-e.prg?format=raw cb73-bit-6-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb74-bit-6-h.prg?format=raw cb74-bit-6-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb75-bit-6-l.prg?format=raw cb75-bit-6-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb76-bit-6-hl.prg?format=raw cb76-bit-6-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb77-bit-6-a.prg?format=raw cb77-bit-6-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb78-bit-7-b.prg?format=raw cb78-bit-7-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb79-bit-7-c.prg?format=raw cb79-bit-7-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb7a-bit-7-d.prg?format=raw cb7a-bit-7-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb7b-bit-7-e.prg?format=raw cb7b-bit-7-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb7c-bit-7-h.prg?format=raw cb7c-bit-7-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb7d-bit-7-l.prg?format=raw cb7d-bit-7-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb7e-bit-7-hl.prg?format=raw cb7e-bit-7-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb7f-bit-7-a.prg?format=raw cb7f-bit-7-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb80-res-0-b.prg?format=raw cb80-res-0-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb81-res-0-c.prg?format=raw cb81-res-0-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb82-res-0-d.prg?format=raw cb82-res-0-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb83-res-0-e.prg?format=raw cb83-res-0-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb84-res-0-h.prg?format=raw cb84-res-0-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb85-res-0-l.prg?format=raw cb85-res-0-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb86-res-0-hl.prg?format=raw cb86-res-0-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb87-res-0-a.prg?format=raw cb87-res-0-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb88-res-1-b.prg?format=raw cb88-res-1-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb89-res-1-c.prg?format=raw cb89-res-1-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb8a-res-1-d.prg?format=raw cb8a-res-1-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb8b-res-1-e.prg?format=raw cb8b-res-1-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb8c-res-1-h.prg?format=raw cb8c-res-1-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb8d-res-1-l.prg?format=raw cb8d-res-1-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb8e-res-1-hl.prg?format=raw cb8e-res-1-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb8f-res-1-a.prg?format=raw cb8f-res-1-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb90-res-2-b.prg?format=raw cb90-res-2-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb91-res-2-c.prg?format=raw cb91-res-2-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb92-res-2-d.prg?format=raw cb92-res-2-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb93-res-2-e.prg?format=raw cb93-res-2-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb94-res-2-h.prg?format=raw cb94-res-2-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb95-res-2-l.prg?format=raw cb95-res-2-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb96-res-2-hl.prg?format=raw cb96-res-2-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb97-res-2-a.prg?format=raw cb97-res-2-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb98-res-3-b.prg?format=raw cb98-res-3-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb99-res-3-c.prg?format=raw cb99-res-3-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb9a-res-3-d.prg?format=raw cb9a-res-3-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb9b-res-3-e.prg?format=raw cb9b-res-3-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb9c-res-3-h.prg?format=raw cb9c-res-3-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb9d-res-3-l.prg?format=raw cb9d-res-3-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb9e-res-3-hl.prg?format=raw cb9e-res-3-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cb9f-res-3-a.prg?format=raw cb9f-res-3-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cba0-res-4-b.prg?format=raw cba0-res-4-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cba1-res-4-c.prg?format=raw cba1-res-4-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cba2-res-4-d.prg?format=raw cba2-res-4-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cba3-res-4-e.prg?format=raw cba3-res-4-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cba4-res-4-h.prg?format=raw cba4-res-4-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cba5-res-4-l.prg?format=raw cba5-res-4-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cba6-res-4-hl.prg?format=raw cba6-res-4-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cba7-res-4-a.prg?format=raw cba7-res-4-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cba8-res-5-b.prg?format=raw cba8-res-5-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cba9-res-5-c.prg?format=raw cba9-res-5-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbaa-res-5-d.prg?format=raw cbaa-res-5-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbab-res-5-e.prg?format=raw cbab-res-5-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbac-res-5-h.prg?format=raw cbac-res-5-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbad-res-5-l.prg?format=raw cbad-res-5-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbae-res-5-hl.prg?format=raw cbae-res-5-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbaf-res-5-a.prg?format=raw cbaf-res-5-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbb0-res-6-b.prg?format=raw cbb0-res-6-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbb1-res-6-c.prg?format=raw cbb1-res-6-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbb2-res-6-d.prg?format=raw cbb2-res-6-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbb3-res-6-e.prg?format=raw cbb3-res-6-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbb4-res-6-h.prg?format=raw cbb4-res-6-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbb5-res-6-l.prg?format=raw cbb5-res-6-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbb6-res-6-hl.prg?format=raw cbb6-res-6-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbb7-res-6-a.prg?format=raw cbb7-res-6-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbb8-res-7-b.prg?format=raw cbb8-res-7-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbb9-res-7-c.prg?format=raw cbb9-res-7-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbba-res-7-d.prg?format=raw cbba-res-7-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbbb-res-7-e.prg?format=raw cbbb-res-7-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbbc-res-7-h.prg?format=raw cbbc-res-7-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbbd-res-7-l.prg?format=raw cbbd-res-7-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbbe-res-7-hl.prg?format=raw cbbe-res-7-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbbf-res-7-a.prg?format=raw cbbf-res-7-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbc0-set-0-b.prg?format=raw cbc0-set-0-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbc1-set-0-c.prg?format=raw cbc1-set-0-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbc2-set-0-d.prg?format=raw cbc2-set-0-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbc3-set-0-e.prg?format=raw cbc3-set-0-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbc4-set-0-h.prg?format=raw cbc4-set-0-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbc5-set-0-l.prg?format=raw cbc5-set-0-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbc6-set-0-hl.prg?format=raw cbc6-set-0-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbc7-set-0-a.prg?format=raw cbc7-set-0-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbc8-set-1-b.prg?format=raw cbc8-set-1-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbc9-set-1-c.prg?format=raw cbc9-set-1-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbca-set-1-d.prg?format=raw cbca-set-1-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbcb-set-1-e.prg?format=raw cbcb-set-1-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbcc-set-1-h.prg?format=raw cbcc-set-1-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbcd-set-1-l.prg?format=raw cbcd-set-1-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbce-set-1-hl.prg?format=raw cbce-set-1-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbcf-set-1-a.prg?format=raw cbcf-set-1-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbd0-set-2-b.prg?format=raw cbd0-set-2-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbd1-set-2-c.prg?format=raw cbd1-set-2-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbd2-set-2-d.prg?format=raw cbd2-set-2-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbd3-set-2-e.prg?format=raw cbd3-set-2-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbd4-set-2-h.prg?format=raw cbd4-set-2-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbd5-set-2-l.prg?format=raw cbd5-set-2-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbd6-set-2-hl.prg?format=raw cbd6-set-2-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbd7-set-2-a.prg?format=raw cbd7-set-2-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbd8-set-3-b.prg?format=raw cbd8-set-3-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbd9-set-3-c.prg?format=raw cbd9-set-3-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbda-set-3-d.prg?format=raw cbda-set-3-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbdb-set-3-e.prg?format=raw cbdb-set-3-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbdc-set-3-h.prg?format=raw cbdc-set-3-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbdd-set-3-l.prg?format=raw cbdd-set-3-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbde-set-3-hl.prg?format=raw cbde-set-3-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbdf-set-3-a.prg?format=raw cbdf-set-3-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbe0-set-4-b.prg?format=raw cbe0-set-4-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbe1-set-4-c.prg?format=raw cbe1-set-4-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbe2-set-4-d.prg?format=raw cbe2-set-4-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbe3-set-4-e.prg?format=raw cbe3-set-4-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbe4-set-4-h.prg?format=raw cbe4-set-4-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbe5-set-4-l.prg?format=raw cbe5-set-4-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbe6-set-4-hl.prg?format=raw cbe6-set-4-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbe7-set-4-a.prg?format=raw cbe7-set-4-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbe8-set-5-b.prg?format=raw cbe8-set-5-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbe9-set-5-c.prg?format=raw cbe9-set-5-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbea-set-5-d.prg?format=raw cbea-set-5-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbeb-set-5-e.prg?format=raw cbeb-set-5-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbec-set-5-h.prg?format=raw cbec-set-5-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbed-set-5-l.prg?format=raw cbed-set-5-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbee-set-5-hl.prg?format=raw cbee-set-5-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbef-set-5-a.prg?format=raw cbef-set-5-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbf0-set-6-b.prg?format=raw cbf0-set-6-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbf1-set-6-c.prg?format=raw cbf1-set-6-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbf2-set-6-d.prg?format=raw cbf2-set-6-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbf3-set-6-e.prg?format=raw cbf3-set-6-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbf4-set-6-h.prg?format=raw cbf4-set-6-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbf5-set-6-l.prg?format=raw cbf5-set-6-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbf6-set-6-hl.prg?format=raw cbf6-set-6-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbf7-set-6-a.prg?format=raw cbf7-set-6-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbf8-set-7-b.prg?format=raw cbf8-set-7-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbf9-set-7-c.prg?format=raw cbf9-set-7-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbfa-set-7-d.prg?format=raw cbfa-set-7-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbfb-set-7-e.prg?format=raw cbfb-set-7-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbfc-set-7-h.prg?format=raw cbfc-set-7-h.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbfd-set-7-l.prg?format=raw cbfd-set-7-l.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbfe-set-7-hl.prg?format=raw cbfe-set-7-hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/cbff-set-7-a.prg?format=raw cbff-set-7-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb00-rlc-b_ixd.prg?format=raw ddcb00-rlc-b_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb01-rlc-c_ixd.prg?format=raw ddcb01-rlc-c_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb02-rlc-d_ixd.prg?format=raw ddcb02-rlc-d_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb03-rlc-e_ixd.prg?format=raw ddcb03-rlc-e_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb04-rlc-h_ixd.prg?format=raw ddcb04-rlc-h_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb05-rlc-l_ixd.prg?format=raw ddcb05-rlc-l_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb06-rlc-ixd.prg?format=raw ddcb06-rlc-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb07-rlc-a_ixd.prg?format=raw ddcb07-rlc-a_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb08-rrc-b_ixd.prg?format=raw ddcb08-rrc-b_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb09-rrc-c_ixd.prg?format=raw ddcb09-rrc-c_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb0a-rrc-d_ixd.prg?format=raw ddcb0a-rrc-d_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb0b-rrc-e_ixd.prg?format=raw ddcb0b-rrc-e_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb0c-rrc-h_ixd.prg?format=raw ddcb0c-rrc-h_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb0d-rrc-l_ixd.prg?format=raw ddcb0d-rrc-l_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb0e-rrc-ixd.prg?format=raw ddcb0e-rrc-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb0f-rrc-a_ixd.prg?format=raw ddcb0f-rrc-a_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb10-rl-b_ixd.prg?format=raw ddcb10-rl-b_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb11-rl-c_ixd.prg?format=raw ddcb11-rl-c_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb12-rl-d_ixd.prg?format=raw ddcb12-rl-d_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb13-rl-e_ixd.prg?format=raw ddcb13-rl-e_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb14-rl-h_ixd.prg?format=raw ddcb14-rl-h_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb15-rl-l_ixd.prg?format=raw ddcb15-rl-l_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb16-rl-ixd.prg?format=raw ddcb16-rl-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb17-rl-a_ixd.prg?format=raw ddcb17-rl-a_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb18-rr-b_ixd.prg?format=raw ddcb18-rr-b_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb19-rr-c_ixd.prg?format=raw ddcb19-rr-c_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb1a-rr-d_ixd.prg?format=raw ddcb1a-rr-d_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb1b-rr-e_ixd.prg?format=raw ddcb1b-rr-e_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb1c-rr-h_ixd.prg?format=raw ddcb1c-rr-h_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb1d-rr-l_ixd.prg?format=raw ddcb1d-rr-l_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb1e-rr-ixd.prg?format=raw ddcb1e-rr-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb1f-rr-a_ixd.prg?format=raw ddcb1f-rr-a_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb20-sla-b_ixd.prg?format=raw ddcb20-sla-b_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb21-sla-c_ixd.prg?format=raw ddcb21-sla-c_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb22-sla-d_ixd.prg?format=raw ddcb22-sla-d_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb23-sla-e_ixd.prg?format=raw ddcb23-sla-e_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb24-sla-h_ixd.prg?format=raw ddcb24-sla-h_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb25-sla-l_ixd.prg?format=raw ddcb25-sla-l_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb26-sla-ixd.prg?format=raw ddcb26-sla-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb27-sla-a_ixd.prg?format=raw ddcb27-sla-a_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb28-sra-b_ixd.prg?format=raw ddcb28-sra-b_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb29-sra-c_ixd.prg?format=raw ddcb29-sra-c_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb2a-sra-d_ixd.prg?format=raw ddcb2a-sra-d_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb2b-sra-e_ixd.prg?format=raw ddcb2b-sra-e_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb2c-sra-h_ixd.prg?format=raw ddcb2c-sra-h_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb2d-sra-l_ixd.prg?format=raw ddcb2d-sra-l_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb2e-sra-ixd.prg?format=raw ddcb2e-sra-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb2f-sra-a_ixd.prg?format=raw ddcb2f-sra-a_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb30-sls-b_ixd.prg?format=raw ddcb30-sls-b_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb31-sls-c_ixd.prg?format=raw ddcb31-sls-c_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb32-sls-d_ixd.prg?format=raw ddcb32-sls-d_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb33-sls-e_ixd.prg?format=raw ddcb33-sls-e_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb34-sls-h_ixd.prg?format=raw ddcb34-sls-h_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb35-sls-l_ixd.prg?format=raw ddcb35-sls-l_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb36-sls-ixd.prg?format=raw ddcb36-sls-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb37-sls-a_ixd.prg?format=raw ddcb37-sls-a_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb38-srl-b_ixd.prg?format=raw ddcb38-srl-b_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb39-srl-c_ixd.prg?format=raw ddcb39-srl-c_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb3a-srl-d_ixd.prg?format=raw ddcb3a-srl-d_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb3b-srl-e_ixd.prg?format=raw ddcb3b-srl-e_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb3c-srl-h_ixd.prg?format=raw ddcb3c-srl-h_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb3d-srl-l_ixd.prg?format=raw ddcb3d-srl-l_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb3e-srl-ixd.prg?format=raw ddcb3e-srl-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb3f-srl-a_ixd.prg?format=raw ddcb3f-srl-a_ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb40-bit-0-ixd.prg?format=raw ddcb40-bit-0-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb41-bit-0-ixd.prg?format=raw ddcb41-bit-0-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb42-bit-0-ixd.prg?format=raw ddcb42-bit-0-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb43-bit-0-ixd.prg?format=raw ddcb43-bit-0-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb44-bit-0-ixd.prg?format=raw ddcb44-bit-0-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb45-bit-0-ixd.prg?format=raw ddcb45-bit-0-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb46-bit-0-ixd.prg?format=raw ddcb46-bit-0-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb47-bit-0-ixd.prg?format=raw ddcb47-bit-0-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb48-bit-1-ixd.prg?format=raw ddcb48-bit-1-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb49-bit-1-ixd.prg?format=raw ddcb49-bit-1-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb4a-bit-1-ixd.prg?format=raw ddcb4a-bit-1-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb4b-bit-1-ixd.prg?format=raw ddcb4b-bit-1-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb4c-bit-1-ixd.prg?format=raw ddcb4c-bit-1-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb4d-bit-1-ixd.prg?format=raw ddcb4d-bit-1-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb4e-bit-1-ixd.prg?format=raw ddcb4e-bit-1-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb4f-bit-1-ixd.prg?format=raw ddcb4f-bit-1-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb50-bit-2-ixd.prg?format=raw ddcb50-bit-2-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb51-bit-2-ixd.prg?format=raw ddcb51-bit-2-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb52-bit-2-ixd.prg?format=raw ddcb52-bit-2-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb53-bit-2-ixd.prg?format=raw ddcb53-bit-2-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb54-bit-2-ixd.prg?format=raw ddcb54-bit-2-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb55-bit-2-ixd.prg?format=raw ddcb55-bit-2-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb56-bit-2-ixd.prg?format=raw ddcb56-bit-2-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb57-bit-2-ixd.prg?format=raw ddcb57-bit-2-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb58-bit-3-ixd.prg?format=raw ddcb58-bit-3-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb59-bit-3-ixd.prg?format=raw ddcb59-bit-3-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb5a-bit-3-ixd.prg?format=raw ddcb5a-bit-3-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb5b-bit-3-ixd.prg?format=raw ddcb5b-bit-3-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb5c-bit-3-ixd.prg?format=raw ddcb5c-bit-3-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb5d-bit-3-ixd.prg?format=raw ddcb5d-bit-3-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb5e-bit-3-ixd.prg?format=raw ddcb5e-bit-3-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb5f-bit-3-ixd.prg?format=raw ddcb5f-bit-3-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb60-bit-4-ixd.prg?format=raw ddcb60-bit-4-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb61-bit-4-ixd.prg?format=raw ddcb61-bit-4-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb62-bit-4-ixd.prg?format=raw ddcb62-bit-4-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb63-bit-4-ixd.prg?format=raw ddcb63-bit-4-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb64-bit-4-ixd.prg?format=raw ddcb64-bit-4-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb65-bit-4-ixd.prg?format=raw ddcb65-bit-4-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb66-bit-4-ixd.prg?format=raw ddcb66-bit-4-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb67-bit-4-ixd.prg?format=raw ddcb67-bit-4-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb68-bit-5-ixd.prg?format=raw ddcb68-bit-5-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb69-bit-5-ixd.prg?format=raw ddcb69-bit-5-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb6a-bit-5-ixd.prg?format=raw ddcb6a-bit-5-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb6b-bit-5-ixd.prg?format=raw ddcb6b-bit-5-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb6c-bit-5-ixd.prg?format=raw ddcb6c-bit-5-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb6d-bit-5-ixd.prg?format=raw ddcb6d-bit-5-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb6e-bit-5-ixd.prg?format=raw ddcb6e-bit-5-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb6f-bit-5-ixd.prg?format=raw ddcb6f-bit-5-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb70-bit-6-ixd.prg?format=raw ddcb70-bit-6-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb71-bit-6-ixd.prg?format=raw ddcb71-bit-6-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb72-bit-6-ixd.prg?format=raw ddcb72-bit-6-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb73-bit-6-ixd.prg?format=raw ddcb73-bit-6-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb74-bit-6-ixd.prg?format=raw ddcb74-bit-6-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb75-bit-6-ixd.prg?format=raw ddcb75-bit-6-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb76-bit-6-ixd.prg?format=raw ddcb76-bit-6-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb77-bit-6-ixd.prg?format=raw ddcb77-bit-6-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb78-bit-7-ixd.prg?format=raw ddcb78-bit-7-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb79-bit-7-ixd.prg?format=raw ddcb79-bit-7-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb7a-bit-7-ixd.prg?format=raw ddcb7a-bit-7-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb7b-bit-7-ixd.prg?format=raw ddcb7b-bit-7-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb7c-bit-7-ixd.prg?format=raw ddcb7c-bit-7-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb7d-bit-7-ixd.prg?format=raw ddcb7d-bit-7-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb7e-bit-7-ixd.prg?format=raw ddcb7e-bit-7-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb7f-bit-7-ixd.prg?format=raw ddcb7f-bit-7-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb80-res-0-b_x.prg?format=raw ddcb80-res-0-b_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb81-res-0-c_x.prg?format=raw ddcb81-res-0-c_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb82-res-0-d_x.prg?format=raw ddcb82-res-0-d_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb83-res-0-e_x.prg?format=raw ddcb83-res-0-e_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb84-res-0-h_x.prg?format=raw ddcb84-res-0-h_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb85-res-0-l_x.prg?format=raw ddcb85-res-0-l_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb86-res-0-ixd.prg?format=raw ddcb86-res-0-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb87-res-0-a_x.prg?format=raw ddcb87-res-0-a_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb88-res-1-b_x.prg?format=raw ddcb88-res-1-b_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb89-res-1-c_x.prg?format=raw ddcb89-res-1-c_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb8a-res-1-d_x.prg?format=raw ddcb8a-res-1-d_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb8b-res-1-e_x.prg?format=raw ddcb8b-res-1-e_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb8c-res-1-h_x.prg?format=raw ddcb8c-res-1-h_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb8d-res-1-l_x.prg?format=raw ddcb8d-res-1-l_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb8e-res-1-ixd.prg?format=raw ddcb8e-res-1-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb8f-res-1-a_x.prg?format=raw ddcb8f-res-1-a_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb90-res-2-b_x.prg?format=raw ddcb90-res-2-b_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb91-res-2-c_x.prg?format=raw ddcb91-res-2-c_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb92-res-2-d_x.prg?format=raw ddcb92-res-2-d_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb93-res-2-e_x.prg?format=raw ddcb93-res-2-e_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb94-res-2-h_x.prg?format=raw ddcb94-res-2-h_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb95-res-2-l_x.prg?format=raw ddcb95-res-2-l_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb96-res-2-ixd.prg?format=raw ddcb96-res-2-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb97-res-2-a_x.prg?format=raw ddcb97-res-2-a_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb98-res-3-b_x.prg?format=raw ddcb98-res-3-b_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb99-res-3-c_x.prg?format=raw ddcb99-res-3-c_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb9a-res-3-d_x.prg?format=raw ddcb9a-res-3-d_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb9b-res-3-e_x.prg?format=raw ddcb9b-res-3-e_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb9c-res-3-h_x.prg?format=raw ddcb9c-res-3-h_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb9d-res-3-l_x.prg?format=raw ddcb9d-res-3-l_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb9e-res-3-ixd.prg?format=raw ddcb9e-res-3-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcb9f-res-3-a_x.prg?format=raw ddcb9f-res-3-a_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcba0-res-4-b_x.prg?format=raw ddcba0-res-4-b_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcba1-res-4-c_x.prg?format=raw ddcba1-res-4-c_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcba2-res-4-d_x.prg?format=raw ddcba2-res-4-d_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcba3-res-4-e_x.prg?format=raw ddcba3-res-4-e_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcba4-res-4-h_x.prg?format=raw ddcba4-res-4-h_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcba5-res-4-l_x.prg?format=raw ddcba5-res-4-l_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcba6-res-4-ixd.prg?format=raw ddcba6-res-4-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcba7-res-4-a_x.prg?format=raw ddcba7-res-4-a_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcba8-res-5-b_x.prg?format=raw ddcba8-res-5-b_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcba9-res-5-c_x.prg?format=raw ddcba9-res-5-c_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbaa-res-5-d_x.prg?format=raw ddcbaa-res-5-d_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbab-res-5-e_x.prg?format=raw ddcbab-res-5-e_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbac-res-5-h_x.prg?format=raw ddcbac-res-5-h_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbad-res-5-l_x.prg?format=raw ddcbad-res-5-l_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbae-res-5-ixd.prg?format=raw ddcbae-res-5-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbaf-res-5-a_x.prg?format=raw ddcbaf-res-5-a_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbb0-res-6-b_x.prg?format=raw ddcbb0-res-6-b_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbb1-res-6-c_x.prg?format=raw ddcbb1-res-6-c_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbb2-res-6-d_x.prg?format=raw ddcbb2-res-6-d_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbb3-res-6-e_x.prg?format=raw ddcbb3-res-6-e_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbb4-res-6-h_x.prg?format=raw ddcbb4-res-6-h_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbb5-res-6-l_x.prg?format=raw ddcbb5-res-6-l_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbb6-res-6-ixd.prg?format=raw ddcbb6-res-6-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbb7-res-6-a_x.prg?format=raw ddcbb7-res-6-a_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbb8-res-7-b_x.prg?format=raw ddcbb8-res-7-b_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbb9-res-7-c_x.prg?format=raw ddcbb9-res-7-c_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbba-res-7-d_x.prg?format=raw ddcbba-res-7-d_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbbb-res-7-e_x.prg?format=raw ddcbbb-res-7-e_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbbc-res-7-h_x.prg?format=raw ddcbbc-res-7-h_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbbd-res-7-l_x.prg?format=raw ddcbbd-res-7-l_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbbe-res-7-ixd.prg?format=raw ddcbbe-res-7-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbbf-res-7-a_x.prg?format=raw ddcbbf-res-7-a_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbc0-set-0-b_x.prg?format=raw ddcbc0-set-0-b_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbc1-set-0-c_x.prg?format=raw ddcbc1-set-0-c_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbc2-set-0-d_x.prg?format=raw ddcbc2-set-0-d_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbc3-set-0-e_x.prg?format=raw ddcbc3-set-0-e_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbc4-set-0-h_x.prg?format=raw ddcbc4-set-0-h_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbc5-set-0-l_x.prg?format=raw ddcbc5-set-0-l_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbc6-set-0-ixd.prg?format=raw ddcbc6-set-0-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbc7-set-0-a_x.prg?format=raw ddcbc7-set-0-a_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbc8-set-1-b_x.prg?format=raw ddcbc8-set-1-b_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbc9-set-1-c_x.prg?format=raw ddcbc9-set-1-c_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbca-set-1-d_x.prg?format=raw ddcbca-set-1-d_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbcb-set-1-e_x.prg?format=raw ddcbcb-set-1-e_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbcc-set-1-h_x.prg?format=raw ddcbcc-set-1-h_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbcd-set-1-l_x.prg?format=raw ddcbcd-set-1-l_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbce-set-1-ixd.prg?format=raw ddcbce-set-1-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbcf-set-1-a_x.prg?format=raw ddcbcf-set-1-a_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbd0-set-2-b_x.prg?format=raw ddcbd0-set-2-b_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbd1-set-2-c_x.prg?format=raw ddcbd1-set-2-c_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbd2-set-2-d_x.prg?format=raw ddcbd2-set-2-d_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbd3-set-2-e_x.prg?format=raw ddcbd3-set-2-e_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbd4-set-2-h_x.prg?format=raw ddcbd4-set-2-h_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbd5-set-2-l_x.prg?format=raw ddcbd5-set-2-l_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbd6-set-2-ixd.prg?format=raw ddcbd6-set-2-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbd7-set-2-a_x.prg?format=raw ddcbd7-set-2-a_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbd8-set-3-b_x.prg?format=raw ddcbd8-set-3-b_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbd9-set-3-c_x.prg?format=raw ddcbd9-set-3-c_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbda-set-3-d_x.prg?format=raw ddcbda-set-3-d_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbdb-set-3-e_x.prg?format=raw ddcbdb-set-3-e_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbdc-set-3-h_x.prg?format=raw ddcbdc-set-3-h_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbdd-set-3-l_x.prg?format=raw ddcbdd-set-3-l_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbde-set-3-ixd.prg?format=raw ddcbde-set-3-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbdf-set-3-a_x.prg?format=raw ddcbdf-set-3-a_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbe0-set-4-b_x.prg?format=raw ddcbe0-set-4-b_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbe1-set-4-c_x.prg?format=raw ddcbe1-set-4-c_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbe2-set-4-d_x.prg?format=raw ddcbe2-set-4-d_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbe3-set-4-e_x.prg?format=raw ddcbe3-set-4-e_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbe4-set-4-h_x.prg?format=raw ddcbe4-set-4-h_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbe5-set-4-l_x.prg?format=raw ddcbe5-set-4-l_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbe6-set-4-ixd.prg?format=raw ddcbe6-set-4-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbe7-set-4-a_x.prg?format=raw ddcbe7-set-4-a_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbe8-set-5-b_x.prg?format=raw ddcbe8-set-5-b_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbe9-set-5-c_x.prg?format=raw ddcbe9-set-5-c_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbea-set-5-d_x.prg?format=raw ddcbea-set-5-d_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbeb-set-5-e_x.prg?format=raw ddcbeb-set-5-e_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbec-set-5-h_x.prg?format=raw ddcbec-set-5-h_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbed-set-5-l_x.prg?format=raw ddcbed-set-5-l_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbee-set-5-ixd.prg?format=raw ddcbee-set-5-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbef-set-5-a_x.prg?format=raw ddcbef-set-5-a_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbf0-set-6-b_x.prg?format=raw ddcbf0-set-6-b_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbf1-set-6-c_x.prg?format=raw ddcbf1-set-6-c_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbf2-set-6-d_x.prg?format=raw ddcbf2-set-6-d_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbf3-set-6-e_x.prg?format=raw ddcbf3-set-6-e_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbf4-set-6-h_x.prg?format=raw ddcbf4-set-6-h_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbf5-set-6-l_x.prg?format=raw ddcbf5-set-6-l_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbf6-set-6-ixd.prg?format=raw ddcbf6-set-6-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbf7-set-6-a_x.prg?format=raw ddcbf7-set-6-a_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbf8-set-7-b_x.prg?format=raw ddcbf8-set-7-b_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbf9-set-7-c_x.prg?format=raw ddcbf9-set-7-c_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbfa-set-7-d_x.prg?format=raw ddcbfa-set-7-d_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbfb-set-7-e_x.prg?format=raw ddcbfb-set-7-e_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbfc-set-7-h_x.prg?format=raw ddcbfc-set-7-h_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbfd-set-7-l_x.prg?format=raw ddcbfd-set-7-l_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbfe-set-7-ixd.prg?format=raw ddcbfe-set-7-ixd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcbff-set-7-a_x.prg?format=raw ddcbff-set-7-a_x.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb00-rlc-b_iyd.prg?format=raw fdcb00-rlc-b_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb01-rlc-c_iyd.prg?format=raw fdcb01-rlc-c_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb02-rlc-d_iyd.prg?format=raw fdcb02-rlc-d_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb03-rlc-e_iyd.prg?format=raw fdcb03-rlc-e_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb04-rlc-h_iyd.prg?format=raw fdcb04-rlc-h_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb05-rlc-l_iyd.prg?format=raw fdcb05-rlc-l_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb06-rlc-iyd.prg?format=raw fdcb06-rlc-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb07-rlc-a_iyd.prg?format=raw fdcb07-rlc-a_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb08-rrc-b_iyd.prg?format=raw fdcb08-rrc-b_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb09-rrc-c_iyd.prg?format=raw fdcb09-rrc-c_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb0a-rrc-d_iyd.prg?format=raw fdcb0a-rrc-d_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb0b-rrc-e_iyd.prg?format=raw fdcb0b-rrc-e_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb0c-rrc-h_iyd.prg?format=raw fdcb0c-rrc-h_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb0d-rrc-l_iyd.prg?format=raw fdcb0d-rrc-l_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb0e-rrc-iyd.prg?format=raw fdcb0e-rrc-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb0f-rrc-a_iyd.prg?format=raw fdcb0f-rrc-a_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb10-rl-b_iyd.prg?format=raw fdcb10-rl-b_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb11-rl-c_iyd.prg?format=raw fdcb11-rl-c_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb12-rl-d_iyd.prg?format=raw fdcb12-rl-d_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb13-rl-e_iyd.prg?format=raw fdcb13-rl-e_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb14-rl-h_iyd.prg?format=raw fdcb14-rl-h_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb15-rl-l_iyd.prg?format=raw fdcb15-rl-l_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb16-rl-iyd.prg?format=raw fdcb16-rl-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb17-rl-a_iyd.prg?format=raw fdcb17-rl-a_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb18-rr-b_iyd.prg?format=raw fdcb18-rr-b_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb19-rr-c_iyd.prg?format=raw fdcb19-rr-c_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb1a-rr-d_iyd.prg?format=raw fdcb1a-rr-d_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb1b-rr-e_iyd.prg?format=raw fdcb1b-rr-e_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb1c-rr-h_iyd.prg?format=raw fdcb1c-rr-h_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb1d-rr-l_iyd.prg?format=raw fdcb1d-rr-l_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb1e-rr-iyd.prg?format=raw fdcb1e-rr-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb1f-rr-a_iyd.prg?format=raw fdcb1f-rr-a_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb20-sla-b_iyd.prg?format=raw fdcb20-sla-b_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb21-sla-c_iyd.prg?format=raw fdcb21-sla-c_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb22-sla-d_iyd.prg?format=raw fdcb22-sla-d_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb23-sla-e_iyd.prg?format=raw fdcb23-sla-e_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb24-sla-h_iyd.prg?format=raw fdcb24-sla-h_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb25-sla-l_iyd.prg?format=raw fdcb25-sla-l_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb26-sla-iyd.prg?format=raw fdcb26-sla-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb27-sla-a_iyd.prg?format=raw fdcb27-sla-a_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb28-sra-b_iyd.prg?format=raw fdcb28-sra-b_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb29-sra-c_iyd.prg?format=raw fdcb29-sra-c_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb2a-sra-d_iyd.prg?format=raw fdcb2a-sra-d_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb2b-sra-e_iyd.prg?format=raw fdcb2b-sra-e_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb2c-sra-h_iyd.prg?format=raw fdcb2c-sra-h_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb2d-sra-l_iyd.prg?format=raw fdcb2d-sra-l_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb2e-sra-iyd.prg?format=raw fdcb2e-sra-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb2f-sra-a_iyd.prg?format=raw fdcb2f-sra-a_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb30-sls-b_iyd.prg?format=raw fdcb30-sls-b_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb31-sls-c_iyd.prg?format=raw fdcb31-sls-c_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb32-sls-d_iyd.prg?format=raw fdcb32-sls-d_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb33-sls-e_iyd.prg?format=raw fdcb33-sls-e_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb34-sls-h_iyd.prg?format=raw fdcb34-sls-h_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb35-sls-l_iyd.prg?format=raw fdcb35-sls-l_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb36-sls-iyd.prg?format=raw fdcb36-sls-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb37-sls-a_iyd.prg?format=raw fdcb37-sls-a_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb38-srl-b_iyd.prg?format=raw fdcb38-srl-b_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb39-srl-c_iyd.prg?format=raw fdcb39-srl-c_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb3a-srl-d_iyd.prg?format=raw fdcb3a-srl-d_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb3b-srl-e_iyd.prg?format=raw fdcb3b-srl-e_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb3c-srl-h_iyd.prg?format=raw fdcb3c-srl-h_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb3d-srl-l_iyd.prg?format=raw fdcb3d-srl-l_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb3e-srl-iyd.prg?format=raw fdcb3e-srl-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb3f-srl-a_iyd.prg?format=raw fdcb3f-srl-a_iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb40-bit-0-iyd.prg?format=raw fdcb40-bit-0-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb41-bit-0-iyd.prg?format=raw fdcb41-bit-0-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb42-bit-0-iyd.prg?format=raw fdcb42-bit-0-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb43-bit-0-iyd.prg?format=raw fdcb43-bit-0-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb44-bit-0-iyd.prg?format=raw fdcb44-bit-0-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb45-bit-0-iyd.prg?format=raw fdcb45-bit-0-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb46-bit-0-iyd.prg?format=raw fdcb46-bit-0-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb47-bit-0-iyd.prg?format=raw fdcb47-bit-0-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb48-bit-1-iyd.prg?format=raw fdcb48-bit-1-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb49-bit-1-iyd.prg?format=raw fdcb49-bit-1-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb4a-bit-1-iyd.prg?format=raw fdcb4a-bit-1-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb4b-bit-1-iyd.prg?format=raw fdcb4b-bit-1-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb4c-bit-1-iyd.prg?format=raw fdcb4c-bit-1-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb4d-bit-1-iyd.prg?format=raw fdcb4d-bit-1-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb4e-bit-1-iyd.prg?format=raw fdcb4e-bit-1-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb4f-bit-1-iyd.prg?format=raw fdcb4f-bit-1-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb50-bit-2-iyd.prg?format=raw fdcb50-bit-2-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb51-bit-2-iyd.prg?format=raw fdcb51-bit-2-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb52-bit-2-iyd.prg?format=raw fdcb52-bit-2-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb53-bit-2-iyd.prg?format=raw fdcb53-bit-2-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb54-bit-2-iyd.prg?format=raw fdcb54-bit-2-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb55-bit-2-iyd.prg?format=raw fdcb55-bit-2-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb56-bit-2-iyd.prg?format=raw fdcb56-bit-2-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb57-bit-2-iyd.prg?format=raw fdcb57-bit-2-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb58-bit-3-iyd.prg?format=raw fdcb58-bit-3-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb59-bit-3-iyd.prg?format=raw fdcb59-bit-3-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb5a-bit-3-iyd.prg?format=raw fdcb5a-bit-3-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb5b-bit-3-iyd.prg?format=raw fdcb5b-bit-3-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb5c-bit-3-iyd.prg?format=raw fdcb5c-bit-3-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb5d-bit-3-iyd.prg?format=raw fdcb5d-bit-3-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb5e-bit-3-iyd.prg?format=raw fdcb5e-bit-3-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb5f-bit-3-iyd.prg?format=raw fdcb5f-bit-3-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb60-bit-4-iyd.prg?format=raw fdcb60-bit-4-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb61-bit-4-iyd.prg?format=raw fdcb61-bit-4-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb62-bit-4-iyd.prg?format=raw fdcb62-bit-4-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb63-bit-4-iyd.prg?format=raw fdcb63-bit-4-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb64-bit-4-iyd.prg?format=raw fdcb64-bit-4-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb65-bit-4-iyd.prg?format=raw fdcb65-bit-4-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb66-bit-4-iyd.prg?format=raw fdcb66-bit-4-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb67-bit-4-iyd.prg?format=raw fdcb67-bit-4-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb68-bit-5-iyd.prg?format=raw fdcb68-bit-5-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb69-bit-5-iyd.prg?format=raw fdcb69-bit-5-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb6a-bit-5-iyd.prg?format=raw fdcb6a-bit-5-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb6b-bit-5-iyd.prg?format=raw fdcb6b-bit-5-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb6c-bit-5-iyd.prg?format=raw fdcb6c-bit-5-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb6d-bit-5-iyd.prg?format=raw fdcb6d-bit-5-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb6e-bit-5-iyd.prg?format=raw fdcb6e-bit-5-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb6f-bit-5-iyd.prg?format=raw fdcb6f-bit-5-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb70-bit-6-iyd.prg?format=raw fdcb70-bit-6-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb71-bit-6-iyd.prg?format=raw fdcb71-bit-6-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb72-bit-6-iyd.prg?format=raw fdcb72-bit-6-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb73-bit-6-iyd.prg?format=raw fdcb73-bit-6-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb74-bit-6-iyd.prg?format=raw fdcb74-bit-6-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb75-bit-6-iyd.prg?format=raw fdcb75-bit-6-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb76-bit-6-iyd.prg?format=raw fdcb76-bit-6-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb77-bit-6-iyd.prg?format=raw fdcb77-bit-6-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb78-bit-7-iyd.prg?format=raw fdcb78-bit-7-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb79-bit-7-iyd.prg?format=raw fdcb79-bit-7-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb7a-bit-7-iyd.prg?format=raw fdcb7a-bit-7-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb7b-bit-7-iyd.prg?format=raw fdcb7b-bit-7-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb7c-bit-7-iyd.prg?format=raw fdcb7c-bit-7-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb7d-bit-7-iyd.prg?format=raw fdcb7d-bit-7-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb7e-bit-7-iyd.prg?format=raw fdcb7e-bit-7-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb7f-bit-7-iyd.prg?format=raw fdcb7f-bit-7-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb80-res-0-b_y.prg?format=raw fdcb80-res-0-b_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb81-res-0-c_y.prg?format=raw fdcb81-res-0-c_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb82-res-0-d_y.prg?format=raw fdcb82-res-0-d_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb83-res-0-e_y.prg?format=raw fdcb83-res-0-e_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb84-res-0-h_y.prg?format=raw fdcb84-res-0-h_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb85-res-0-l_y.prg?format=raw fdcb85-res-0-l_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb86-res-0-iyd.prg?format=raw fdcb86-res-0-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb87-res-0-a_y.prg?format=raw fdcb87-res-0-a_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb88-res-1-b_y.prg?format=raw fdcb88-res-1-b_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb89-res-1-c_y.prg?format=raw fdcb89-res-1-c_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb8a-res-1-d_y.prg?format=raw fdcb8a-res-1-d_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb8b-res-1-e_y.prg?format=raw fdcb8b-res-1-e_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb8c-res-1-h_y.prg?format=raw fdcb8c-res-1-h_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb8d-res-1-l_y.prg?format=raw fdcb8d-res-1-l_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb8e-res-1-iyd.prg?format=raw fdcb8e-res-1-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb8f-res-1-a_y.prg?format=raw fdcb8f-res-1-a_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb90-res-2-b_y.prg?format=raw fdcb90-res-2-b_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb91-res-2-c_y.prg?format=raw fdcb91-res-2-c_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb92-res-2-d_y.prg?format=raw fdcb92-res-2-d_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb93-res-2-e_y.prg?format=raw fdcb93-res-2-e_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb94-res-2-h_y.prg?format=raw fdcb94-res-2-h_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb95-res-2-l_y.prg?format=raw fdcb95-res-2-l_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb96-res-2-iyd.prg?format=raw fdcb96-res-2-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb97-res-2-a_y.prg?format=raw fdcb97-res-2-a_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb98-res-3-b_y.prg?format=raw fdcb98-res-3-b_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb99-res-3-c_y.prg?format=raw fdcb99-res-3-c_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb9a-res-3-d_y.prg?format=raw fdcb9a-res-3-d_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb9b-res-3-e_y.prg?format=raw fdcb9b-res-3-e_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb9c-res-3-h_y.prg?format=raw fdcb9c-res-3-h_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb9d-res-3-l_y.prg?format=raw fdcb9d-res-3-l_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb9e-res-3-iyd.prg?format=raw fdcb9e-res-3-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcb9f-res-3-a_y.prg?format=raw fdcb9f-res-3-a_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcba0-res-4-b_y.prg?format=raw fdcba0-res-4-b_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcba1-res-4-c_y.prg?format=raw fdcba1-res-4-c_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcba2-res-4-d_y.prg?format=raw fdcba2-res-4-d_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcba3-res-4-e_y.prg?format=raw fdcba3-res-4-e_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcba4-res-4-h_y.prg?format=raw fdcba4-res-4-h_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcba5-res-4-l_y.prg?format=raw fdcba5-res-4-l_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcba6-res-4-iyd.prg?format=raw fdcba6-res-4-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcba7-res-4-a_y.prg?format=raw fdcba7-res-4-a_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcba8-res-5-b_y.prg?format=raw fdcba8-res-5-b_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcba9-res-5-c_y.prg?format=raw fdcba9-res-5-c_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbaa-res-5-d_y.prg?format=raw fdcbaa-res-5-d_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbab-res-5-e_y.prg?format=raw fdcbab-res-5-e_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbac-res-5-h_y.prg?format=raw fdcbac-res-5-h_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbad-res-5-l_y.prg?format=raw fdcbad-res-5-l_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbae-res-5-iyd.prg?format=raw fdcbae-res-5-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbaf-res-5-a_y.prg?format=raw fdcbaf-res-5-a_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbb0-res-6-b_y.prg?format=raw fdcbb0-res-6-b_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbb1-res-6-c_y.prg?format=raw fdcbb1-res-6-c_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbb2-res-6-d_y.prg?format=raw fdcbb2-res-6-d_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbb3-res-6-e_y.prg?format=raw fdcbb3-res-6-e_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbb4-res-6-h_y.prg?format=raw fdcbb4-res-6-h_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbb5-res-6-l_y.prg?format=raw fdcbb5-res-6-l_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbb6-res-6-iyd.prg?format=raw fdcbb6-res-6-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbb7-res-6-a_y.prg?format=raw fdcbb7-res-6-a_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbb8-res-7-b_y.prg?format=raw fdcbb8-res-7-b_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbb9-res-7-c_y.prg?format=raw fdcbb9-res-7-c_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbba-res-7-d_y.prg?format=raw fdcbba-res-7-d_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbbb-res-7-e_y.prg?format=raw fdcbbb-res-7-e_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbbc-res-7-h_y.prg?format=raw fdcbbc-res-7-h_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbbd-res-7-l_y.prg?format=raw fdcbbd-res-7-l_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbbe-res-7-iyd.prg?format=raw fdcbbe-res-7-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbbf-res-7-a_y.prg?format=raw fdcbbf-res-7-a_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbc0-set-0-b_y.prg?format=raw fdcbc0-set-0-b_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbc1-set-0-c_y.prg?format=raw fdcbc1-set-0-c_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbc2-set-0-d_y.prg?format=raw fdcbc2-set-0-d_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbc3-set-0-e_y.prg?format=raw fdcbc3-set-0-e_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbc4-set-0-h_y.prg?format=raw fdcbc4-set-0-h_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbc5-set-0-l_y.prg?format=raw fdcbc5-set-0-l_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbc6-set-0-iyd.prg?format=raw fdcbc6-set-0-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbc7-set-0-a_y.prg?format=raw fdcbc7-set-0-a_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbc8-set-1-b_y.prg?format=raw fdcbc8-set-1-b_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbc9-set-1-c_y.prg?format=raw fdcbc9-set-1-c_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbca-set-1-d_y.prg?format=raw fdcbca-set-1-d_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbcb-set-1-e_y.prg?format=raw fdcbcb-set-1-e_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbcc-set-1-h_y.prg?format=raw fdcbcc-set-1-h_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbcd-set-1-l_y.prg?format=raw fdcbcd-set-1-l_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbce-set-1-iyd.prg?format=raw fdcbce-set-1-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbcf-set-1-a_y.prg?format=raw fdcbcf-set-1-a_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbd0-set-2-b_y.prg?format=raw fdcbd0-set-2-b_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbd1-set-2-c_y.prg?format=raw fdcbd1-set-2-c_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbd2-set-2-d_y.prg?format=raw fdcbd2-set-2-d_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbd3-set-2-e_y.prg?format=raw fdcbd3-set-2-e_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbd4-set-2-h_y.prg?format=raw fdcbd4-set-2-h_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbd5-set-2-l_y.prg?format=raw fdcbd5-set-2-l_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbd6-set-2-iyd.prg?format=raw fdcbd6-set-2-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbd7-set-2-a_y.prg?format=raw fdcbd7-set-2-a_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbd8-set-3-b_y.prg?format=raw fdcbd8-set-3-b_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbd9-set-3-c_y.prg?format=raw fdcbd9-set-3-c_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbda-set-3-d_y.prg?format=raw fdcbda-set-3-d_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbdb-set-3-e_y.prg?format=raw fdcbdb-set-3-e_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbdc-set-3-h_y.prg?format=raw fdcbdc-set-3-h_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbdd-set-3-l_y.prg?format=raw fdcbdd-set-3-l_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbde-set-3-iyd.prg?format=raw fdcbde-set-3-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbdf-set-3-a_y.prg?format=raw fdcbdf-set-3-a_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbe0-set-4-b_y.prg?format=raw fdcbe0-set-4-b_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbe1-set-4-c_y.prg?format=raw fdcbe1-set-4-c_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbe2-set-4-d_y.prg?format=raw fdcbe2-set-4-d_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbe3-set-4-e_y.prg?format=raw fdcbe3-set-4-e_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbe4-set-4-h_y.prg?format=raw fdcbe4-set-4-h_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbe5-set-4-l_y.prg?format=raw fdcbe5-set-4-l_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbe6-set-4-iyd.prg?format=raw fdcbe6-set-4-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbe7-set-4-a_y.prg?format=raw fdcbe7-set-4-a_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbe8-set-5-b_y.prg?format=raw fdcbe8-set-5-b_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbe9-set-5-c_y.prg?format=raw fdcbe9-set-5-c_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbea-set-5-d_y.prg?format=raw fdcbea-set-5-d_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbeb-set-5-e_y.prg?format=raw fdcbeb-set-5-e_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbec-set-5-h_y.prg?format=raw fdcbec-set-5-h_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbed-set-5-l_y.prg?format=raw fdcbed-set-5-l_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbee-set-5-iyd.prg?format=raw fdcbee-set-5-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbef-set-5-a_y.prg?format=raw fdcbef-set-5-a_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbf0-set-6-b_y.prg?format=raw fdcbf0-set-6-b_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbf1-set-6-c_y.prg?format=raw fdcbf1-set-6-c_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbf2-set-6-d_y.prg?format=raw fdcbf2-set-6-d_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbf3-set-6-e_y.prg?format=raw fdcbf3-set-6-e_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbf4-set-6-h_y.prg?format=raw fdcbf4-set-6-h_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbf5-set-6-l_y.prg?format=raw fdcbf5-set-6-l_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbf6-set-6-iyd.prg?format=raw fdcbf6-set-6-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbf7-set-6-a_y.prg?format=raw fdcbf7-set-6-a_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbf8-set-7-b_y.prg?format=raw fdcbf8-set-7-b_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbf9-set-7-c_y.prg?format=raw fdcbf9-set-7-c_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbfa-set-7-d_y.prg?format=raw fdcbfa-set-7-d_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbfb-set-7-e_y.prg?format=raw fdcbfb-set-7-e_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbfc-set-7-h_y.prg?format=raw fdcbfc-set-7-h_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbfd-set-7-l_y.prg?format=raw fdcbfd-set-7-l_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbfe-set-7-iyd.prg?format=raw fdcbfe-set-7-iyd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcbff-set-7-a_y.prg?format=raw fdcbff-set-7-a_y.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed00-nop.prg?format=raw ed00-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed01-nop.prg?format=raw ed01-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed02-nop.prg?format=raw ed02-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed03-nop.prg?format=raw ed03-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed04-nop.prg?format=raw ed04-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed05-nop.prg?format=raw ed05-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed06-nop.prg?format=raw ed06-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed07-nop.prg?format=raw ed07-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed08-nop.prg?format=raw ed08-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed09-nop.prg?format=raw ed09-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed0a-nop.prg?format=raw ed0a-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed0b-nop.prg?format=raw ed0b-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed0c-nop.prg?format=raw ed0c-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed0d-nop.prg?format=raw ed0d-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed0e-nop.prg?format=raw ed0e-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed0f-nop.prg?format=raw ed0f-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed10-nop.prg?format=raw ed10-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed11-nop.prg?format=raw ed11-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed12-nop.prg?format=raw ed12-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed13-nop.prg?format=raw ed13-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed14-nop.prg?format=raw ed14-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed15-nop.prg?format=raw ed15-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed16-nop.prg?format=raw ed16-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed17-nop.prg?format=raw ed17-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed18-nop.prg?format=raw ed18-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed19-nop.prg?format=raw ed19-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed1a-nop.prg?format=raw ed1a-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed1b-nop.prg?format=raw ed1b-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed1c-nop.prg?format=raw ed1c-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed1d-nop.prg?format=raw ed1d-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed1e-nop.prg?format=raw ed1e-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed1f-nop.prg?format=raw ed1f-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed20-nop.prg?format=raw ed20-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed21-nop.prg?format=raw ed21-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed22-nop.prg?format=raw ed22-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed23-nop.prg?format=raw ed23-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed24-nop.prg?format=raw ed24-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed25-nop.prg?format=raw ed25-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed26-nop.prg?format=raw ed26-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed27-nop.prg?format=raw ed27-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed28-nop.prg?format=raw ed28-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed29-nop.prg?format=raw ed29-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed2a-nop.prg?format=raw ed2a-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed2b-nop.prg?format=raw ed2b-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed2c-nop.prg?format=raw ed2c-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed2d-nop.prg?format=raw ed2d-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed2e-nop.prg?format=raw ed2e-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed2f-nop.prg?format=raw ed2f-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed30-nop.prg?format=raw ed30-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed31-nop.prg?format=raw ed31-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed32-nop.prg?format=raw ed32-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed33-nop.prg?format=raw ed33-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed34-nop.prg?format=raw ed34-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed35-nop.prg?format=raw ed35-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed36-nop.prg?format=raw ed36-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed37-nop.prg?format=raw ed37-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed38-nop.prg?format=raw ed38-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed39-nop.prg?format=raw ed39-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed3a-nop.prg?format=raw ed3a-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed3b-nop.prg?format=raw ed3b-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed3c-nop.prg?format=raw ed3c-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed3d-nop.prg?format=raw ed3d-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed3e-nop.prg?format=raw ed3e-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed3f-nop.prg?format=raw ed3f-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed77-nop.prg?format=raw ed77-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed7f-nop.prg?format=raw ed7f-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed80-nop.prg?format=raw ed80-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed81-nop.prg?format=raw ed81-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed82-nop.prg?format=raw ed82-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed83-nop.prg?format=raw ed83-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed84-nop.prg?format=raw ed84-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed85-nop.prg?format=raw ed85-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed86-nop.prg?format=raw ed86-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed87-nop.prg?format=raw ed87-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed88-nop.prg?format=raw ed88-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed89-nop.prg?format=raw ed89-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed8a-nop.prg?format=raw ed8a-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed8b-nop.prg?format=raw ed8b-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed8c-nop.prg?format=raw ed8c-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed8d-nop.prg?format=raw ed8d-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed8e-nop.prg?format=raw ed8e-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed8f-nop.prg?format=raw ed8f-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed90-nop.prg?format=raw ed90-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed91-nop.prg?format=raw ed91-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed92-nop.prg?format=raw ed92-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed93-nop.prg?format=raw ed93-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed94-nop.prg?format=raw ed94-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed95-nop.prg?format=raw ed95-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed96-nop.prg?format=raw ed96-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed97-nop.prg?format=raw ed97-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed98-nop.prg?format=raw ed98-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed99-nop.prg?format=raw ed99-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed9a-nop.prg?format=raw ed9a-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed9b-nop.prg?format=raw ed9b-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed9c-nop.prg?format=raw ed9c-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed9d-nop.prg?format=raw ed9d-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed9e-nop.prg?format=raw ed9e-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ed9f-nop.prg?format=raw ed9f-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/eda4-nop.prg?format=raw eda4-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/eda5-nop.prg?format=raw eda5-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/eda6-nop.prg?format=raw eda6-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/eda7-nop.prg?format=raw eda7-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edac-nop.prg?format=raw edac-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edad-nop.prg?format=raw edad-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edae-nop.prg?format=raw edae-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edaf-nop.prg?format=raw edaf-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edb4-nop.prg?format=raw edb4-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edb5-nop.prg?format=raw edb5-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edb6-nop.prg?format=raw edb6-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edb7-nop.prg?format=raw edb7-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edbc-nop.prg?format=raw edbc-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edbd-nop.prg?format=raw edbd-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edbe-nop.prg?format=raw edbe-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edbf-nop.prg?format=raw edbf-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edc0-nop.prg?format=raw edc0-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edc1-nop.prg?format=raw edc1-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edc2-nop.prg?format=raw edc2-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edc3-nop.prg?format=raw edc3-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edc4-nop.prg?format=raw edc4-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edc5-nop.prg?format=raw edc5-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edc6-nop.prg?format=raw edc6-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edc7-nop.prg?format=raw edc7-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edc8-nop.prg?format=raw edc8-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edc9-nop.prg?format=raw edc9-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edca-nop.prg?format=raw edca-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edcb-nop.prg?format=raw edcb-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edcc-nop.prg?format=raw edcc-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edcd-nop.prg?format=raw edcd-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edce-nop.prg?format=raw edce-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edcf-nop.prg?format=raw edcf-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edd0-nop.prg?format=raw edd0-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edd1-nop.prg?format=raw edd1-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edd2-nop.prg?format=raw edd2-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edd3-nop.prg?format=raw edd3-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edd4-nop.prg?format=raw edd4-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edd5-nop.prg?format=raw edd5-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edd6-nop.prg?format=raw edd6-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edd7-nop.prg?format=raw edd7-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edd8-nop.prg?format=raw edd8-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edd9-nop.prg?format=raw edd9-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edda-nop.prg?format=raw edda-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/eddb-nop.prg?format=raw eddb-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/eddc-nop.prg?format=raw eddc-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/eddd-nop.prg?format=raw eddd-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edde-nop.prg?format=raw edde-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/eddf-nop.prg?format=raw eddf-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ede0-nop.prg?format=raw ede0-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ede1-nop.prg?format=raw ede1-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ede2-nop.prg?format=raw ede2-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ede3-nop.prg?format=raw ede3-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ede4-nop.prg?format=raw ede4-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ede5-nop.prg?format=raw ede5-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ede6-nop.prg?format=raw ede6-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ede7-nop.prg?format=raw ede7-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ede8-nop.prg?format=raw ede8-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ede9-nop.prg?format=raw ede9-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edea-nop.prg?format=raw edea-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edeb-nop.prg?format=raw edeb-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edec-nop.prg?format=raw edec-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/eded-nop.prg?format=raw eded-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edee-nop.prg?format=raw edee-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edef-nop.prg?format=raw edef-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edf0-nop.prg?format=raw edf0-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edf1-nop.prg?format=raw edf1-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edf2-nop.prg?format=raw edf2-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edf3-nop.prg?format=raw edf3-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edf4-nop.prg?format=raw edf4-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edf5-nop.prg?format=raw edf5-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edf6-nop.prg?format=raw edf6-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edf7-nop.prg?format=raw edf7-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edf8-nop.prg?format=raw edf8-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edf9-nop.prg?format=raw edf9-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edfa-nop.prg?format=raw edfa-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edfb-nop.prg?format=raw edfb-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edfc-nop.prg?format=raw edfc-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edfd-nop.prg?format=raw edfd-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edfe-nop.prg?format=raw edfe-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/edff-nop.prg?format=raw edff-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd00-nop.prg?format=raw dd00-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd01-ld-bc-nn.prg?format=raw dd01-ld-bc-nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd02-ld-bc_a.prg?format=raw dd02-ld-bc_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd03-inc-bc.prg?format=raw dd03-inc-bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd04-inc-b.prg?format=raw dd04-inc-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd05-dec-b.prg?format=raw dd05-dec-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd06-ld-b-n.prg?format=raw dd06-ld-b-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd07-rlca.prg?format=raw dd07-rlca.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd08-ex-af_af.prg?format=raw dd08-ex-af_af.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd0a-ld-a_bc.prg?format=raw dd0a-ld-a_bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd0b-dec-bc.prg?format=raw dd0b-dec-bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd0c-inc-c.prg?format=raw dd0c-inc-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd0d-dec-c.prg?format=raw dd0d-dec-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd0e-ld-c-n.prg?format=raw dd0e-ld-c-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd0f-rrca.prg?format=raw dd0f-rrca.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd10-djnz-f.prg?format=raw dd10-djnz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd10-djnz-t.prg?format=raw dd10-djnz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd11-ld-de-nn.prg?format=raw dd11-ld-de-nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd12-ld-de_a.prg?format=raw dd12-ld-de_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd13-inc-de.prg?format=raw dd13-inc-de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd14-inc-d.prg?format=raw dd14-inc-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd15-dec-d.prg?format=raw dd15-dec-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd16-ld-d-n.prg?format=raw dd16-ld-d-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd17-rla.prg?format=raw dd17-rla.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd18-jr.prg?format=raw dd18-jr.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd1a-ld-a_de.prg?format=raw dd1a-ld-a_de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd1b-dec-de.prg?format=raw dd1b-dec-de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd1c-inc-e.prg?format=raw dd1c-inc-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd1d-dec-e.prg?format=raw dd1d-dec-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd1e-ld-e-n.prg?format=raw dd1e-ld-e-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd1f-rra.prg?format=raw dd1f-rra.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd20-jr-nz-f.prg?format=raw dd20-jr-nz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd20-jr-nz-t.prg?format=raw dd20-jr-nz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd27-daa.prg?format=raw dd27-daa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd28-jr-z-f.prg?format=raw dd28-jr-z-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd28-jr-z-t.prg?format=raw dd28-jr-z-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd2f-cpl.prg?format=raw dd2f-cpl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd30-jr-nc-f.prg?format=raw dd30-jr-nc-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd30-jr-nc-t.prg?format=raw dd30-jr-nc-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd31-ld-sp-nn.prg?format=raw dd31-ld-sp-nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd32-ld-nn_a.prg?format=raw dd32-ld-nn_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd33-inc-sp.prg?format=raw dd33-inc-sp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd37-scf.prg?format=raw dd37-scf.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd38-jr-c-f.prg?format=raw dd38-jr-c-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd38-jr-c-t.prg?format=raw dd38-jr-c-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd3a-ld-a_nn.prg?format=raw dd3a-ld-a_nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd3b-dec-sp.prg?format=raw dd3b-dec-sp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd3c-inc-a.prg?format=raw dd3c-inc-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd3d-dec-a.prg?format=raw dd3d-dec-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd3e-ld-a-n.prg?format=raw dd3e-ld-a-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd3f-ccf.prg?format=raw dd3f-ccf.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd40-ld-b_b.prg?format=raw dd40-ld-b_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd41-ld-b_c.prg?format=raw dd41-ld-b_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd42-ld-b_d.prg?format=raw dd42-ld-b_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd43-ld-b_e.prg?format=raw dd43-ld-b_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd47-ld-b_a.prg?format=raw dd47-ld-b_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd48-ld-c_b.prg?format=raw dd48-ld-c_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd49-ld-c_c.prg?format=raw dd49-ld-c_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd4a-ld-c_d.prg?format=raw dd4a-ld-c_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd4b-ld-c_e.prg?format=raw dd4b-ld-c_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd4f-ld-c_a.prg?format=raw dd4f-ld-c_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd50-ld-d_b.prg?format=raw dd50-ld-d_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd51-ld-d_c.prg?format=raw dd51-ld-d_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd52-ld-d_d.prg?format=raw dd52-ld-d_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd53-ld-d_e.prg?format=raw dd53-ld-d_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd57-ld-d_a.prg?format=raw dd57-ld-d_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd58-ld-e_b.prg?format=raw dd58-ld-e_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd59-ld-e_c.prg?format=raw dd59-ld-e_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd5a-ld-e_d.prg?format=raw dd5a-ld-e_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd5b-ld-e_e.prg?format=raw dd5b-ld-e_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd5f-ld-e_a.prg?format=raw dd5f-ld-e_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd78-ld-a_b.prg?format=raw dd78-ld-a_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd79-ld-a_c.prg?format=raw dd79-ld-a_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd7a-ld-a_d.prg?format=raw dd7a-ld-a_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd7b-ld-a_e.prg?format=raw dd7b-ld-a_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd7f-ld-a_a.prg?format=raw dd7f-ld-a_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd80-add-a_b.prg?format=raw dd80-add-a_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd81-add-a_c.prg?format=raw dd81-add-a_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd82-add-a_d.prg?format=raw dd82-add-a_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd83-add-a_e.prg?format=raw dd83-add-a_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd87-add-a_a.prg?format=raw dd87-add-a_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd88-adc-a_b.prg?format=raw dd88-adc-a_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd89-adc-a_c.prg?format=raw dd89-adc-a_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd8a-adc-a_d.prg?format=raw dd8a-adc-a_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd8b-adc-a_e.prg?format=raw dd8b-adc-a_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd8f-adc-a_a.prg?format=raw dd8f-adc-a_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd90-sub-b.prg?format=raw dd90-sub-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd91-sub-c.prg?format=raw dd91-sub-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd92-sub-d.prg?format=raw dd92-sub-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd93-sub-e.prg?format=raw dd93-sub-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd97-sub-a.prg?format=raw dd97-sub-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd98-sbc-a_b.prg?format=raw dd98-sbc-a_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd99-sbc-a_c.prg?format=raw dd99-sbc-a_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd9a-sbc-a_d.prg?format=raw dd9a-sbc-a_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd9b-sbc-a_e.prg?format=raw dd9b-sbc-a_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dd9f-sbc-a_a.prg?format=raw dd9f-sbc-a_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dda0-and-b.prg?format=raw dda0-and-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dda1-and-c.prg?format=raw dda1-and-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dda2-and-d.prg?format=raw dda2-and-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dda3-and-e.prg?format=raw dda3-and-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dda7-and-a.prg?format=raw dda7-and-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dda8-xor-b.prg?format=raw dda8-xor-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dda9-xor-c.prg?format=raw dda9-xor-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddaa-xor-d.prg?format=raw ddaa-xor-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddab-xor-e.prg?format=raw ddab-xor-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddaf-xor-a.prg?format=raw ddaf-xor-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddb0-or-b.prg?format=raw ddb0-or-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddb1-or-c.prg?format=raw ddb1-or-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddb2-or-d.prg?format=raw ddb2-or-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddb3-or-e.prg?format=raw ddb3-or-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddb7-or-a.prg?format=raw ddb7-or-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddb8-cp-b.prg?format=raw ddb8-cp-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddb9-cp-c.prg?format=raw ddb9-cp-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddba-cp-d.prg?format=raw ddba-cp-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddbb-cp-e.prg?format=raw ddbb-cp-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddbf-cp-a.prg?format=raw ddbf-cp-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddc0-retnz-f.prg?format=raw ddc0-retnz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddc0-retnz-t.prg?format=raw ddc0-retnz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddc1-pop-bc.prg?format=raw ddc1-pop-bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddc2-jp-nz-f.prg?format=raw ddc2-jp-nz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddc2-jp-nz-t.prg?format=raw ddc2-jp-nz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddc3-jp.prg?format=raw ddc3-jp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddc4-call-nz-f.prg?format=raw ddc4-call-nz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddc4-call-nz-t.prg?format=raw ddc4-call-nz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddc5-push-bc.prg?format=raw ddc5-push-bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddc6-add-a-n.prg?format=raw ddc6-add-a-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddc7-rst-00.prg?format=raw ddc7-rst-00.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddc8-retz-f.prg?format=raw ddc8-retz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddc8-retz-t.prg?format=raw ddc8-retz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddc9-ret.prg?format=raw ddc9-ret.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddca-jp-z-f.prg?format=raw ddca-jp-z-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddca-jp-z-t.prg?format=raw ddca-jp-z-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcc-call-z-f.prg?format=raw ddcc-call-z-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcc-call-z-t.prg?format=raw ddcc-call-z-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcd-call.prg?format=raw ddcd-call.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddce-adc-a-n.prg?format=raw ddce-adc-a-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddcf-rst-08.prg?format=raw ddcf-rst-08.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddd0-retnc-f.prg?format=raw ddd0-retnc-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddd0-retnc-t.prg?format=raw ddd0-retnc-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddd1-pop-de.prg?format=raw ddd1-pop-de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddd2-jp-nc-f.prg?format=raw ddd2-jp-nc-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddd2-jp-nc-t.prg?format=raw ddd2-jp-nc-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddd3-out-n_a.prg?format=raw ddd3-out-n_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddd4-call-nc-f.prg?format=raw ddd4-call-nc-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddd4-call-nc-t.prg?format=raw ddd4-call-nc-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddd5-push-de.prg?format=raw ddd5-push-de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddd6-sub-n.prg?format=raw ddd6-sub-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddd7-rst-10.prg?format=raw ddd7-rst-10.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddd8-retc-f.prg?format=raw ddd8-retc-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddd8-retc-t.prg?format=raw ddd8-retc-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddd9-exx.prg?format=raw ddd9-exx.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddda-jp-c-f.prg?format=raw ddda-jp-c-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddda-jp-c-t.prg?format=raw ddda-jp-c-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dddb-in-a_n.prg?format=raw dddb-in-a_n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dddc-call-c-f.prg?format=raw dddc-call-c-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dddc-call-c-t.prg?format=raw dddc-call-c-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddde-sbc-a-n.prg?format=raw ddde-sbc-a-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dddf-rst-18.prg?format=raw dddf-rst-18.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dde0-retpo-f.prg?format=raw dde0-retpo-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dde0-retpo-t.prg?format=raw dde0-retpo-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dde2-jp-po-f.prg?format=raw dde2-jp-po-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dde2-jp-po-t.prg?format=raw dde2-jp-po-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dde4-call-po-f.prg?format=raw dde4-call-po-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dde4-call-po-t.prg?format=raw dde4-call-po-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dde6-and-n.prg?format=raw dde6-and-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dde7-rst-20.prg?format=raw dde7-rst-20.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dde8-retpe-f.prg?format=raw dde8-retpe-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dde8-retpe-t.prg?format=raw dde8-retpe-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddea-jp-pe-f.prg?format=raw ddea-jp-pe-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddea-jp-pe-t.prg?format=raw ddea-jp-pe-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddeb-ex-de_hl.prg?format=raw ddeb-ex-de_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddec-call-pe-f.prg?format=raw ddec-call-pe-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddec-call-pe-t.prg?format=raw ddec-call-pe-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddee-xor-n.prg?format=raw ddee-xor-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddef-rst-28.prg?format=raw ddef-rst-28.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddf0-retp-f.prg?format=raw ddf0-retp-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddf0-retp-t.prg?format=raw ddf0-retp-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddf1-pop-af.prg?format=raw ddf1-pop-af.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddf2-jp-p-f.prg?format=raw ddf2-jp-p-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddf2-jp-p-t.prg?format=raw ddf2-jp-p-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddf3-di.prg?format=raw ddf3-di.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddf4-call-p-f.prg?format=raw ddf4-call-p-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddf4-call-p-t.prg?format=raw ddf4-call-p-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddf5-push-af.prg?format=raw ddf5-push-af.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddf6-or-n.prg?format=raw ddf6-or-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddf7-rst-30.prg?format=raw ddf7-rst-30.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddf8-retm-f.prg?format=raw ddf8-retm-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddf8-retm-t.prg?format=raw ddf8-retm-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddfa-jp-m-f.prg?format=raw ddfa-jp-m-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddfa-jp-m-t.prg?format=raw ddfa-jp-m-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddfb-ei.prg?format=raw ddfb-ei.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddfc-call-m-f.prg?format=raw ddfc-call-m-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddfc-call-m-t.prg?format=raw ddfc-call-m-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddfe-cp-n.prg?format=raw ddfe-cp-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddff-rst-38.prg?format=raw ddff-rst-38.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd00-nop.prg?format=raw fd00-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd01-ld-bc-nn.prg?format=raw fd01-ld-bc-nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd02-ld-bc_a.prg?format=raw fd02-ld-bc_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd03-inc-bc.prg?format=raw fd03-inc-bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd04-inc-b.prg?format=raw fd04-inc-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd05-dec-b.prg?format=raw fd05-dec-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd06-ld-b-n.prg?format=raw fd06-ld-b-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd07-rlca.prg?format=raw fd07-rlca.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd08-ex-af_af.prg?format=raw fd08-ex-af_af.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd0a-ld-a_bc.prg?format=raw fd0a-ld-a_bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd0b-dec-bc.prg?format=raw fd0b-dec-bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd0c-inc-c.prg?format=raw fd0c-inc-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd0d-dec-c.prg?format=raw fd0d-dec-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd0e-ld-c-n.prg?format=raw fd0e-ld-c-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd0f-rrca.prg?format=raw fd0f-rrca.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd10-djnz-f.prg?format=raw fd10-djnz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd10-djnz-t.prg?format=raw fd10-djnz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd11-ld-de-nn.prg?format=raw fd11-ld-de-nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd12-ld-de_a.prg?format=raw fd12-ld-de_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd13-inc-de.prg?format=raw fd13-inc-de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd14-inc-d.prg?format=raw fd14-inc-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd15-dec-d.prg?format=raw fd15-dec-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd16-ld-d-n.prg?format=raw fd16-ld-d-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd17-rla.prg?format=raw fd17-rla.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd18-jr.prg?format=raw fd18-jr.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd1a-ld-a_de.prg?format=raw fd1a-ld-a_de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd1b-dec-de.prg?format=raw fd1b-dec-de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd1c-inc-e.prg?format=raw fd1c-inc-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd1d-dec-e.prg?format=raw fd1d-dec-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd1e-ld-e-n.prg?format=raw fd1e-ld-e-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd1f-rra.prg?format=raw fd1f-rra.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd20-jr-nz-f.prg?format=raw fd20-jr-nz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd20-jr-nz-t.prg?format=raw fd20-jr-nz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd27-daa.prg?format=raw fd27-daa.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd28-jr-z-f.prg?format=raw fd28-jr-z-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd28-jr-z-t.prg?format=raw fd28-jr-z-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd2f-cpl.prg?format=raw fd2f-cpl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd30-jr-nc-f.prg?format=raw fd30-jr-nc-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd30-jr-nc-t.prg?format=raw fd30-jr-nc-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd31-ld-sp-nn.prg?format=raw fd31-ld-sp-nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd32-ld-nn_a.prg?format=raw fd32-ld-nn_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd33-inc-sp.prg?format=raw fd33-inc-sp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd37-scf.prg?format=raw fd37-scf.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd38-jr-c-f.prg?format=raw fd38-jr-c-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd38-jr-c-t.prg?format=raw fd38-jr-c-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd3a-ld-a_nn.prg?format=raw fd3a-ld-a_nn.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd3b-dec-sp.prg?format=raw fd3b-dec-sp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd3c-inc-a.prg?format=raw fd3c-inc-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd3d-dec-a.prg?format=raw fd3d-dec-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd3e-ld-a-n.prg?format=raw fd3e-ld-a-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd3f-ccf.prg?format=raw fd3f-ccf.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd40-ld-b_b.prg?format=raw fd40-ld-b_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd41-ld-b_c.prg?format=raw fd41-ld-b_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd42-ld-b_d.prg?format=raw fd42-ld-b_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd43-ld-b_e.prg?format=raw fd43-ld-b_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd47-ld-b_a.prg?format=raw fd47-ld-b_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd48-ld-c_b.prg?format=raw fd48-ld-c_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd49-ld-c_c.prg?format=raw fd49-ld-c_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd4a-ld-c_d.prg?format=raw fd4a-ld-c_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd4b-ld-c_e.prg?format=raw fd4b-ld-c_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd4f-ld-c_a.prg?format=raw fd4f-ld-c_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd50-ld-d_b.prg?format=raw fd50-ld-d_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd51-ld-d_c.prg?format=raw fd51-ld-d_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd52-ld-d_d.prg?format=raw fd52-ld-d_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd53-ld-d_e.prg?format=raw fd53-ld-d_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd57-ld-d_a.prg?format=raw fd57-ld-d_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd58-ld-e_b.prg?format=raw fd58-ld-e_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd59-ld-e_c.prg?format=raw fd59-ld-e_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd5a-ld-e_d.prg?format=raw fd5a-ld-e_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd5b-ld-e_e.prg?format=raw fd5b-ld-e_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd5f-ld-e_a.prg?format=raw fd5f-ld-e_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd78-ld-a_b.prg?format=raw fd78-ld-a_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd79-ld-a_c.prg?format=raw fd79-ld-a_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd7a-ld-a_d.prg?format=raw fd7a-ld-a_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd7b-ld-a_e.prg?format=raw fd7b-ld-a_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd7f-ld-a_a.prg?format=raw fd7f-ld-a_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd80-add-a_b.prg?format=raw fd80-add-a_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd81-add-a_c.prg?format=raw fd81-add-a_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd82-add-a_d.prg?format=raw fd82-add-a_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd83-add-a_e.prg?format=raw fd83-add-a_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd87-add-a_a.prg?format=raw fd87-add-a_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd88-adc-a_b.prg?format=raw fd88-adc-a_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd89-adc-a_c.prg?format=raw fd89-adc-a_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd8a-adc-a_d.prg?format=raw fd8a-adc-a_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd8b-adc-a_e.prg?format=raw fd8b-adc-a_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd8f-adc-a_a.prg?format=raw fd8f-adc-a_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd90-sub-b.prg?format=raw fd90-sub-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd91-sub-c.prg?format=raw fd91-sub-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd92-sub-d.prg?format=raw fd92-sub-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd93-sub-e.prg?format=raw fd93-sub-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd97-sub-a.prg?format=raw fd97-sub-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd98-sbc-a_b.prg?format=raw fd98-sbc-a_b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd99-sbc-a_c.prg?format=raw fd99-sbc-a_c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd9a-sbc-a_d.prg?format=raw fd9a-sbc-a_d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd9b-sbc-a_e.prg?format=raw fd9b-sbc-a_e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fd9f-sbc-a_a.prg?format=raw fd9f-sbc-a_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fda0-and-b.prg?format=raw fda0-and-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fda1-and-c.prg?format=raw fda1-and-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fda2-and-d.prg?format=raw fda2-and-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fda3-and-e.prg?format=raw fda3-and-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fda7-and-a.prg?format=raw fda7-and-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fda8-xor-b.prg?format=raw fda8-xor-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fda9-xor-c.prg?format=raw fda9-xor-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdaa-xor-d.prg?format=raw fdaa-xor-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdab-xor-e.prg?format=raw fdab-xor-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdaf-xor-a.prg?format=raw fdaf-xor-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdb0-or-b.prg?format=raw fdb0-or-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdb1-or-c.prg?format=raw fdb1-or-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdb2-or-d.prg?format=raw fdb2-or-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdb3-or-e.prg?format=raw fdb3-or-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdb7-or-a.prg?format=raw fdb7-or-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdb8-cp-b.prg?format=raw fdb8-cp-b.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdb9-cp-c.prg?format=raw fdb9-cp-c.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdba-cp-d.prg?format=raw fdba-cp-d.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdbb-cp-e.prg?format=raw fdbb-cp-e.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdbf-cp-a.prg?format=raw fdbf-cp-a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdc0-retnz-f.prg?format=raw fdc0-retnz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdc0-retnz-t.prg?format=raw fdc0-retnz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdc1-pop-bc.prg?format=raw fdc1-pop-bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdc2-jp-nz-f.prg?format=raw fdc2-jp-nz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdc2-jp-nz-t.prg?format=raw fdc2-jp-nz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdc3-jp.prg?format=raw fdc3-jp.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdc4-call-nz-f.prg?format=raw fdc4-call-nz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdc4-call-nz-t.prg?format=raw fdc4-call-nz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdc5-push-bc.prg?format=raw fdc5-push-bc.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdc6-add-a-n.prg?format=raw fdc6-add-a-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdc7-rst-00.prg?format=raw fdc7-rst-00.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdc8-retz-f.prg?format=raw fdc8-retz-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdc8-retz-t.prg?format=raw fdc8-retz-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdc9-ret.prg?format=raw fdc9-ret.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdca-jp-z-f.prg?format=raw fdca-jp-z-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdca-jp-z-t.prg?format=raw fdca-jp-z-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcc-call-z-f.prg?format=raw fdcc-call-z-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcc-call-z-t.prg?format=raw fdcc-call-z-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcd-call.prg?format=raw fdcd-call.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdce-adc-a-n.prg?format=raw fdce-adc-a-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdcf-rst-08.prg?format=raw fdcf-rst-08.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdd0-retnc-f.prg?format=raw fdd0-retnc-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdd0-retnc-t.prg?format=raw fdd0-retnc-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdd1-pop-de.prg?format=raw fdd1-pop-de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdd2-jp-nc-f.prg?format=raw fdd2-jp-nc-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdd2-jp-nc-t.prg?format=raw fdd2-jp-nc-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdd3-out-n_a.prg?format=raw fdd3-out-n_a.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdd4-call-nc-f.prg?format=raw fdd4-call-nc-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdd4-call-nc-t.prg?format=raw fdd4-call-nc-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdd5-push-de.prg?format=raw fdd5-push-de.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdd6-sub-n.prg?format=raw fdd6-sub-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdd7-rst-10.prg?format=raw fdd7-rst-10.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdd8-retc-f.prg?format=raw fdd8-retc-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdd8-retc-t.prg?format=raw fdd8-retc-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdd9-exx.prg?format=raw fdd9-exx.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdda-jp-c-f.prg?format=raw fdda-jp-c-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdda-jp-c-t.prg?format=raw fdda-jp-c-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fddb-in-a_n.prg?format=raw fddb-in-a_n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fddc-call-c-f.prg?format=raw fddc-call-c-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fddc-call-c-t.prg?format=raw fddc-call-c-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdde-sbc-a-n.prg?format=raw fdde-sbc-a-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fddf-rst-18.prg?format=raw fddf-rst-18.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fde0-retpo-f.prg?format=raw fde0-retpo-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fde0-retpo-t.prg?format=raw fde0-retpo-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fde2-jp-po-f.prg?format=raw fde2-jp-po-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fde2-jp-po-t.prg?format=raw fde2-jp-po-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fde4-call-po-f.prg?format=raw fde4-call-po-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fde4-call-po-t.prg?format=raw fde4-call-po-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fde6-and-n.prg?format=raw fde6-and-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fde7-rst-20.prg?format=raw fde7-rst-20.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fde8-retpe-f.prg?format=raw fde8-retpe-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fde8-retpe-t.prg?format=raw fde8-retpe-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdea-jp-pe-f.prg?format=raw fdea-jp-pe-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdea-jp-pe-t.prg?format=raw fdea-jp-pe-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdeb-ex-de_hl.prg?format=raw fdeb-ex-de_hl.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdec-call-pe-f.prg?format=raw fdec-call-pe-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdec-call-pe-t.prg?format=raw fdec-call-pe-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdee-xor-n.prg?format=raw fdee-xor-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdef-rst-28.prg?format=raw fdef-rst-28.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdf0-retp-f.prg?format=raw fdf0-retp-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdf0-retp-t.prg?format=raw fdf0-retp-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdf1-pop-af.prg?format=raw fdf1-pop-af.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdf2-jp-p-f.prg?format=raw fdf2-jp-p-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdf2-jp-p-t.prg?format=raw fdf2-jp-p-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdf3-di.prg?format=raw fdf3-di.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdf4-call-p-f.prg?format=raw fdf4-call-p-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdf4-call-p-t.prg?format=raw fdf4-call-p-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdf5-push-af.prg?format=raw fdf5-push-af.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdf6-or-n.prg?format=raw fdf6-or-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdf7-rst-30.prg?format=raw fdf7-rst-30.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdf8-retm-f.prg?format=raw fdf8-retm-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdf8-retm-t.prg?format=raw fdf8-retm-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdfa-jp-m-f.prg?format=raw fdfa-jp-m-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdfa-jp-m-t.prg?format=raw fdfa-jp-m-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdfb-ei.prg?format=raw fdfb-ei.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdfc-call-m-f.prg?format=raw fdfc-call-m-f.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdfc-call-m-t.prg?format=raw fdfc-call-m-t.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdfe-cp-n.prg?format=raw fdfe-cp-n.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdff-rst-38.prg?format=raw fdff-rst-38.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/dddd00-nop.prg?format=raw dddd00-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ddfd00-nop.prg?format=raw ddfd00-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fddd00-nop.prg?format=raw fddd00-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/ ../c128/z80/c128z80timing] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../c128/z80/c128z80timing/fdfd00-nop.prg?format=raw fdfd00-nop.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/ ../drive/scanner] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scanner1571-35e.prg?format=raw scanner1571-35e.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scan35err.d71?format=raw scan35err.d71]) <small>(not 100% stable - rerun on failure)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/ ../drive/scanner] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scanner1571-35.prg?format=raw scanner1571-35.prg] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../drive/scanner/scan35.g71?format=raw scan35.g71]) <small>(not 100% stable - rerun on failure)</small> | |||
|| | |||
|| | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../GEO-RAM/ ../GEO-RAM] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../GEO-RAM/georam128.prg?format=raw georam128.prg] | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/ ../memory-expansions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/c128-ifnram-emd.prg?format=raw c128-ifnram-emd.prg] | |||
|| | |||
|| | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/ ../memory-expansions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/c128-georam-emd.prg?format=raw c128-georam-emd.prg] | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:lime;"|ok | |||
|style="background:lime;"|ok | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/ ../memory-expansions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/c128-ramcart-emd.prg?format=raw c128-ramcart-emd.prg] | |||
|| | |||
|| | |||
|style="background:lightgrey;"|n/a | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|} | |||
<small>2185 tests (133 not shown)</small> | |||
=== PLUS4 === | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! | | |||
! | tested | |||
! | passed | |||
! | percent | |||
! | | |||
|- | |||
||xplus4 r45384 | |||
||11 | |||
||11 | |||
||100% | |||
||{{Progress|100|11|11|}} | |||
|- | |||
|} | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! |Path | |||
! |Chip | |||
! |Type | |||
! width="80pt" |xplus4 r45384 | |||
|} | |||
<small>17 tests (17 not shown)</small> | |||
=== PET === | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! | | |||
! | tested | |||
! | passed | |||
! | percent | |||
! | | |||
|- | |||
||xpet r45384 | |||
||16 | |||
||13 | |||
||81% | |||
||{{Progress|81|13|16|}} | |||
|- | |||
|} | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! |Path | |||
! |Chip | |||
! |Type | |||
! width="80pt" |xpet r45384 | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CRTC/ ../CRTC] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CRTC/crtc3.prg?format=raw crtc3.prg] | |||
|| | |||
||screenshot | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CRTC/ ../CRTC] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CRTC/crtc10.prg?format=raw crtc10.prg] | |||
|| | |||
||screenshot | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CRTC/ ../CRTC] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../CRTC/crtc13.prg?format=raw crtc13.prg] | |||
|| | |||
||screenshot | |||
|style="background:red;"|fail | |||
|} | |||
<small>21 tests (18 not shown)</small> | |||
=== DTV === | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! | | |||
! | tested | |||
! | passed | |||
! | percent | |||
! | | |||
|- | |||
||x64dtv r45384 | |||
||303 | |||
||247 | |||
||81% | |||
||{{Progress|81|247|303|}} | |||
|- | |||
|} | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! |Path | |||
! |Chip | |||
! |Type | |||
! width="80pt" |x64dtv r45384 | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/shsay-dtv.prg?format=raw shsay-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap1-dtv.prg?format=raw trap1-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap2-dtv.prg?format=raw trap2-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap3-dtv.prg?format=raw trap3-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap4-dtv.prg?format=raw trap4-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap5-dtv.prg?format=raw trap5-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap6-dtv.prg?format=raw trap6-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap7-dtv.prg?format=raw trap7-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap9-dtv.prg?format=raw trap9-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap10-dtv.prg?format=raw trap10-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap11-dtv.prg?format=raw trap11-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap12-dtv.prg?format=raw trap12-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap14-dtv.prg?format=raw trap14-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap15-dtv.prg?format=raw trap15-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap16-dtv.prg?format=raw trap16-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap17-dtv.prg?format=raw trap17-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap1-dtvane.prg?format=raw trap1-dtvane.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap2-dtvane.prg?format=raw trap2-dtvane.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap3-dtvane.prg?format=raw trap3-dtvane.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap4-dtvane.prg?format=raw trap4-dtvane.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap5-dtvane.prg?format=raw trap5-dtvane.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap6-dtvane.prg?format=raw trap6-dtvane.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap7-dtvane.prg?format=raw trap7-dtvane.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap8-dtvane.prg?format=raw trap8-dtvane.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap9-dtvane.prg?format=raw trap9-dtvane.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap10-dtvane.prg?format=raw trap10-dtvane.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap11-dtvane.prg?format=raw trap11-dtvane.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap12-dtvane.prg?format=raw trap12-dtvane.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap13-dtvane.prg?format=raw trap13-dtvane.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap14-dtvane.prg?format=raw trap14-dtvane.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap15-dtvane.prg?format=raw trap15-dtvane.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap16-dtvane.prg?format=raw trap16-dtvane.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap17-dtvane.prg?format=raw trap17-dtvane.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap1-dtvlxa.prg?format=raw trap1-dtvlxa.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap2-dtvlxa.prg?format=raw trap2-dtvlxa.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap3-dtvlxa.prg?format=raw trap3-dtvlxa.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap4-dtvlxa.prg?format=raw trap4-dtvlxa.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap5-dtvlxa.prg?format=raw trap5-dtvlxa.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap6-dtvlxa.prg?format=raw trap6-dtvlxa.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap7-dtvlxa.prg?format=raw trap7-dtvlxa.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap8-dtvlxa.prg?format=raw trap8-dtvlxa.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap9-dtvlxa.prg?format=raw trap9-dtvlxa.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap10-dtvlxa.prg?format=raw trap10-dtvlxa.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap11-dtvlxa.prg?format=raw trap11-dtvlxa.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap12-dtvlxa.prg?format=raw trap12-dtvlxa.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap13-dtvlxa.prg?format=raw trap13-dtvlxa.prg] | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap14-dtvlxa.prg?format=raw trap14-dtvlxa.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap15-dtvlxa.prg?format=raw trap15-dtvlxa.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap16-dtvlxa.prg?format=raw trap16-dtvlxa.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/trap17-dtvlxa.prg?format=raw trap17-dtvlxa.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:lightblue;"|timeout | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cpuport-dtv.prg?format=raw cpuport-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cputiming-dtv.prg?format=raw cputiming-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/irq-dtv.prg?format=raw irq-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/nmi-dtv.prg?format=raw nmi-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia2pb6-dtv.prg?format=raw cia2pb6-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/ ../general/Lorenz-2.15/src] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../general/Lorenz-2.15/src/cia2pb7-dtv.prg?format=raw cia2pb7-dtv.prg] <small>(broken test)</small> | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|} | |||
<small>314 tests (258 not shown)</small> | |||
=== SCPU === | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! | | |||
! | tested | |||
! | passed | |||
! | percent | |||
! | | |||
|- | |||
||kernal64 (scpu64) 1.8.5_b1 | |||
||14 | |||
||12 | |||
||85% | |||
||{{Progress|85|12|14|}} | |||
|- | |||
||xscpu64 r45384 | |||
||15 | |||
||10 | |||
||66% | |||
||{{Progress|66|10|15|}} | |||
|- | |||
|} | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! |Path | |||
! |Chip | |||
! |Type | |||
! width="80pt" |kernal64 (scpu64) 1.8.5_b1 | |||
! width="80pt" |xscpu64 r45384 | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SCPU/scputest/ ../SCPU/scputest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SCPU/scputest/scputest-0.prg?format=raw scputest-0.prg] | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SCPU/scputest/ ../SCPU/scputest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../SCPU/scputest/scputest-1.prg?format=raw scputest-1.prg] | |||
|| | |||
|| | |||
|style="background:red;"|fail | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/ ../memory-expansions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/c64-dqbb-emd.prg?format=raw c64-dqbb-emd.prg] | |||
|| | |||
|| | |||
|style="background:lightgrey;"|n/a | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/ ../memory-expansions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/c64-georam-emd.prg?format=raw c64-georam-emd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/ ../memory-expansions] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/../memory-expansions/c64-reu-emd.prg?format=raw c64-reu-emd.prg] | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|} | |||
<small>16 tests (11 not shown)</small> | |||
=== CBM5x0 === | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! | | |||
! | tested | |||
! | passed | |||
! | percent | |||
! | | |||
|- | |||
||xcbm5x0 r45384 | |||
||8 | |||
||8 | |||
||100% | |||
||{{Progress|100|8|8|}} | |||
|- | |||
|} | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! |Path | |||
! |Chip | |||
! |Type | |||
! width="80pt" |xcbm5x0 r45384 | |||
|} | |||
<small>12 tests (12 not shown)</small> | |||
=== CBM2 === | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! | | |||
! | tested | |||
! | passed | |||
! | percent | |||
! | | |||
|- | |||
||xcbm2 r45384 | |||
||8 | |||
||8 | |||
||100% | |||
||{{Progress|100|8|8|}} | |||
|- | |||
||kernal64 (cbm2) 1.8.5_b1 | |||
||8 | |||
||7 | |||
||87% | |||
||{{Progress|87|7|8|}} | |||
|- | |||
|} | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! |Path | |||
! |Chip | |||
! |Type | |||
! width="80pt" |xcbm2 r45384 | |||
! width="80pt" |kernal64 (cbm2) 1.8.5_b1 | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/ ./selftest] [https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/cbm610-pass.prg?format=raw cbm610-pass.prg] | |||
|| | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:red;"|fail | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/ ./selftest] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/cbm610-pass.crt?format=raw cbm610-pass.crt]) | |||
|| | |||
|| | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/ ./selftest] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/cbm610-fail.crt?format=raw cbm610-fail.crt]) <small>(must always fail)</small> | |||
|| | |||
|| | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/ ./selftest] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/cbm610-pass.crt?format=raw cbm610-pass.crt]) | |||
|| | |||
||screenshot | |||
|style="background:lime;"|ok | |||
|style="background:lightgrey;"|n/a | |||
|- | |||
||[https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/ ./selftest] ([https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/testbench/./selftest/cbm610-fail.crt?format=raw cbm610-fail.crt]) <small>(must always fail)</small> | |||
|| | |||
||screenshot | |||
|style="background:lime;"|fail (ok) | |||
|style="background:lightgrey;"|n/a | |||
|} | |||
<small>13 tests (8 not shown)</small> | |||
=== SID === | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! | | |||
! | tested | |||
! | passed | |||
! | percent | |||
! | | |||
|- | |||
||vsid r45384 | |||
||2 | |||
||2 | |||
||100% | |||
||{{Progress|100|2|2|}} | |||
|- | |||
|} | |||
{| class="wikitable sortable" border="1" cellpadding="2" cellspacing="0" | |||
! |Path | |||
! |Chip | |||
! |Type | |||
! width="80pt" |vsid r45384 | |||
|} | |||
<small>2 tests (2 not shown)</small> |
Latest revision as of 01:54, 4 December 2024
About
The VICE testprogs repository contains a testbench script, which can be used to run a lot of the existing tests automatically, which makes regression testing of the emulators much easier.
The script contains support for all emulators contained in VICE: x64, x64sc, x128, xscpu64, x64dtv, xpet, xcbm2, xcbm5x0, xvic, xplus4, vsid
... and additionally support for the following emulators:
- hoxs64 (github) (C-64)
- micro64 (C-64)
- z64k (C-64, C-128, VIC20) z64k, z128k, z20k (WIP, also has its own GUI to run the tests!)
- yace (C-64) (WIP)
- emu64 (github) (C-64) (WIP)
- denise (c64)
- Kernal64 (C-64, C-128, SCPU) (WIP)
- Frodo (C64) (WIP)
- VirtualC64 (very WIP)
- need to ask authors of: MESS (C-64, VIC20, PET), Pfau Zeh (VIC20), YAPE (Plus4), jsidplay2 (C64)
... and the following FPGA based reimplementations:
- Turbo Chameleon 64 (C-64)
- Chameleon VIC20 (VIC20)
- U64 (C-64) WIP
- need to ask authors of: FPGArcade, MiST, MiSTer
Support for the testbench can be added to any target implementing the Debugcart primary features.
If you are an emulator author or have written test programs please get in touch!
- resid-test by Leandro Nini compares reSID and reSIDfp to the results of perfect6581
- VirtualC64 Testsuite
interpreting the results
Some tests may give surprising results, in the sense that they fail although there technically is no emulation error:
- There are a bunch of tests that check "power up" properties, ie they rely on how the RAM is initialized, how I/O is initialized etc - meaning some may fail randomly when run in the testbench without powercycling (and not much can be done about that). However, quite some of these also indicate actual problems with how prg files are started. eg CIA and VIC should always be initialized with power-up values (note that simply resetting will not do this) since a surprising number of programs rely on this and that. (eg vsid/environment, C64/autostart/defaults, CIA/tod/powerup.prg). Some of the mentioned tests might even fail if not run right after a powercycle (eg C64/raminitpattern, SID/oscinit)
- Losing multicolor in the bleed area does not happen on all C64s. (see the readme). If you have a C64 that gives a different result than the references... a videocapture of that would be highly appreciated.
same for a bunch of other VICII tests, not all subtle differences are covered yet.
- ../CPU/ane and ../CPU/lax
- See the readme of the respective test. The ANE#imm and LAX#imm tests will not only check if the opcode behaves correctly, but also if the "magic constant" matches what certain realworld programs expect. Right now that means: for ANE#imm the constant should be 0xef in regular cycles, 0xee in RDY cycle. (and yes, the test will fail on some real C64s). For example with the common 0xee as magic constant, the game "spectipede" will not load from original .tap file. Yes, it will do the same on real C64s. Anyway, for emulation there is no reason why we shouldn't use the magic constant that works for most real programs. For LAX#imm the constant should be always 0xee - since (surprisingly) the game "wizball" relies in this.
interpreting the ranking
Keep in mind that the ranking below only gives a rough idea of which emulator is "better" than another, because of different reasons:
- Different emulators have different features. For example VICE emulates a wide range of configurations (different SID and VICII chips, lots of expansions and cartridges), while other emulators - like HOXS64 - emulate only one specific configuration. As a consequence a different number of tests will be used for different emulators, which skews the numbers.
- Generally the test coverage is higher for certain very specific details than for very generic things. As a consequence when an emulator gets all basic stuff right, but fails at one or two of those specific details, seemingly lots of tests will fail and again the numbers are skewed.
- The testbench rates every test equally, it has no "knowledge" about how critical certain failures are. Some tests apply only to obscure cornercases and do not really matter for questions like "will it play game XYZ?". This again may skew the numbers.
However, a "perfect" emulator should get most of the tests right, obscure or not :)
Bugs / TODOs
missing references
for a lot of VIC-II tests reference screenshots are needed
../VICII/vicii_timing/vicii_reg_timing.prg ../VICII/videomode the results are a bit questionable, we need to check the references
NTSC fixing
a lot of tests require cycle exact timing and, since they were originall written for a PAL machine, will not work on NTSC yet
../general/Lorenz-2.15/src trap16.prg ../general/Lorenz-2.15/src trap17.prg ../CPU/sha shaabsy2.prg ../CPU/sha shaabsy3.prg ../CPU/sha shazpy2.prg ../CPU/sha shazpy3.prg ../CPU/shs shsabsy2.prg ../CPU/shs shsabsy3.prg ../CPU/shxy shx-t2.prg ../CPU/shxy shx-test.prg ../CPU/shxy shxy2.prg ../CPU/shxy shyx2.prg ../interrupts/irq-ackn-bug/ ../interrupts/irqdma/ ../VICII/split-tests/modesplit modesplit.prg - check screenshots ../VICII/videomode videomode1_ntsc.prg - check screenshots ../VICII/banking/ ../VICII/border ../VICII/lp-trigger/ ../VICII/spritey/ ../VICII/dentest/ various tests broken on ntsc ../VICII/spritesplit/ ../VICII/spriteenable3/4/5 theres is a stray pixel in the output in NTSC mode (?) check against real NTSC machine
automatic variants
often for tests that are interactive, we can also build a couple variants with various settings that then can be used for automatic testing
../VICII/border/ vborder_ntsc.prg ../VICII/border/ vborder2_ntsc.prg ../VICII/border/ vborder_ntscold.prg ../VICII/border/ vborder2_ntscold.prg
misc
../drive/writeprotect/ write.d64 the test should not be able to write to the disk (and kill the dir track) maybe can run automatically if we add an option to mount d64 ro ../VICII/vspbug/ lft-safe-vsp.prg this is not really a test program. replace by a real test perhaps
../CPU/64doc/ sbx.prg runs too long to work with a 32bit timeout ../CPU/64doc/ vsbx.prg runs too long to work with a 32bit timeout
../plus256k/ test.prg fails because of broken autostart
../C64/bankio bankio.prg fails on x128, check if it also happens on real C128 and perhaps adjust the test
Lorenz-2.15/src/ciat2anew.prg properly fix for new CIA, currently a few tests are skipped on new CIA Lorenz-2.15/src/ciat2bnew.prg
Targets
last checked
the date indicated here indicates the last time it was checked for the respective emulator if a new version exists AND if so, a testrun was performed.
note that when new tests have been added, it will normally not be run again for all emulators.
version | date | note | |
---|---|---|---|
denise | git 28/11/2024 | 28.11.2024 | |
hoxs64 | 1.1.2.6 (June 11th, 2023) | 28.11.2024 | |
emu64 | git 2024/11/27 | 27.11.2024 | a bunch of drive tests fail with timeout. Strange problem related to autostarting programs reported here |
frodo | git 2024/11/25 | 25.11.2024 | |
kernal64 (c64) | 1.8.5b1 (Sep 3rd, 2023) | 27.11.2024 | |
kernal64 (c128/c64) | 1.8.5b1 (Sep 3rd, 2023) | 27.11.2024 | |
kernal64 (c128) | 1.8.5b1 (Sep 3rd, 2023) | 27.11.2024 | |
kernal64 (scpu64) | 1.8.5b1 (Sep 3rd, 2023) | 27.11.2024 | |
kernal64 (cbm2) | 1.8.5b1 (Sep 3rd, 2023) | 27.11.2024 | |
z64k (c64) | 30 November 2024 | 30.11.2024 | |
z64k (c128/c64) | 30 November 2024 | 30.11.2024 | |
z64k (vic20) | 30 November 2024 | 30.11.2024 | |
z64k (c128) | 30 November 2024 | 30.11.2024 | |
micro64 | 16/03/2018 (build 719) | 20.11.2023 | development seems stalled, a bunch of drive tests fail with timeout |
yace | 2.2.0.47 | development seems stalled, does not work for me in wine nor windows10 | |
TC64 (cartridge) | 9q (16/12/2021) | 21.11.2023 | |
TC64 (standalone) | 9q (16/12/2021) | 21.11.2023 | |
cham20 | 20201130 | 21.11.2023 | development seems stalled |
U64 | 1.42 | 25.11.2023 | lacks a bunch of features, reported here network is a bit unstable. sometimes a test fails randomly because of network problems. every so often the U64 "application" hangs completely and requires to restart the testbench. Mounting cartridges via network seems unstable. Need to manually test/merge PAL/NTSC and REU etc. |
x64sc | 3.8 r45384 | 4.12.2024 | |
x64 | 3.8 r45384 | 4.12.2024 | |
x128 (c64) | 3.8 r45384 | 4.12.2024 | |
xvic | 3.8 r45384 | 4.12.2024 | |
x128 | 3.8 r45384 | 4.12.2024 | |
xplus4 | 3.8 r45384 | 4.12.2024 | |
xpet | 3.8 r45384 | 4.12.2024 | |
x64dtv | 3.8 r45384 | 4.12.2024 | |
xscpu64 | 3.8 r45384 | 4.12.2024 | |
xcbm5x0 | 3.8 r45384 | 4.12.2024 | |
xcbm2 | 3.8 r45384 | 4.12.2024 | |
vsid | 3.8 r45384 | 4.12.2024 |
Results
C64
tested | passed | percent | ||
---|---|---|---|---|
denise git 28.11.2024 | 1305 | 1278 | 97% | 97% (1,278 of 1,305) |
x64sc r45384 | 1311 | 1234 | 94% | 94% (1,234 of 1,311) |
z64k (c64) 30 November 2024 | 1212 | 1131 | 93% | 93% (1,131 of 1,212) |
hoxs64 1.1.2.6 | 993 | 901 | 90% | 90% (901 of 993) |
TC64 9q (cartridge) | 985 | 887 | 90% | 90% (887 of 985) |
z64k (c128/c64) 30 November 2024 | 1212 | 1081 | 89% | 89% (1,081 of 1,212) |
x64 r45384 | 1311 | 1107 | 84% | 84% (1,107 of 1,311) |
x128 (c64) r45384 | 1266 | 1071 | 84% | 84% (1,071 of 1,266) |
kernal64 (c64) 1.8.5_b1 | 1215 | 936 | 77% | 77% (936 of 1,215) |
frodo 20241125 | 1079 | 840 | 77% | 77% (840 of 1,079) |
kernal64 (c128/c64) 1.8.5_b1 | 1215 | 933 | 76% | 76% (933 of 1,215) |
micro64 1.00.2018.03.16 (build 719) | 1062 | 808 | 76% | 76% (808 of 1,062) |
U64 1.43 | 1012 | 775 | 76% | 76% (775 of 1,012) |
TC64 9q (standalone) | 1182 | 868 | 73% | 73% (868 of 1,182) |
yace 2-2-0-47 | 860 | 430 | 50% | 50% (430 of 860) |
emu64 20241127 | 1142 | 499 | 43% | 43% (499 of 1,142) |
Path | Chip | Type | denise git 28.11.2024 | x64sc r45384 | hoxs64 1.1.2.6 | z64k (c64) 30 November 2024 | TC64 9q (cartridge) | z64k (c128/c64) 30 November 2024 | x128 (c64) r45384 | x64 r45384 | kernal64 (c64) 1.8.5_b1 | kernal64 (c128/c64) 1.8.5_b1 | micro64 1.00.2018.03.16 (build 719) | TC64 9q (standalone) | U64 1.43 | yace 2-2-0-47 | emu64 20241127 | frodo 20241125 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
./selftest (c64-pass.crt) | ok | ok | timeout | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | timeout | ok | ok | ||
./selftest (c64-fail.crt) (must always fail) | fail (ok) | fail (ok) | timeout | fail (ok) | fail (ok) | fail (ok) | fail (ok) | fail (ok) | fail (ok) | fail (ok) | fail (ok) | fail (ok) | n/a | timeout | fail (ok) | fail (ok) | ||
./selftest (c64-pass.crt) | screenshot | ok | ok | fail | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a | fail | ok | ok | |
./selftest (c64-fail.crt) (must always fail) | screenshot | fail (ok) | fail (ok) | fail (ok) | fail (ok) | fail (ok) | fail (ok) | fail (ok) | fail (ok) | fail (ok) | fail (ok) | fail (ok) | fail (ok) | n/a | fail (ok) | fail (ok) | fail (ok) | |
../C64/raminitpattern darkstarbbstest.prg | ok | ok | ok | fail | fail | fail | ok | ok | ok | ok | fail | ok | ok | fail | ok | ok | ||
../C64/raminitpattern typicaltest.prg | ok | ok | fail | ok | fail | ok | ok | ok | ok | ok | fail | ok | ok | ok | ok | fail | ||
../C64/autostart/basic basictest.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../C64/autostart/basic printpoint.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../C64/autostart/basic printpoint2.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../C64/autostart/defaults test.prg (load the test using "TEST" as filename) | ok | ok | fail | fail | fail | fail | ok | ok | fail | fail | fail | fail | fail | fail | fail | fail | ||
../C64/autostart/defaults test.prg (test.d64) (load the test using "TEST" as filename) | ok | ok | fail | fail | fail | fail | ok | ok | ok | fail | fail | fail | fail | fail | fail | fail | ||
../C64/bankio bankio.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../C64/openio gauntlet.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | fail | ok | ok | ok | ||
../general/banking00 banking00.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../general/Lorenz-2.15/src nopz.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../general/Lorenz-2.15/src laxay.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../general/Lorenz-2.15/src alrb.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../general/Lorenz-2.15/src arrb.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../general/Lorenz-2.15/src aneb.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../general/Lorenz-2.15/src shxay.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../general/Lorenz-2.15/src shyax.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ||
../general/Lorenz-2.15/src shsay.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../general/Lorenz-2.15/src lasay.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../general/Lorenz-2.15/src trap1.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../general/Lorenz-2.15/src trap2.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../general/Lorenz-2.15/src trap3.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../general/Lorenz-2.15/src trap4.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../general/Lorenz-2.15/src trap5.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../general/Lorenz-2.15/src trap6.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../general/Lorenz-2.15/src trap7.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../general/Lorenz-2.15/src trap8.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../general/Lorenz-2.15/src trap9.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | fail | ok | ||
../general/Lorenz-2.15/src trap10.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | fail | ok | ||
../general/Lorenz-2.15/src trap11.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../general/Lorenz-2.15/src trap12.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../general/Lorenz-2.15/src trap13.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../general/Lorenz-2.15/src trap14.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../general/Lorenz-2.15/src trap15.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | fail | ok | ||
../general/Lorenz-2.15/src trap1ane.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap2ane.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap3ane.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap4ane.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap5ane.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap6ane.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap7ane.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap8ane.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | ok | ok | ||
../general/Lorenz-2.15/src trap9ane.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap10ane.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap11ane.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap12ane.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap13ane.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | ok | ok | ||
../general/Lorenz-2.15/src trap14ane.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | ok | ok | ||
../general/Lorenz-2.15/src trap15ane.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap1lxa.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap2lxa.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap3lxa.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap4lxa.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap5lxa.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap6lxa.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap7lxa.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap8lxa.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | ok | ok | ||
../general/Lorenz-2.15/src trap9lxa.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap10lxa.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap11lxa.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap12lxa.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap13lxa.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | ok | ok | ||
../general/Lorenz-2.15/src trap14lxa.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | ok | ok | ||
../general/Lorenz-2.15/src trap15lxa.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | fail | ok | ||
../general/Lorenz-2.15/src trap16.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | fail | timeout | n/a | |
../general/Lorenz-2.15/src trap17.prg | PAL | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | ok | timeout | fail | fail | n/a | |
../general/Lorenz-2.15/src mmu.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../general/Lorenz-2.15/src cpuport.prg | ok | ok | ok | ok | ok | n/a | n/a | ok | ok | fail | fail | ok | ok | fail | ok | ok | ||
../general/Lorenz-2.15/src cputiming.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | ||
../general/Lorenz-2.15/src irq.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | timeout | fail | n/a | |
../general/Lorenz-2.15/src nmi.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a | |
../general/Lorenz-2.15/src cia1tb123.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | |
../general/Lorenz-2.15/src cia2tb123.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | |
../general/Lorenz-2.15/src cia1pb6.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../general/Lorenz-2.15/src cia1pb7.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../general/Lorenz-2.15/src cia2pb6.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../general/Lorenz-2.15/src cia2pb7.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../general/Lorenz-2.15/src cia1tab.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../general/Lorenz-2.15/src loadth.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | |
../general/Lorenz-2.15/src cnto2.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../general/Lorenz-2.15/src icr01.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | n/a | |
../general/Lorenz-2.15/src imr.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../general/Lorenz-2.15/src flipos.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | n/a | |
../general/Lorenz-2.15/src oneshot.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | |
../general/Lorenz-2.15/src cntdef.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | |
../general/Lorenz-2.15/src cia1ta.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | n/a | |
../general/Lorenz-2.15/src cia1tb.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | n/a | |
../general/Lorenz-2.15/src cia2ta.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | n/a | |
../general/Lorenz-2.15/src cia2tb.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | n/a | |
../general/Lorenz-2.15/src irqnew.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src nminew.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src cia1tb123.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src cia2tb123.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src cia1pb6.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src cia1pb7.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src cia2pb6.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src cia2pb7.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src cia1tabnew.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src loadth.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src cnto2.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src icr01new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src imrnew.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src flipos.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src oneshot.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src cntdef.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src cia1tanew.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src cia1tbnew.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src cia2tanew.prg (TODO - incomplete) | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../general/Lorenz-2.15/src cia2tbnew.prg (TODO - incomplete) | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../general/ram0001 test1.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | ok | ||
../general/fuxxortest test-fuxxored.prg | ok | ok | timeout | timeout | timeout | timeout | timeout | timeout | timeout | timeout | ok | timeout | timeout | timeout | timeout | timeout | ||
../general/fuxxortest ef1-nmi.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | ||
../general/fuxxortest ef2-inst1.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | fail | ok | ||
../general/fuxxortest ef2-inst2.prg | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | n/a | fail | ok | ||
../general/fuxxortest ef2-inst3.prg | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | ok | n/a | fail | fail | ||
../general/fuxxortest ef2-inst4a.prg | ok | ok | ok | ok | fail | fail | fail | fail | ok | fail | ok | fail | fail | n/a | fail | ok | ||
../general/fuxxortest ef2-inst4b.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | ||
../general/fuxxortest ef2-inst4c.prg | ok | ok | ok | ok | ok | ok | timeout | timeout | timeout | fail | ok | ok | ok | n/a | fail | timeout | ||
../CPU/Acid800 cpu_illegal.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | ||
../CPU/Acid800 cpu_timing.prg | PAL | ok | ok | fail | fail | ok | fail | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | |
../CPU/Acid800 cpu_timing_ntsc.prg (not 100% stable - rerun on failure) | NTSC | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | ok | n/a | n/a | |
../CPU/Acid800 cpu_bugs.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ||
../CPU/Acid800 cpu_clisei.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../CPU/ane ane.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ok | fail | n/a | |
../CPU/ane ane-none.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ok | fail | n/a | |
../CPU/ane ane-border.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ok | fail | n/a | |
../CPU/asap cpu_ane.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../CPU/asap cpu_decimal.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../CPU/asap cpu_shx.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | ok | ||
../CPU/cpujam cpujamf2.prg (must always timeout) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | ok (fail) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | ||
../CPU/cpujam jamirq.prg (must always timeout) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | n/a | fail | timeout (ok) | ||
../CPU/cpujam jamnmi.prg (must always timeout) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | n/a | fail | timeout (ok) | ||
../CPU/cpuport test1.prg | ok | ok | ok | ok | ok | fail | ok | ok | ok | ok | fail | ok | ok | timeout | ok | ok | ||
../CPU/cpuport (initvalue.crt) | ok | ok | timeout | ok | ok | ok | ok | ok | ok | fail | timeout | ok | n/a | timeout | fail | ok | ||
../CPU/decimalmode scanner.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | ||
../CPU/decimalmode arr00.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../CPU/decimalmode arr01.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../CPU/decimalmode arr02.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../CPU/decimalmode arr10.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../CPU/decimalmode arr11.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../CPU/decimalmode arr12.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../CPU/lax lax.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a | |
../CPU/lax lax-none.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a | |
../CPU/lax lax-border.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a | |
../CPU/sha shaabsy1.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../CPU/sha shaabsy2.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | ok | fail | fail | n/a | |
../CPU/sha shaabsy3.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | ok | fail | fail | n/a | |
../CPU/sha shaabsy4.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | ok | fail | fail | n/a | |
../CPU/sha shaabsy5.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | fail | fail | fail | n/a | |
../CPU/sha shazpy1.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../CPU/sha shazpy2.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | ok | fail | fail | n/a | |
../CPU/sha shazpy3.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | ok | fail | fail | n/a | |
../CPU/sha shazpy4.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | ok | fail | fail | n/a | |
../CPU/sha shazpy5.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | fail | fail | fail | n/a | |
../CPU/shs shsabsy1.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../CPU/shs shsabsy2.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | ok | fail | fail | n/a | |
../CPU/shs shsabsy3.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | ok | fail | fail | n/a | |
../CPU/shs shsabsy4.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | ok | fail | fail | n/a | |
../CPU/shs shsabsy5.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | fail | fail | fail | n/a | |
../CPU/shxy shx-test.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | fail | fail | ok | n/a | |
../CPU/shxy shxy1.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../CPU/shxy shxy2.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | ok | fail | ok | n/a | |
../CPU/shxy shxy3.prg | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | ok | fail | fail | ok | ||
../CPU/shxy shxy4.prg | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | ok | fail | fail | ok | ||
../CPU/shxy shxy5.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | fail | fail | fail | n/a | |
../CPU/shxy shyx1.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../CPU/shxy shyx2.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | ok | fail | ok | n/a | |
../CPU/shxy shyx3.prg | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | ok | fail | fail | ok | ||
../CPU/shxy shyx4.prg | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | ok | fail | fail | ok | ||
../CPU/shxy shyx5.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | fail | fail | fail | n/a | |
../CPU/jsrselfmod jsr.prg | fail | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | n/a | ok | ok | ||
../interrupts/branchquirk branchquirk-new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../interrupts/branchquirk branchquirk-old.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../interrupts/branchquirk branchquirk-nminew.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../interrupts/branchquirk branchquirk-nmiold.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../interrupts/cia-int cia-int-irq-new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | timeout | timeout | ok | ok | n/a | n/a | n/a | n/a | |
../interrupts/cia-int cia-int-irq.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | timeout | timeout | ok | ok | ok | timeout | fail | n/a | |
../interrupts/cia-int cia-int-nmi-new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | timeout | timeout | ok | ok | n/a | n/a | n/a | n/a | |
../interrupts/cia-int cia-int-nmi.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | timeout | timeout | ok | ok | ok | timeout | fail | n/a | |
../interrupts/irq-ackn-bug cia1new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | n/a | n/a | n/a | n/a | |
../interrupts/irq-ackn-bug cia1.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a | |
../interrupts/irq-ackn-bug cia2new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../interrupts/irq-ackn-bug cia2.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | n/a | |
../interrupts/irq-ackn-bug irq-ack-vicii.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | fail | ok | timeout | fail | n/a | |
../interrupts/irqdma nmitest6b.prg | PAL 6526 | ok | ok | n/a | ok | n/a | ok | fail | fail | fail | fail | n/a | ok | ok | n/a | fail | n/a | |
../interrupts/irqdma nmitest6b.prg | PAL 8521 | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | n/a | ok | n/a | n/a | n/a | n/a | |
../interrupts/irqdma nmitest6.prg | PAL 6526 | ok | ok | n/a | ok | n/a | ok | fail | fail | fail | fail | n/a | ok | ok | n/a | fail | n/a | |
../interrupts/irqdma nmitest6.prg | PAL 8521 | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | n/a | ok | n/a | n/a | n/a | n/a | |
../interrupts/irqdma test1b.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a | |
../interrupts/irqdma test1.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a | |
../interrupts/irqdma test2b.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a | |
../interrupts/irqdma test2.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a | |
../interrupts/irqdma test3b.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a | |
../interrupts/irqdma test3.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a | |
../interrupts/irqdma test4b.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a | |
../interrupts/irqdma test4.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a | |
../interrupts/irqdma test5b.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a | |
../interrupts/irqdma test5.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a | |
../interrupts/irqdma test6b.prg | PAL 6526 | ok | ok | n/a | ok | n/a | ok | fail | fail | fail | fail | n/a | fail | ok | n/a | fail | n/a | |
../interrupts/irqdma test6b.prg | PAL 8521 | ok | ok | ok | ok | fail | ok | fail | fail | fail | fail | n/a | fail | n/a | n/a | n/a | n/a | |
../interrupts/irqdma test6.prg | PAL | ok | ok | ok | ok | fail | ok | fail | fail | fail | fail | ok | fail | ok | fail | fail | n/a | |
../interrupts/irqdma test7b.prg | PAL | ok | ok | ok | ok | fail | ok | fail | fail | fail | fail | ok | fail | ok | fail | fail | n/a | |
../interrupts/irqdma test7.prg | PAL | ok | ok | ok | ok | fail | ok | fail | fail | fail | fail | ok | fail | ok | fail | fail | n/a | |
../interrupts/irqnmi irqnmi-new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | n/a | n/a | n/a | n/a | |
../interrupts/irqnmi irqnmi-old.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a | |
../interrupts/irqnoack ackcia.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | ok | ok | ||
../interrupts/irqnoack ackcia2.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | ok | ok | ||
../interrupts/irqnoack ackcia3.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | ok | ok | ||
../interrupts/irqnoack ackraster.prg (must always timeout) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | n/a | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | n/a | n/a | timeout (ok) | n/a | fail | timeout (ok) | ||
../CIA/CIA-AcountsB cia-b-counts-a.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | |
../CIA/CIA-AcountsB cmp-b-counts-a-old.prg | PAL 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../CIA/CIA-AcountsB cmp-b-counts-a-new.prg | PAL 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/CIA-AcountsB cia-b-counts-a_ntsc.prg | NTSC | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | ok | n/a | n/a | |
../CIA/CIA-AcountsB cmp-b-counts-a-old_ntsc.prg | NTSC 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | ok | n/a | n/a | |
../CIA/CIA-AcountsB cmp-b-counts-a-new_ntsc.prg | NTSC 8521 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | n/a | n/a | n/a | |
../CIA/cia-timer cia-timer-oldcias.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | ok | fail | ok | fail | fail | n/a | |
../CIA/cia-timer cia-timer-newcias.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/ciavarious cia3.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | ok | fail | fail | n/a | |
../CIA/ciavarious cia3a.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | ok | fail | fail | n/a | |
../CIA/ciavarious cia4.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | ok | fail | fail | n/a | |
../CIA/ciavarious cia5.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ok | ok | ok | ||
../CIA/ciavarious cia6.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | fail | ok | ||
../CIA/ciavarious cia7.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ||
../CIA/ciavarious cia8.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | fail | fail | ok | fail | fail | n/a | |
../CIA/ciavarious cia9.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ||
../CIA/ciavarious cia10.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ||
../CIA/ciavarious cia11.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ||
../CIA/ciavarious cia12.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ||
../CIA/ciavarious cia13.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ||
../CIA/ciavarious cia14.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ||
../CIA/ciavarious cia15.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../CIA/ciavarious cia3new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/ciavarious cia3anew.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/ciavarious cia4new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/ciavarious cia8new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/dd0drw dd0drw.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | ||
../CIA/dd0dtest dd0dtest.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | n/a | fail | ok | n/a | fail | n/a | |
../CIA/dd0dtest dd0dtest.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | n/a | fail | n/a | n/a | n/a | n/a | |
../CIA/irqdelay irqdelay.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../CIA/irqdelay irqdelay-new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/irqdelay irqdelay-oneshot.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../CIA/irqdelay irqdelay-oneshot-new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/irqdelay irqdelay2.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../CIA/irqdelay irqdelay2-new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/irqdelay irqdelay-cia1-4-new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/irqdelay irqdelay-cia1-4-old.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../CIA/irqdelay irqdelay-cia1-oneshot-4-new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/irqdelay irqdelay-cia1-oneshot-4-old.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../CIA/irqdelay irqdelay-cia2-oneshot-4.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../CIA/pb6pb7 main.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | n/a | ok | ok | ||
../CIA/reload0 reload0a.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ||
../CIA/reload0 reload0b.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ||
../CIA/shiftregister cia-icr-test-continues-new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/shiftregister cia-icr-test-continues-old.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../CIA/shiftregister cia-icr-test-oneshot-new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/shiftregister cia-icr-test-oneshot-old.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../CIA/shiftregister cia-sdr-load.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister cia-sdr-init.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | n/a | fail | fail | ||
../CIA/shiftregister cia-sdr-delay.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-0_7f.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-0.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | ok | fail | ||
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-1_7f.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-19.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-39.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-3.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-4485-0_7f.prg (CIA timestamp 4485 only) | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | n/a | n/a | fail | n/a | fail | n/a | fail | n/a | |
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-4485-0.prg (CIA timestamp 4485 only) | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | n/a | n/a | fail | n/a | fail | n/a | ok | n/a | |
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-4485-1_7f.prg (CIA timestamp 4485 only) | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | n/a | n/a | fail | n/a | fail | n/a | fail | n/a | |
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-4485-19.prg (CIA timestamp 4485 only) | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | n/a | n/a | fail | n/a | fail | n/a | fail | n/a | |
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-4485-39.prg (CIA timestamp 4485 only) | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | n/a | n/a | fail | n/a | fail | n/a | fail | n/a | |
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-4485-3.prg (CIA timestamp 4485 only) | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | n/a | n/a | fail | n/a | fail | n/a | fail | n/a | |
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-4485-4_7f.prg (CIA timestamp 4485 only) | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | n/a | n/a | fail | n/a | fail | n/a | fail | n/a | |
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-4_7f.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-generic-0.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | ok | fail | ||
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-generic-0_7f.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-generic-19.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-generic-1_7f.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-generic-3.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-generic-39.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia1-sdr-icr-generic-4_7f.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-0_7f.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-0.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | ok | fail | ||
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-1_7f.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-19.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-39.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-3.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-4485-0_7f.prg (CIA timestamp 4485 only) | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | fail | n/a | fail | n/a | fail | n/a | |
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-4485-0.prg (CIA timestamp 4485 only) | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | fail | n/a | fail | n/a | ok | n/a | |
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-4485-1_7f.prg (CIA timestamp 4485 only) | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | fail | n/a | fail | n/a | fail | n/a | |
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-4485-19.prg (CIA timestamp 4485 only) | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | fail | n/a | fail | n/a | fail | n/a | |
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-4485-39.prg (CIA timestamp 4485 only) | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | fail | n/a | fail | n/a | fail | n/a | |
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-4485-3.prg (CIA timestamp 4485 only) | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | fail | n/a | fail | n/a | fail | n/a | |
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-4485-4_7f.prg (CIA timestamp 4485 only) | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | fail | n/a | fail | n/a | fail | n/a | |
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-4_7f.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-generic-0.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | ok | fail | ||
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-generic-0_7f.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-generic-19.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-generic-1_7f.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-generic-3.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-generic-39.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister/cia-sdr-icr cia2-sdr-icr-generic-4_7f.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | n/a | fail | fail | ||
../CIA/shiftregister cia-sp-test-continues-new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/shiftregister cia-sp-test-continues-old.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | n/a | |
../CIA/shiftregister cia-sp-test-oneshot-new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | n/a | n/a | n/a | n/a | |
../CIA/shiftregister cia-sp-test-oneshot-old.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | fail | fail | ok | fail | fail | n/a | |
../CIA/timerbasics test_new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/timerbasics test.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../CIA/timerbasics timer_new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/timerbasics timer.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | |
../CIA/timerbasics timer_test1_new.prg | 8521 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | n/a | |
../CIA/timerbasics timer_test1.prg | 6526 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | |
../CIA/tod 0alarm.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../CIA/tod 1alarm.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../CIA/tod 4todcia1.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | ok | ok | fail | fail | ok | ||
../CIA/tod 4tod.prg | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | ok | ok | fail | fail | ok | ||
../CIA/tod 5tod.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | ok | ||
../CIA/tod 6tod.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../CIA/tod alarm-cond2.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ||
../CIA/tod alarm-cond.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ||
../CIA/tod alarm.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | ||
../CIA/tod fix-hour.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ||
../CIA/tod fix-min.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | ok | ||
../CIA/tod fix-sec.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | ok | ||
../CIA/tod fix-tsec.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | ok | ||
../CIA/tod hammerfist0.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | ok | ||
../CIA/tod hammerfist1.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | ok | ||
../CIA/tod hour-test.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | ||
../CIA/tod hzsync0.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | n/a | |
../CIA/tod hzsync1.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | n/a | |
../CIA/tod hzsync2.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | n/a | |
../CIA/tod hzsync3.prg (not 100% stable - rerun on failure) | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a | |
../CIA/tod hzsync4.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | fail | fail | fail | n/a | |
../CIA/tod hzsync5.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | n/a | |
../CIA/tod hzsync6.prg (not 100% stable - rerun on failure) | PAL | fail | ok | fail | ok | fail | ok | ok | ok | fail | fail | n/a | fail | fail | n/a | ok | n/a | |
../CIA/tod powerup.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | ok | ||
../CIA/tod read-latch.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a | |
../CIA/tod stability.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | n/a | |
../CIA/tod stability-ntsc.prg | NTSC | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | timeout | n/a | n/a | |
../CIA/tod write-stop.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | ||
../CIA/tod ampmtest.prg | ok | ok | ok | ok | n/a | ok | ok | ok | ok | ok | n/a | n/a | ok | n/a | ok | ok | ||
../VICII/banking banking.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | n/a |
../VICII/border border-250.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | ok | ok | fail | fail | n/a |
../VICII/border border-251.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ok | fail | n/a |
../VICII/border border-252.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ok | fail | n/a |
../VICII/border border-bm-idle.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | fail | fail | n/a |
../VICII/border border-bm-ysh2.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | fail | fail | n/a |
../VICII/border border-bm-ysh.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | fail | fail | n/a |
../VICII/border border-mcbm.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | fail | fail | n/a |
../VICII/border hvborder1.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/border hvborder2.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/border vborder-32-08.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | ok | ok | n/a |
../VICII/border vborder-32-09.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | ok | ok | n/a |
../VICII/border vborder-33-08.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | ok | ok | n/a |
../VICII/border vborder-33-09.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/border vborder2-21.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/border vborder2-22.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/border vborder2-35.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/border vborder2-36.prg | PAL | screenshot | ok | ok | ok | ok | fail | ok | fail | fail | fail | fail | ok | fail | fail | fail | fail | n/a |
../VICII/border vborder2-63.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | ok | ok | n/a |
../VICII/border vborder2-64.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/colorfetchbug bitmap.prg | PAL | screenshot | ok | ok | ok | ok | fail | ok | ok | ok | fail | fail | n/a | fail | fail | n/a | fail | n/a |
../VICII/colorfetchbug main.prg | PAL | screenshot | ok | ok | ok | ok | fail | ok | ok | ok | fail | fail | n/a | fail | fail | n/a | fail | n/a |
../VICII/colorfetchbug main2.prg | PAL | screenshot | ok | ok | ok | ok | fail | ok | ok | ok | fail | fail | n/a | fail | fail | n/a | fail | n/a |
../VICII/colorfetchbug main3.prg | PAL | screenshot | ok | ok | ok | ok | fail | ok | ok | ok | fail | fail | n/a | fail | fail | n/a | fail | n/a |
../VICII/colorfetchbug main4.prg | PAL | screenshot | ok | ok | ok | ok | fail | ok | ok | ok | fail | fail | n/a | fail | fail | n/a | fail | n/a |
../VICII/colorsplit colorsplit.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/D011Test disable-bad.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a |
../VICII/D011Test disable-bad_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | fail | n/a | fail | n/a | n/a |
../VICII/dentest den01-48-0.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dentest den01-48-1.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dentest den01-48-2.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dentest den01-49-0.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dentest den01-49-1.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | ok | n/a |
../VICII/dentest den01-49-2.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dentest den10-48-0.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a |
../VICII/dentest den10-48-1.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a |
../VICII/dentest den10-48-2.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | n/a |
../VICII/dentest den10-51-0.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a |
../VICII/dentest den10-51-1.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | fail | n/a |
../VICII/dentest den10-51-2.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dentest den10-51-3.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dentest denrsel-0.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a |
../VICII/dentest denrsel-1.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | fail | n/a |
../VICII/dentest denrsel-2.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | fail | n/a |
../VICII/dentest denrsel55.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dentest denrsel-63.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dentest denrsel-s0.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a |
../VICII/dentest denrsel-s1.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | fail | n/a |
../VICII/dentest denrsel-s2.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | fail | n/a |
../VICII/dentest den01-48-0_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest den01-48-1_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest den01-48-2_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest den01-49-0_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest den01-49-1_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest den01-49-2_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest den10-48-0_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest den10-48-1_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest den10-48-2_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest den10-51-0_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest den10-51-1_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest den10-51-2_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest den10-51-3_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest denrsel-0_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest denrsel-1_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest denrsel-2_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest denrsel-63_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest denrsel-s0_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest denrsel-s1_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest denrsel-s2_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dentest denrsel55_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/dmadelay test1-2a-03.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dmadelay test1-2a-04.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a |
../VICII/dmadelay test1-2a-10.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dmadelay test1-2a-11.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dmadelay test1-2a-16.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dmadelay test1-2a-17.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dmadelay test1-2a-18.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/dmadelay test2-28-05.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dmadelay test2-28-06.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a |
../VICII/dmadelay test2-28-11.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dmadelay test2-28-12.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dmadelay test2-28-16.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dmadelay test2-28-17.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/dmadelay test2-28-18.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/dmadelay test3-28-07.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a |
../VICII/dmadelay test3-28-08.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | n/a |
../VICII/dmadelay test3-28-13.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a |
../VICII/dmadelay test3-28-14.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a |
../VICII/dmadelay test3-28-18.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a |
../VICII/dmadelay test3-28-19.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a |
../VICII/dmadelay test3-28-1a.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/dmadelay test1-2e-03-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | n/a | n/a | n/a |
../VICII/dmadelay test1-2e-04-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | n/a | n/a | n/a |
../VICII/dmadelay test1-2e-10-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | n/a | n/a | n/a |
../VICII/dmadelay test1-2e-11-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | fail | n/a | n/a | n/a | n/a |
../VICII/dmadelay test1-2e-16-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | n/a | n/a | n/a |
../VICII/dmadelay test1-2e-17-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | fail | n/a | n/a | n/a | n/a |
../VICII/dmadelay test1-2e-18-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | n/a | fail | n/a | n/a | n/a | n/a |
../VICII/dmadelay test2-2c-05-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | n/a | n/a | n/a |
../VICII/dmadelay test2-2c-06-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | n/a | n/a | n/a |
../VICII/dmadelay test2-2c-11-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | n/a | n/a | n/a |
../VICII/dmadelay test2-2c-12-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | fail | n/a | n/a | n/a | n/a |
../VICII/dmadelay test2-2c-16-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | n/a | n/a | n/a |
../VICII/dmadelay test2-2c-17-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | fail | n/a | n/a | n/a | n/a |
../VICII/dmadelay test2-2c-18-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | n/a | fail | n/a | n/a | n/a | n/a |
../VICII/dmadelay test3-2c-07-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | n/a | n/a | n/a |
../VICII/dmadelay test3-2c-08-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | n/a | n/a | n/a |
../VICII/dmadelay test3-2c-13-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | n/a | n/a | n/a |
../VICII/dmadelay test3-2c-14-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | fail | n/a | n/a | n/a | n/a |
../VICII/dmadelay test3-2c-18-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | n/a | n/a | n/a |
../VICII/dmadelay test3-2c-19-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | fail | n/a | n/a | n/a | n/a |
../VICII/dmadelay test3-2c-1a-ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | n/a | fail | n/a | n/a | n/a | n/a |
../VICII/fldscroll fldscroll-20-60.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a |
../VICII/fldscroll fldscroll-21-60.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a |
../VICII/fldscroll fldscroll-22-60.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a |
../VICII/fldscroll fldscroll-29-60.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | n/a |
../VICII/fldscroll fldscroll-2A-60.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | ok | ok | fail | fail | n/a |
../VICII/fldscroll fldscroll-2B-60.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | n/a |
../VICII/flibug blackmail-ee.prg (relies on LAX magic constant being 0xee) | PAL | screenshot | ok | ok | ok | ok | ok | ok | fail | ok | fail | fail | fail | ok | ok | n/a | fail | n/a |
../VICII/flibug blackmail-fixed.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | ok | ok | n/a | fail | n/a |
../VICII/frodotests text26.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/gfxfetch gfxfetch.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | ok | fail | ok | n/a |
../VICII/gfxfetch gfxfetch_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | fail | fail | ok | ok | n/a | fail | n/a | fail | n/a | n/a |
../VICII/greydot greydot.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | fail | ok | ok | fail | fail | n/a |
../VICII/lplatency lplatency.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a | |
../VICII/lp-trigger test1.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/lp-trigger test2.prg | PAL | ok | ok | fail | fail | ok | fail | ok | ok | ok | fail | ok | fail | ok | fail | fail | n/a | |
../VICII/lp-trigger test2new.prg | PAL | ok | ok | ok | ok | fail | ok | fail | fail | fail | ok | fail | ok | fail | fail | fail | n/a | |
../VICII/phi1timing phi1timing.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | fail | fail | fail | n/a | |
../VICII/phi1timing phi1timing_ntsc.prg | NTSC | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | fail | n/a | fail | n/a | n/a | |
../VICII/phi1timing phi1timing_ntscold.prg | NTSCOLD | ok | ok | n/a | n/a | n/a | n/a | n/a | ok | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a | |
../VICII/rasterirq rasterirq_hold.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/screenpos screenpos.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/sb_sprite_fetch sbsprf24-163.prg | PAL | screenshot | ok | ok | ok | ok | fail | ok | ok | ok | fail | fail | ok | fail | ok | n/a | ok | n/a |
../VICII/sb_sprite_fetch sbsprf24-164.prg | PAL | screenshot | ok | ok | ok | ok | fail | ok | fail | fail | fail | fail | fail | fail | fail | n/a | fail | n/a |
../VICII/screenpos screenpos_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | fail | ok | ok | fail | fail | n/a | fail | n/a | fail | n/a | n/a |
../VICII/split-tests/bascan bascan.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | |
../VICII/split-tests/fetchsplit fetchsplit.prg | PAL | screenshot | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a |
../VICII/split-tests/lightpen lightpen.prg | ok | ok | ok | fail | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | ||
../VICII/split-tests/modesplit modesplit.prg | screenshot | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | |
../VICII/split-tests/spritescan spritescan.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | fail | ok | fail | fail | n/a | |
../VICII/vicii_timing vicii_reg_timing.prg | PAL | screenshot | ok | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a |
../VICII/vicii_timing vicii_reg_timing-a5.prg | PAL | screenshot | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a | fail | n/a |
../VICII/vicii_timing vicii_reg_timing-ff.prg | PAL | screenshot | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a | fail | n/a |
../VICII/videomode rmwtest.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/videomode rmwtest_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | fail | ok | ok | fail | fail | n/a | ok | n/a | fail | n/a | n/a |
../VICII/videomode videomode1.prg | PAL | screenshot | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | ok | fail | fail | fail | fail | n/a |
../VICII/videomode videomode2.prg | PAL | screenshot | ok | fail | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a |
../VICII/videomode videomode-v.prg | PAL | screenshot | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | ok | fail | fail | fail | fail | n/a |
../VICII/videomode videomode-w.prg | PAL | screenshot | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | ok | fail | fail | fail | fail | n/a |
../VICII/videomode videomode-x.prg | PAL | screenshot | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | ok | fail | fail | fail | fail | n/a |
../VICII/videomode videomode-y.prg | PAL | screenshot | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | ok | fail | fail | fail | fail | n/a |
../VICII/videomode videomode-z.prg | PAL | screenshot | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a |
../VICII/videomode videomode-v_ntsc.prg | NTSC | screenshot | ok | fail | n/a | fail | n/a | fail | fail | fail | fail | fail | n/a | fail | n/a | fail | n/a | n/a |
../VICII/videomode videomode-w_ntsc.prg | NTSC | screenshot | ok | fail | n/a | fail | n/a | fail | fail | fail | fail | fail | n/a | fail | n/a | fail | n/a | n/a |
../VICII/videomode videomode-x_ntsc.prg | NTSC | screenshot | ok | fail | n/a | fail | n/a | fail | fail | fail | fail | fail | n/a | fail | n/a | fail | n/a | n/a |
../VICII/videomode videomode-y_ntsc.prg | NTSC | screenshot | ok | fail | n/a | fail | n/a | fail | fail | fail | fail | fail | n/a | fail | n/a | fail | n/a | n/a |
../VICII/videomode videomode-z_ntsc.prg | NTSC | screenshot | ok | fail | n/a | fail | n/a | fail | fail | fail | fail | fail | n/a | fail | n/a | fail | n/a | n/a |
../VICII/videomode videomode2_ntsc.prg | NTSC | screenshot | fail | fail | n/a | fail | n/a | fail | fail | fail | fail | fail | n/a | fail | n/a | fail | n/a | n/a |
../VICII/videomode videomode1_ntsc.prg | NTSC | screenshot | ok | fail | n/a | ok | n/a | ok | fail | fail | fail | fail | n/a | fail | n/a | fail | n/a | n/a |
../VICII/videomode videomode1_ntscold.prg | NTSCOLD | screenshot | ok | ok | n/a | n/a | n/a | n/a | n/a | fail | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
../VICII/videomode videomode2_ntscold.prg | NTSCOLD | screenshot | ok | ok | n/a | n/a | n/a | n/a | n/a | fail | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
../VICII/videomode videomode-v_ntscold.prg | NTSCOLD | screenshot | ok | ok | n/a | n/a | n/a | n/a | n/a | fail | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
../VICII/videomode videomode-w_ntscold.prg | NTSCOLD | screenshot | ok | ok | n/a | n/a | n/a | n/a | n/a | fail | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
../VICII/videomode videomode-x_ntscold.prg | NTSCOLD | screenshot | ok | ok | n/a | n/a | n/a | n/a | n/a | fail | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
../VICII/videomode videomode-y_ntscold.prg | NTSCOLD | screenshot | ok | ok | n/a | n/a | n/a | n/a | n/a | fail | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
../VICII/videomode videomode-z_ntscold.prg | NTSCOLD | screenshot | ok | ok | n/a | n/a | n/a | n/a | n/a | fail | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
../VICII/vspbug vsp_bug.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ok | fail | ok | ||
../VICII/vsp-tester vsp-tester.prg | PAL | fail | fail | fail | ok | fail | ok | fail | fail | timeout | timeout | n/a | fail | fail | n/a | timeout | n/a | |
../VICII/vsp-tester vsp-tester-ntsc.prg | NTSC | fail | fail | n/a | ok | n/a | ok | fail | fail | timeout | timeout | n/a | fail | n/a | n/a | n/a | n/a | |
../VICII/sequencer-bug bug.prg | PAL | screenshot | ok | ok | ok | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a |
../VICII/spritebug spritebug-104.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spritebug spritebug-105.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | ok | fail | fail | n/a |
../VICII/spritebug spritebug-106.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spritecollisions sprite-gfx-collision-cycle.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | fail | ok | fail | fail | n/a | |
../VICII/spritecollisions sprite-sprite-collision-cycle.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | fail | ok | ok | fail | n/a | |
../VICII/spritecollisions sprite-sprite.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | |
../VICII/spritecollisions sprite-sprite-hi-hi.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | ||
../VICII/spritecollisions sprite-sprite-mc-hi.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | ||
../VICII/spritecollisions sprite-sprite-hi-mc.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | ||
../VICII/spritecollisions sprite-sprite-mc-mc.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | ||
../VICII/spritecollisions sprite-gfx-hi-hi.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | ||
../VICII/spritecollisions sprite-gfx-mc-hi.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | ||
../VICII/spritecollisions sprite-gfx-hi-mc.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | ||
../VICII/spritecollisions sprite-gfx-mc-mc.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | ||
../VICII/spritecrunch spritecrunch-3b-00.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ok | fail | n/a |
../VICII/spritecrunch spritecrunch-3c-00.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ok | fail | n/a |
../VICII/spritecrunch spritecrunch-3d-00.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ok | fail | n/a |
../VICII/spritecrunch spritecrunch2-07.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | ok | ok | fail | fail | n/a |
../VICII/spritecrunch spritecrunch2-08.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ok | fail | n/a |
../VICII/spritecrunch spritecrunch2-09.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ok | fail | n/a |
../VICII/spritecrunch spritecrunch2-25.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | ok | ok | ok | fail | n/a |
../VICII/spritecrunch spritecrunch2-26.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | ok | ok | ok | fail | n/a |
../VICII/spritecrunch spritecrunch2-27.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | ok | ok | ok | fail | n/a |
../VICII/spritecrunch spritecrunch2-28.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | ok | ok | ok | fail | n/a |
../VICII/spritecrunch spritecrunch2-29.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | ok | ok | ok | fail | n/a |
../VICII/spritedma d017-54.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/spritedma d017-57.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a |
../VICII/spritedma d017-54_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/spritedma d017-57_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | ok | n/a | fail | n/a | n/a |
../VICII/spriteenable spriteenable1.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spriteenable spriteenable2.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spriteenable spriteenable3.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spriteenable spriteenable4.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spriteenable spriteenable5.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spriteenable spriteenable1_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | fail | fail | fail | fail | fail | n/a | fail | n/a | fail | n/a | n/a |
../VICII/spriteenable spriteenable2_ntsc.prg | NTSC | screenshot | ok | ok | n/a | ok | n/a | fail | fail | fail | fail | fail | n/a | fail | n/a | fail | n/a | n/a |
../VICII/spriteenable spriteenable3_ntsc.prg | NTSC | screenshot | ok | fail | n/a | ok | n/a | fail | fail | fail | fail | fail | n/a | fail | n/a | fail | n/a | n/a |
../VICII/spriteenable spriteenable4_ntsc.prg | NTSC | screenshot | ok | fail | n/a | ok | n/a | fail | fail | fail | fail | fail | n/a | fail | n/a | fail | n/a | n/a |
../VICII/spriteenable spriteenable5_ntsc.prg | NTSC | screenshot | ok | fail | n/a | ok | n/a | fail | fail | fail | fail | fail | n/a | fail | n/a | fail | n/a | n/a |
../VICII/spriteenable spriteenable1_ntscold.prg | NTSCOLD | screenshot | ok | ok | n/a | n/a | n/a | n/a | n/a | fail | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
../VICII/spriteenable spriteenable2_ntscold.prg | NTSCOLD | screenshot | ok | ok | n/a | n/a | n/a | n/a | n/a | fail | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
../VICII/spriteenable spriteenable3_ntscold.prg | NTSCOLD | screenshot | ok | ok | n/a | n/a | n/a | n/a | n/a | fail | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
../VICII/spriteenable spriteenable4_ntscold.prg | NTSCOLD | screenshot | ok | ok | n/a | n/a | n/a | n/a | n/a | fail | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
../VICII/spriteenable spriteenable5_ntscold.prg | NTSCOLD | screenshot | ok | ok | n/a | n/a | n/a | n/a | n/a | fail | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
../VICII/spritefetchbug test-136-2a.prg | PAL | screenshot | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a |
../VICII/spritegap spritegap2.prg | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | fail | ok | fail | fail | fail | ||
../VICII/spritegap spritegap3.prg | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | fail | ok | fail | fail | fail | ||
../VICII/spritepriorities test1.prg | screenshot | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | |
../VICII/spriterestart spriterestart.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | ok | ok | fail | n/a | |
../VICII/spritesplit ss-exp-unexp-hires.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | fail | ok | ok | fail | fail | n/a |
../VICII/spritesplit ss-exp-unexp-mc.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | fail | ok | ok | fail | fail | n/a |
../VICII/spritesplit ss-hires-color.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spritesplit ss-hires-mc-exp.prg | PAL | screenshot | ok | ok | ok | ok | fail | fail | ok | ok | fail | fail | ok | fail | ok | fail | fail | n/a |
../VICII/spritesplit ss-hires-mc.prg | PAL | screenshot | ok | ok | ok | ok | fail | fail | ok | ok | fail | fail | ok | fail | ok | fail | fail | n/a |
../VICII/spritesplit ss-mc-color0.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spritesplit ss-mc-color1.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spritesplit ss-mc-color2.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spritesplit ss-mc-hires-exp.prg | PAL | screenshot | ok | ok | fail | ok | fail | fail | fail | fail | fail | fail | ok | fail | ok | fail | fail | n/a |
../VICII/spritesplit ss-mc-hires.prg | PAL | screenshot | ok | ok | fail | ok | fail | fail | fail | fail | fail | fail | ok | fail | ok | fail | fail | n/a |
../VICII/spritesplit ss-pri-exp.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spritesplit ss-pri-mc-exp.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spritesplit ss-pri-mc.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spritesplit ss-pri.prg | PAL | screenshot | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spritesplit ss-unexp-exp-hires.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spritesplit ss-unexp-exp-mc.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spritesplit ss-xpos.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a |
../VICII/spritesteal spritesteal.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | |
../VICII/spritesteal spritesteal_ntsc.prg | NTSC | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | n/a | fail | n/a | ok | n/a | n/a | |
../VICII/spritesteal spritesteal_ntscold.prg | NTSCOLD | ok | ok | n/a | n/a | n/a | n/a | n/a | ok | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a | |
../VICII/spritevssprite spritevssprite.prg | PAL | ok | fail | ok | ok | ok | ok | fail | fail | fail | fail | fail | fail | ok | fail | fail | n/a | |
../VICII/spritex demusinterruptus.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a | |
../VICII/spritex testsuite.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | fail | ok | fail | fail | n/a | |
../VICII/spritex testsuite_ntsc.prg | NTSC | ok | ok | n/a | ok | n/a | ok | ok | ok | fail | fail | n/a | fail | n/a | fail | n/a | n/a | |
../VICII/spritex testsuite_ntscold.prg | NTSCOLD | ok | ok | n/a | n/a | n/a | n/a | n/a | ok | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a | |
../VICII/spritey spritey.prg | PAL | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a | |
../SID/busvalue busvalue.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | fail | fail | fail | ok | ||
../SID/detect detect-1-old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | |
../SID/detect detect-1-new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | ok | ok | |
../SID/detect detect-2-old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | |
../SID/detect detect-2-new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | fail | ok | |
../SID/env_test env_test_ra_0000.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | timeout | fail | fail | ||
../SID/env_test env_test_ra_0100.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | timeout | fail | fail | ||
../SID/env_test env_test_adra_1.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | timeout | fail | fail | ||
../SID/env_test env_test_adra_2.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | timeout | fail | fail | ||
../SID/env_test env_test_ar_1.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | timeout | fail | fail | ||
../SID/env_test env_test_ar_2.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | timeout | fail | fail | ||
../SID/env_test env_test_ar_3.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | timeout | fail | fail | ||
../SID/envelope testADSRDelayBug.prg | ok | ok | ok | ok | timeout | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | fail | ||
../SID/envelope testFlip00toFF.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | fail | ||
../SID/envelope testFlipFFto00.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | fail | ||
../SID/envelope lft-adsr-test.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ||
../SID/exp_counter_reset env_test_exr.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | ok | fail | ||
../SID/noiselfsrinit simple.prg | 8580 | fail | ok | fail | fail | ok | fail | ok | ok | fail | fail | n/a | fail | n/a | n/a | fail | fail | |
../SID/noiselfsrinit scan.prg | 8580 | fail | ok | fail | fail | ok | fail | ok | ok | fail | fail | n/a | fail | n/a | n/a | fail | fail | |
../SID/noiselfsrinit simple.prg | 6581 | fail | ok | n/a | fail | n/a | fail | ok | ok | fail | fail | n/a | fail | fail | n/a | fail | fail | |
../SID/noiselfsrinit scan.prg | 6581 | fail | ok | n/a | fail | n/a | fail | ok | ok | fail | fail | n/a | fail | fail | n/a | fail | fail | |
../SID/noisewriteback noise_writeback_test1-old.prg | 6581 | ok | fail | n/a | ok | n/a | ok | fail | fail | ok | ok | fail | ok | fail | fail | ok | fail | |
../SID/noisewriteback noise_writeback_test1-new.prg | 8580 | ok | fail | ok | ok | ok | ok | fail | fail | ok | ok | fail | ok | n/a | n/a | ok | fail | |
../SID/noisewriteback noise_writeback_test2-old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/noisewriteback noise_writeback_test2-new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_8_to_8_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_8_to_9_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_8_to_A_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_8_to_B_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_8_to_C_old.prg | 6581 | ok | fail | n/a | fail | n/a | fail | fail | fail | fail | fail | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_8_to_D_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_8_to_E_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_8_to_F_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_9_to_8_old.prg | 6581 | ok | fail | n/a | ok | n/a | ok | fail | fail | ok | ok | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_9_to_9_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_9_to_A_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_9_to_B_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_9_to_C_old.prg | 6581 | fail | fail | n/a | fail | n/a | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_9_to_D_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_9_to_E_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_9_to_F_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_A_to_8_old.prg | 6581 | ok | fail | n/a | ok | n/a | ok | fail | fail | ok | ok | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_A_to_9_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_A_to_A_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_A_to_B_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_A_to_C_old.prg | 6581 | fail | fail | n/a | fail | n/a | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_A_to_D_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_A_to_E_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_A_to_F_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_B_to_8_old.prg | 6581 | ok | fail | n/a | ok | n/a | ok | fail | fail | ok | ok | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_B_to_9_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_B_to_A_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_B_to_B_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_B_to_D_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_B_to_E_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_B_to_F_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_C_to_8_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_C_to_9_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_C_to_A_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_C_to_B_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_C_to_C_old.prg | 6581 | ok | fail | n/a | fail | n/a | fail | fail | fail | fail | fail | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_C_to_D_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_C_to_E_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_C_to_F_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_D_to_8_old.prg | 6581 | ok | fail | n/a | ok | n/a | ok | fail | fail | ok | ok | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_D_to_9_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_D_to_A_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_D_to_B_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_D_to_C_old.prg | 6581 | fail | fail | n/a | fail | n/a | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_D_to_D_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_D_to_E_old.prg | 6581 | fail | fail | n/a | fail | n/a | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_D_to_F_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_E_to_8_old.prg | 6581 | ok | fail | n/a | ok | n/a | ok | fail | fail | ok | ok | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_E_to_9_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_E_to_A_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_E_to_B_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_E_to_C_old.prg | 6581 | fail | fail | n/a | fail | n/a | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_E_to_E_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_E_to_F_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_F_to_8_old.prg | 6581 | ok | fail | n/a | ok | n/a | ok | fail | fail | ok | ok | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_F_to_9_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_F_to_A_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_F_to_B_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_F_to_C_old.prg | 6581 | fail | fail | n/a | fail | n/a | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_F_to_D_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_F_to_E_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_F_to_F_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | |
../SID/wb_testsuite noise_writeback_check_8_to_8_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_8_to_9_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_8_to_A_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_8_to_B_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_8_to_D_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_8_to_E_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_8_to_F_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_9_to_8_new.prg | 8580 | ok | fail | ok | ok | ok | ok | fail | fail | ok | ok | fail | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_9_to_9_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_9_to_B_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_9_to_D_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_9_to_F_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_A_to_8_new.prg | 8580 | ok | fail | ok | ok | ok | ok | fail | fail | ok | ok | fail | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_A_to_9_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_A_to_A_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_A_to_B_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_A_to_D_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_A_to_E_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_A_to_F_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_B_to_9_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_B_to_A_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_B_to_B_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_B_to_D_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_B_to_E_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_B_to_F_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_C_to_8_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_C_to_9_new.prg | 8580 | fail | ok | fail | fail | fail | fail | ok | ok | fail | fail | fail | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_C_to_A_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_C_to_E_new.prg | 8580 | fail | ok | fail | fail | ok | fail | ok | ok | fail | fail | fail | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_C_to_F_new.prg | 8580 | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_D_to_8_new.prg | 8580 | ok | fail | fail | ok | ok | ok | fail | fail | ok | ok | fail | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_D_to_9_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_D_to_B_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_D_to_D_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_D_to_F_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_E_to_8_new.prg | 8580 | ok | fail | fail | ok | ok | ok | fail | fail | ok | ok | fail | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_E_to_9_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_E_to_A_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_E_to_B_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_E_to_D_new.prg | 8580 | ok | ok | ok | ok | fail | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_E_to_E_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_E_to_F_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_F_to_9_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_F_to_A_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_F_to_B_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_F_to_D_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_F_to_E_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/wb_testsuite noise_writeback_check_F_to_F_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | n/a | fail | fail | |
../SID/osc3-wave0 osc3-wave0.prg | 6581 | ok | ok | n/a | fail | n/a | fail | ok | ok | fail | fail | ok | fail | fail | n/a | fail | fail | |
../SID/osc3-wave0 osc3-wave0-new.prg | 8580 | ok | ok | ok | fail | ok | fail | ok | ok | fail | fail | ok | fail | n/a | n/a | fail | fail | |
../SID/osc_topbit osc_topbit_test_noise_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | ok | ok | |
../SID/osc_topbit osc_topbit_test_noise_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | fail | fail | fail | timeout | fail | fail | |
../SID/osc_topbit osc_topbit_test_pulse_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | ok | ok | |
../SID/osc_topbit osc_topbit_test_pulse_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | fail | fail | fail | timeout | fail | fail | |
../SID/osc_topbit osc_topbit_test_triangle_new.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | ok | ok | |
../SID/osc_topbit osc_topbit_test_triangle_old.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | fail | fail | fail | timeout | fail | fail | |
../SID/oscinit oscinit.prg | ok | ok | ok | ok | fail | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ||
../SID/oscinit noiseinit.prg | ok | ok | fail | ok | fail | ok | ok | ok | ok | ok | fail | fail | fail | fail | ok | fail | ||
../SID/oscinit allinit.prg | ok | ok | fail | ok | fail | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | fail | ||
../SID/resid-test boundary.prg (boundary.d64) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | timeout | ||
../SID/resid-test envdelay.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | ||
../SID/resid-test envrate.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | timeout | ||
../SID/resid-test envsample.prg (envsample.d64) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | fail | timeout | fail | fail | ||
../SID/resid-test envsustain.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | ||
../SID/resid-test envtime.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | fail | ||
../SID/resid-test noisetest.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ||
../SID/resid-test oscsample0-6581.prg | 6581 | fail | ok | n/a | fail | n/a | fail | ok | ok | fail | fail | fail | fail | fail | fail | fail | fail | |
../SID/resid-test oscsample0-8580.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | n/a | n/a | fail | fail | |
../SID/resid-test oscsample1-6581.prg | 6581 | fail | ok | n/a | fail | n/a | fail | ok | ok | fail | fail | fail | fail | fail | fail | fail | fail | |
../SID/resid-test oscsample1-8580.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | n/a | n/a | fail | fail | |
../SID/ringmod ringmodtest.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | fail | ||
../SID/waveforms waveforms-10-6581.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | |
../SID/waveforms waveforms-20-6581.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | |
../SID/waveforms waveforms-40-6581.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | fail | ok | fail | fail | fail | ok | |
../SID/waveforms waveforms-80-6581.prg | 6581 | ok | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | fail | ok | fail | fail | fail | fail | |
../SID/waveforms waveforms-10-8580.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | fail | fail | |
../SID/waveforms waveforms-20-8580.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | fail | fail | |
../SID/waveforms waveforms-40-8580.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | fail | fail | |
../SID/waveforms waveforms-80-8580.prg | 8580 | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | n/a | n/a | fail | fail | |
../SID/writedelay writedelay.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../SID/wf12nsr wf12nsr.prg | 6581 | fail | ok | n/a | ok | n/a | ok | ok | ok | ok | ok | fail | timeout | fail | fail | timeout | timeout | |
../SID/wf12nsr wf12nsr-8580.prg | 8580 | fail | fail | fail | fail | ok | fail | fail | fail | fail | fail | fail | timeout | n/a | n/a | timeout | timeout | |
../C64/autostart/defaults (test.crt) (repeatedly press reset to check i/o register reset behaviour) | ok | ok | timeout | ok | ok | ok | ok | ok | ok | ok | timeout | fail | n/a | timeout | fail | timeout | ||
../C64/carts/aracidtest test-ramdetect-ar.prg (ardummy.crt) | ok | ok | fail | ok | n/a | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-ramsizedetect-ar.prg (ardummy.crt) | ok | ok | fail | ok | n/a | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | ok | n/a | ||
../C64/carts/aracidtest test-ariotest1-ar.prg (ardummy.crt) | ok | ok | fail | ok | n/a | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-ariotest2-ar.prg (ardummy.crt) | ok | ok | fail | ok | n/a | ok | ok | ok | ok | ok | ok | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-arramtest2-ar.prg (ardummy.crt) | ok | ok | fail | ok | n/a | ok | ok | ok | ok | ok | fail | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-ramdetect-ar.prg (npdummy.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | ok | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-ramsizedetect-ar.prg (npdummy.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | ok | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-ariotest1-ar.prg (npdummy.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | fail | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-ariotest2-ar.prg (npdummy.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | fail | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-arramtest2-ar.prg (npdummy.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | fail | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-ramdetect.prg (rrdummy.crt) | ok | ok | fail | ok | n/a | ok | ok | ok | n/a | n/a | ok | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-ramsizedetect.prg (rrdummy.crt) | ok | ok | fail | ok | n/a | ok | ok | ok | n/a | n/a | ok | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-ariotest1.prg (rrdummy.crt) | ok | ok | fail | ok | n/a | ok | ok | ok | n/a | n/a | ok | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-ariotest2.prg (rrdummy.crt) | ok | ok | fail | ok | n/a | ok | ok | ok | n/a | n/a | ok | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-arramtest2.prg (rrdummy.crt) | ok | ok | fail | fail | n/a | fail | ok | ok | n/a | n/a | ok | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-ramdetect.prg (nrdummy.crt) | ok | ok | n/a | n/a | ok | n/a | ok | ok | n/a | n/a | ok | ok | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-ramsizedetect.prg (nrdummy.crt) | ok | ok | n/a | n/a | ok | n/a | ok | ok | n/a | n/a | ok | ok | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-ariotest1.prg (nrdummy.crt) | ok | ok | n/a | n/a | ok | n/a | ok | ok | n/a | n/a | ok | ok | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-ariotest2.prg (nrdummy.crt) | ok | ok | n/a | n/a | ok | n/a | ok | ok | n/a | n/a | ok | ok | n/a | n/a | fail | n/a | ||
../C64/carts/aracidtest test-arramtest2-nr.prg (nrdummy.crt) | ok | ok | n/a | n/a | ok | n/a | ok | ok | n/a | n/a | fail | ok | n/a | n/a | fail | n/a | ||
../C64/carts (8kgame.crt) | ok | ok | timeout | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | timeout | ok | ok | ||
../C64/carts (16kgame.crt) | ok | ok | timeout | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | timeout | ok | ok | ||
../C64/carts (romram.crt) | ok | ok | timeout | ok | ok | ok | ok | ok | ok | ok | timeout | ok | n/a | timeout | ok | timeout | ||
../C64/carts (rr-reu.crt) | ok | ok | timeout | ok | ok | ok | ok | ok | n/a | n/a | fail | ok | n/a | timeout | fail | timeout | ||
../C64/carts/pagefox (writeram-8000.crt) | ok | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | timeout | fail | n/a | ||
../C64/carts/pagefox (writeram-a000.crt) | ok | ok | n/a | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | timeout | fail | n/a | ||
../C64/carts/pagefox (godot.crt) | ok | ok | n/a | fail | ok | fail | ok | ok | fail | fail | ok | ok | n/a | timeout | fail | n/a | ||
../C64/carts/ef-test (ef_test.crt) | ok | ok | timeout | ok | ok | ok | ok | ok | ok | ok | timeout | ok | n/a | timeout | fail | n/a | ||
../C64/carts/ef-eapi (test-eapi.crt) | ok | ok | timeout | timeout | n/a | timeout | fail | ok | timeout | timeout | n/a | n/a | n/a | n/a | timeout | n/a | ||
../C64/carts/nordicpower (artest.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | fail | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower (nptest.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | fail | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower (rrtest.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | ok | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower (rr2test.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | ok | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower (nrtest.crt) | ok | ok | n/a | n/a | ok | n/a | ok | ok | n/a | n/a | fail | ok | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower (nr2test.crt) | ok | ok | n/a | n/a | ok | n/a | ok | ok | n/a | n/a | fail | ok | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower (arramwrite.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | fail | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower (npramwrite.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | fail | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower (rrramwrite.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | ok | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower (rr2ramwrite.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | ok | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower (nrramwrite.crt) | ok | ok | n/a | n/a | ok | n/a | ok | ok | n/a | n/a | fail | ok | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower (nr2ramwrite.crt) | ok | ok | n/a | n/a | ok | n/a | ok | ok | n/a | n/a | fail | ok | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower arramwrite.prg (ardummy.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | fail | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower safearramwrite.prg (ardummy.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | fail | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower npramwrite.prg (npdummy.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | fail | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower rrramwrite.prg (rrdummy.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | ok | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower rr2ramwrite.prg (rrdummy.crt) | ok | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | ok | n/a | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower nrramwrite.prg (nrdummy.crt) | ok | ok | n/a | n/a | ok | n/a | ok | ok | n/a | n/a | fail | ok | n/a | n/a | fail | n/a | ||
../C64/carts/nordicpower nr2ramwrite.prg (nrdummy.crt) | ok | ok | n/a | n/a | ok | n/a | ok | ok | n/a | n/a | fail | ok | n/a | n/a | fail | n/a | ||
../C64/carts/retroreplay allowbank0.prg (rrdummy.crt) | ok | ok | fail | ok | ok | ok | ok | ok | n/a | n/a | ok | ok | n/a | n/a | fail | n/a | ||
../C64/carts/retroreplay allowbank1.prg (rrdummy.crt) | ok | ok | fail | ok | ok | ok | ok | ok | n/a | n/a | ok | ok | n/a | n/a | fail | n/a | ||
../C64/carts/retroreplay writeonce.prg (rrdummy.crt) | ok | ok | ok | ok | ok | ok | ok | ok | n/a | n/a | ok | ok | n/a | n/a | ok | n/a | ||
../C64/carts/supergames (supergames.crt) | ok | ok | timeout | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a | timeout | fail | n/a | ||
../C64/carts/tamtest (tamtest.crt) | ok | ok | timeout | ok | ok | ok | ok | ok | fail | fail | timeout | ok | n/a | timeout | ok | n/a | ||
../C64/carts/ultimax (8k-vic-ef.crt) | PAL | screenshot | ok | ok | fail | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a | fail | ok | n/a |
../C64/carts/ultimax (8k-vic-rr.crt) | PAL | screenshot | ok | ok | fail | ok | ok | ok | ok | ok | n/a | n/a | fail | ok | n/a | fail | ok | n/a |
../C64/carts/ultimax (16k-vic-rr.crt) | PAL | screenshot | ok | ok | fail | ok | ok | ok | ok | ok | n/a | n/a | fail | ok | n/a | fail | ok | n/a |
../C64/carts/ultimax (16k-vic-ef.crt) | PAL | screenshot | ok | ok | fail | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a | fail | ok | n/a |
../C64/carts/ultimax (ultimax-vic-rr.crt) | PAL | screenshot | ok | ok | fail | fail | fail | fail | ok | ok | n/a | n/a | fail | fail | n/a | fail | fail | n/a |
../C64/carts/ultimax (ultimax-vic-ef.crt) | PAL | screenshot | ok | ok | fail | ok | ok | ok | ok | ok | ok | ok | fail | ok | n/a | fail | fail | n/a |
../REU/64ktransfer toc64.prg | ok | ok | ok | fail | ok | fail | ok | ok | ok | ok | n/a | ok | ok | n/a | ok | ok | ||
../REU/64ktransfer toreu.prg | ok | ok | ok | fail | ok | fail | ok | ok | ok | ok | n/a | ok | ok | n/a | ok | ok | ||
../REU/badoublewrite badoublewrite.prg | screenshot | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | fail | |
../REU/bonzai spritetiming.prg | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | fail | n/a | timeout | timeout | ||
../REU/bonzai checkchar.prg | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | ok | ok | ok | n/a | fail | fail | ||
../REU/bonzai reudetect.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | ||
../REU/cpuport cpuport.prg | ok | ok | ok | ok | ok | n/a | n/a | ok | ok | fail | n/a | ok | fail | n/a | fail | fail | ||
../REU/detectsize detectreu.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | ok | timeout | ok | ||
../REU/floatingbus floating.prg | ok | ok | n/a | n/a | fail | n/a | ok | ok | ok | ok | n/a | fail | fail | n/a | fail | ok | ||
../REU/floatingbus floating-a.prg | ok | ok | n/a | n/a | fail | n/a | ok | ok | ok | ok | n/a | fail | fail | n/a | fail | ok | ||
../REU/floatingbus floating-b.prg | ok | ok | n/a | n/a | fail | n/a | ok | ok | ok | ok | n/a | fail | fail | n/a | fail | fail | ||
../REU/floatingbus floating2.prg (must always timeout) | timeout (ok) | timeout (ok) | n/a | n/a | ok (fail) | n/a | timeout (ok) | timeout (ok) | timeout (ok) | timeout (ok) | n/a | ok (fail) | timeout (ok) | n/a | timeout (ok) | timeout (ok) | ||
../REU/floatingbus floating3a.prg | ok | ok | n/a | n/a | fail | n/a | ok | ok | ok | ok | n/a | fail | ok | n/a | fail | ok | ||
../REU/floatingbus floating3b.prg | ok | ok | n/a | n/a | fail | n/a | ok | ok | timeout | timeout | n/a | fail | timeout | n/a | fail | timeout | ||
../REU/floatingbus floating4a.prg | ok | ok | n/a | n/a | ok | n/a | ok | ok | ok | ok | n/a | ok | fail | n/a | fail | fail | ||
../REU/floatingbus floating4b.prg | ok | ok | n/a | n/a | fail | n/a | ok | ok | fail | fail | n/a | fail | fail | n/a | fail | fail | ||
../REU/floatingbus floating4c.prg | ok | ok | n/a | n/a | fail | n/a | ok | ok | ok | ok | n/a | fail | fail | n/a | fail | fail | ||
../REU/floatingbus floating4d.prg | ok | ok | n/a | n/a | fail | n/a | ok | ok | ok | ok | n/a | fail | fail | n/a | fail | fail | ||
../REU/mirrors mirrors128k.prg | ok | ok | n/a | n/a | ok | n/a | ok | ok | ok | ok | n/a | ok | ok | n/a | fail | ok | ||
../REU/mirrors mirrors256k.prg | ok | ok | n/a | n/a | ok | n/a | ok | ok | fail | fail | n/a | ok | fail | n/a | fail | fail | ||
../REU/mirrors mirrors512k.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | n/a | fail | ok | ||
../REU/mirrors mirrors1m.prg | ok | ok | n/a | n/a | ok | n/a | ok | ok | ok | ok | n/a | ok | ok | n/a | fail | n/a | ||
../REU/mirrors mirrors2m.prg | ok | ok | n/a | n/a | ok | n/a | ok | ok | ok | ok | n/a | ok | ok | n/a | fail | n/a | ||
../REU/mirrors mirrors4m.prg | ok | ok | n/a | n/a | ok | n/a | ok | ok | ok | ok | n/a | ok | ok | n/a | fail | n/a | ||
../REU/mirrors mirrors8m.prg | ok | ok | n/a | n/a | ok | n/a | ok | ok | ok | ok | n/a | ok | ok | n/a | fail | n/a | ||
../REU/mirrors mirrors16m.prg | ok | ok | n/a | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | n/a | fail | fail | ||
../REU/misc twoblocks-auto.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | fail | fail | fail | fail | ||
../REU/misc twoblocks-ff00-auto.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | fail | fail | fail | fail | ||
../REU/QuickReuTest-1.1.1 quickreu.exo.prg (use 512k REU when running this test) | ok | ok | ok | ok | fail | ok | ok | ok | ok | ok | ok | fail | fail | timeout | timeout | fail | ||
../REU/QuickReuTest-1.1.1 quickreu-test1.prg (use 512k REU when running this test) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | timeout | ok | ||
../REU/QuickReuTest-1.1.1 quickreu-test1-timing.prg (use 512k REU when running this test) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | timeout | fail | ||
../REU/QuickReuTest-1.1.1 quickreu-test2.prg (use 512k REU when running this test) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | timeout | ok | ||
../REU/QuickReuTest-1.1.1 quickreu-test2-timing.prg (use 512k REU when running this test) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | timeout | fail | ||
../REU/QuickReuTest-1.1.1 quickreu-test3.prg (use 512k REU when running this test) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | timeout | fail | ||
../REU/QuickReuTest-1.1.1 quickreu-test3-timing.prg (use 512k REU when running this test) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | timeout | fail | ||
../REU/QuickReuTest-1.1.1 quickreu-test4.prg (use 512k REU when running this test) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | timeout | fail | ||
../REU/QuickReuTest-1.1.1 quickreu-test4-timing.prg (use 512k REU when running this test) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | timeout | fail | ||
../REU/QuickReuTest-1.1.1 quickreu-test5.prg (use 512k REU when running this test) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | timeout | fail | ||
../REU/QuickReuTest-1.1.1 quickreu-test5-timing.prg (use 512k REU when running this test) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | timeout | fail | ||
../REU/QuickReuTest-1.1.1 quickreu-test6.prg (use 512k REU when running this test) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | timeout | ok | ||
../REU/QuickReuTest-1.1.1 quickreu-test6-timing.prg (use 512k REU when running this test) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | timeout | fail | ||
../REU/QuickReuTest-1.1.1 quickreu-test7.prg (use 512k REU when running this test) | ok | ok | ok | ok | fail | ok | ok | ok | ok | ok | ok | fail | ok | n/a | timeout | ok | ||
../REU/QuickReuTest-1.1.1 quickreu-test7-timing.prg (use 512k REU when running this test) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | n/a | timeout | fail | ||
../REU/QuickReuTest-1.1.1 quickreu-test8.prg (use 512k REU when running this test) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | timeout | ok | ||
../REU/QuickReuTest-1.1.1 quickreu-test8-timing.prg (use 512k REU when running this test) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | timeout | fail | ||
../REU/ramlink reuverify128k.prg | ok | ok | n/a | n/a | ok | n/a | ok | ok | ok | ok | n/a | ok | ok | n/a | timeout | ok | ||
../REU/ramlink reuverify256k.prg | ok | ok | n/a | n/a | timeout | n/a | ok | ok | ok | ok | n/a | timeout | ok | n/a | timeout | ok | ||
../REU/ramlink reuverify512k.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | n/a | ok | ok | n/a | timeout | ok | ||
../REU/ramlink reuverify1m.prg | ok | ok | n/a | n/a | ok | n/a | ok | ok | ok | ok | n/a | ok | ok | n/a | timeout | n/a | ||
../REU/ramlink reuverify2m.prg | ok | ok | n/a | n/a | ok | n/a | ok | ok | ok | ok | n/a | ok | ok | n/a | timeout | n/a | ||
../REU/ramlink reuverify4m.prg | ok | ok | n/a | n/a | ok | n/a | ok | ok | ok | ok | n/a | ok | ok | n/a | timeout | n/a | ||
../REU/ramlink reuverify8m.prg | ok | ok | n/a | n/a | ok | n/a | ok | ok | ok | ok | n/a | ok | ok | n/a | timeout | n/a | ||
../REU/reutiming reutiming.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | ||
../REU/reutiming2 a.prg | PAL | screenshot | ok | ok | fail | fail | ok | fail | fail | fail | fail | fail | fail | ok | fail | fail | fail | n/a |
../REU/reutiming2 a2.prg | PAL | screenshot | ok | ok | fail | fail | ok | fail | fail | fail | fail | fail | n/a | ok | fail | n/a | fail | n/a |
../REU/reutiming2 b.prg | PAL | screenshot | ok | ok | fail | ok | ok | fail | fail | fail | fail | fail | fail | ok | fail | fail | fail | n/a |
../REU/reutiming2 b2.prg | PAL | screenshot | ok | ok | fail | ok | ok | fail | fail | fail | fail | fail | n/a | ok | fail | n/a | fail | n/a |
../REU/reutiming2 b3.prg | PAL | screenshot | ok | ok | fail | ok | ok | fail | fail | fail | fail | fail | n/a | ok | fail | n/a | fail | n/a |
../REU/reutiming2 c.prg | PAL | screenshot | fail | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a |
../REU/reutiming2 c2.prg | PAL | screenshot | ok | fail | fail | ok | ok | fail | fail | fail | fail | fail | n/a | ok | fail | n/a | fail | n/a |
../REU/reutiming2 c3.prg | PAL | screenshot | n/a | ok | fail | n/a | fail | fail | fail | fail | n/a | n/a | n/a | fail | n/a | n/a | n/a | n/a |
../REU/reutiming2 d.prg | PAL | screenshot | ok | fail | ok | ok | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a |
../REU/reutiming2 d2.prg | PAL | screenshot | ok | fail | ok | ok | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a |
../REU/reutiming2 d3.prg | PAL | screenshot | n/a | fail | fail | n/a | fail | fail | fail | fail | n/a | n/a | n/a | fail | n/a | n/a | n/a | n/a |
../REU/reutiming2 e.prg | PAL | ok | fail | ok | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 e2.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | n/a | ok | ok | n/a | fail | n/a | |
../REU/reutiming2 e3.prg | PAL | ok | fail | ok | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 e4.prg | PAL | ok | fail | ok | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 e5.prg | PAL | ok | fail | ok | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 e6.prg | PAL | ok | fail | ok | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 f.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | n/a | ok | ok | n/a | fail | n/a | |
../REU/reutiming2 f2.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | n/a | ok | ok | n/a | fail | n/a | |
../REU/reutiming2 f3.prg | PAL | ok | fail | ok | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 f4.prg | PAL | ok | fail | ok | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 g.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | n/a | ok | ok | n/a | fail | n/a | |
../REU/reutiming2 g2.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | n/a | ok | ok | n/a | fail | n/a | |
../REU/reutiming2 g3.prg | PAL | ok | fail | ok | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 g4.prg | PAL | ok | fail | ok | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 e-m2.prg | PAL | ok | ok | fail | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 e2-m2.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | n/a | ok | ok | n/a | fail | n/a | |
../REU/reutiming2 e3-m2.prg | PAL | ok | ok | fail | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 e4-m2.prg | PAL | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 e5-m2.prg | PAL | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 e6-m2.prg | PAL | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 f-m2.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | n/a | ok | ok | n/a | fail | n/a | |
../REU/reutiming2 f2-m2.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | fail | fail | n/a | ok | ok | n/a | fail | n/a | |
../REU/reutiming2 f3-m2.prg | PAL | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 f4-m2.prg | PAL | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 g-m2.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | n/a | ok | ok | n/a | fail | n/a | |
../REU/reutiming2 g2-m2.prg | PAL | ok | ok | ok | ok | ok | ok | fail | fail | ok | ok | n/a | ok | ok | n/a | fail | n/a | |
../REU/reutiming2 g3-m2.prg | PAL | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/reutiming2 g4-m2.prg | PAL | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | n/a | |
../REU/rmw-trigger rmwtrigger-rom.prg | ok | ok | fail | ok | ok | ok | fail | fail | fail | fail | fail | ok | fail | n/a | fail | fail | ||
../REU/rmw-trigger rmwtrigger-ram.prg | ok | ok | fail | ok | ok | ok | fail | fail | fail | fail | fail | ok | fail | n/a | fail | fail | ||
../REU/xfertiming xfertiming-cmp.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../REU/xfertiming xfertiming-swap.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../REU/xfertiming xfertiming-swap2.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../REU/xfertiming xfertiming-toreu.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | fail | fail | fail | fail | ok | ok | ok | fail | fail | n/a |
../REU/xfertiming xfertiming-toc64.prg | PAL | screenshot | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | ok | ok | ok | fail | fail | n/a |
../GEO-RAM georam64.prg | ok | ok | n/a | ok | ok | ok | ok | ok | ok | ok | fail | ok | fail | timeout | ok | ok | ||
../GEO-RAM georamtest-auto.prg | ok | ok | n/a | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | timeout | ok | ok | ||
../GEO-RAM newtest-auto.prg | ok | ok | n/a | ok | ok | ok | ok | ok | ok | ok | timeout | ok | fail | timeout | ok | ok | ||
../plus60k test.prg | n/a | ok | n/a | n/a | n/a | n/a | n/a | ok | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a | ||
../plus60k checkregister.prg | n/a | ok | n/a | n/a | n/a | n/a | n/a | ok | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a | ||
../plus256k test.prg | n/a | timeout | n/a | n/a | n/a | n/a | n/a | timeout | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a | ||
../drive/1541-testsuite 1541-testsuite.prg (disks/pc64_1.d64) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ||
../drive/1541-testsuite 1541-testsuite.prg (disks/pc64_2.d64) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ||
../drive/diskid diskid1.prg (diskid.d64) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | ||
../drive/format format.prg (format.d64) ( make sure format.d64 was freshly created - the test will format it) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | fail | timeout | ok | ||
../drive/hls-protection hlstest.prg (hlstest.g64) | ok | ok | ok | ok | timeout | ok | ok | ok | fail | fail | n/a | timeout | fail | n/a | fail | timeout | ||
../drive/iecdelay iec-bus-delay-auto.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | timeout | ok | ||
../drive/inertia drive-emu-check.prg (drive-emu-check.d64) | ok | fail | fail | fail | fail | fail | fail | fail | fail | fail | n/a | fail | fail | n/a | fail | fail | ||
../drive/interrupts timera.prg (results depend on the physical properties of the drive and vary between real drives/mechs too.) | ok | ok | fail | ok | fail | fail | ok | ok | fail | fail | fail | fail | fail | fail | timeout | fail | ||
../drive/rpm rpm1.prg (rpm.d64) | PAL | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | ok | ok | fail | fail | n/a | |
../drive/rpm rpm1.prg (rpm.g64) | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | fail | n/a | |
../drive/rpm rpm1.prg | PAL | ok | ok | timeout | timeout | n/a | timeout | ok | ok | timeout | timeout | timeout | n/a | n/a | fail | n/a | n/a | |
../drive/rpm rpm2.prg (rpm.d64) | PAL | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | fail | ok | ok | n/a | fail | n/a | |
../drive/rpm rpm2.prg (rpm.g64) | PAL | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | n/a | fail | n/a | |
../drive/rpm rpm2.prg | PAL | ok | ok | timeout | timeout | n/a | timeout | ok | ok | timeout | timeout | timeout | n/a | n/a | n/a | n/a | n/a | |
../drive/rpm rpm3.prg (rpm.d64) | PAL | ok | ok | ok | ok | timeout | ok | ok | ok | fail | fail | fail | timeout | fail | n/a | fail | n/a | |
../drive/rpm rpm3.prg (rpm.g64) | PAL | ok | ok | ok | ok | timeout | ok | ok | ok | fail | ok | fail | timeout | timeout | n/a | fail | n/a | |
../drive/rpm rpm3.prg | PAL | ok | ok | timeout | ok | n/a | ok | ok | ok | timeout | timeout | timeout | n/a | n/a | n/a | n/a | n/a | |
../drive/scanner scanner35.prg (scan35.d64) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | fail | timeout | ok | ||
../drive/scanner scanner35e.prg (scan35err.d64) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | fail | timeout | ok | ||
../drive/scanner scanner40.prg (scan40.d64) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | fail | timeout | ok | ||
../drive/scanner scanner40e.prg (scan40err.d64) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | fail | timeout | ok | ||
../drive/scanner scanner42.prg (scan42.d64) | ok | ok | fail | ok | ok | ok | ok | ok | ok | ok | fail | ok | fail | fail | timeout | fail | ||
../drive/scanner scanner42e.prg (scan42err.d64) | ok | ok | fail | ok | ok | ok | ok | ok | fail | ok | fail | ok | fail | fail | timeout | fail | ||
../drive/scanner scanner35.prg (scan35.g64) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | timeout | ok | ||
../drive/scanner scanner40.prg (scan40.g64) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | timeout | ok | ||
../drive/scanner scanner42.prg (scan42.g64) | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | fail | timeout | ok | ||
../drive/skew skew1.prg (skew.d64) | ok | ok | ok | fail | ok | fail | ok | ok | ok | ok | fail | ok | ok | fail | ok | ok | ||
../drive/skew skew1.prg (skew.g64) | ok | fail | fail | fail | ok | fail | fail | fail | ok | ok | ok | ok | ok | fail | ok | ok | ||
../drive/selftest selftest.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | timeout | ok | ok | ok | timeout | ok | ||
../drive/openbus openbus.prg | ok | ok | ok | ok | ok | fail | fail | ok | fail | fail | n/a | ok | fail | n/a | timeout | fail | ||
../drive/viavarious via1.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | timeout | ok | ||
../drive/viavarious via2.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | ok | ok | fail | timeout | ok | ||
../drive/viavarious via3.prg | ok | ok | ok | ok | fail | ok | ok | ok | ok | ok | fail | fail | ok | fail | timeout | ok | ||
../drive/viavarious via3a.prg | ok | ok | ok | ok | fail | ok | ok | ok | ok | ok | fail | fail | ok | fail | timeout | ok | ||
../drive/viavarious via4.prg | ok | ok | ok | ok | fail | ok | ok | ok | ok | ok | fail | fail | ok | fail | timeout | ok | ||
../drive/viavarious via5.prg | ok | ok | ok | ok | fail | ok | ok | ok | ok | ok | fail | fail | ok | fail | timeout | ok | ||
../drive/viavarious via9.prg | ok | ok | ok | ok | fail | ok | ok | ok | ok | ok | fail | fail | ok | fail | timeout | ok | ||
../drive/viavarious via10.prg | ok | fail | ok | ok | ok | ok | fail | fail | fail | fail | timeout | ok | ok | fail | timeout | fail | ||
../drive/viavarious via11.prg | ok | fail | ok | ok | ok | ok | fail | fail | fail | fail | timeout | ok | ok | fail | timeout | fail | ||
../drive/viavarious via12.prg | ok | fail | ok | ok | ok | ok | fail | fail | fail | fail | timeout | ok | ok | fail | timeout | fail | ||
../drive/viavarious via13.prg | ok | fail | ok | ok | ok | ok | fail | fail | fail | fail | timeout | ok | ok | fail | timeout | fail | ||
../drive/viavarious via14.prg | ok | fail | ok | ok | fail | ok | fail | fail | fail | fail | n/a | fail | ok | n/a | timeout | fail | ||
../drive/viavarious via20.prg | ok | ok | ok | fail | fail | fail | ok | ok | ok | ok | n/a | fail | ok | n/a | timeout | fail | ||
../drive/viavarious via21.prg | ok | ok | ok | fail | fail | fail | ok | ok | ok | ok | n/a | fail | ok | n/a | timeout | fail | ||
../vdrive/bustakeover bustakeover.prg (bustakeover.d64) | ok | ok | ok | ok | fail | ok | ok | ok | ok | ok | ok | fail | ok | n/a | timeout | ok | ||
../vdrive/sa-check sacheck.prg (sacheck.d64) | ok | ok | ok | ok | fail | ok | ok | ok | ok | ok | ok | fail | ok | fail | timeout | ok | ||
../memory-expansions c64-dqbb-emd.prg | n/a | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a | ||
../memory-expansions c64-georam-emd.prg | ok | ok | n/a | ok | ok | ok | ok | ok | ok | ok | fail | ok | fail | fail | ok | ok | ||
../memory-expansions c64-reu-emd.prg | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | fail | timeout | ok | ||
../memory-expansions c64-ramcart-emd.prg | n/a | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a | ||
../memory-expansions c64-isepic-emd.prg | n/a | ok | n/a | n/a | n/a | n/a | ok | ok | n/a | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
1448 tests (473 not shown)
VIC20
tested | passed | percent | ||
---|---|---|---|---|
xvic r45384 | 74 | 74 | 100% | 100% (74 of 74) |
z64k (vic20) 30 November 2024 | 72 | 70 | 97% | 97% (70 of 72) |
kernal64 (vic20) 1.8.5_b1 | 74 | 54 | 72% | 72% (54 of 74) |
cham20 20201130 | 45 | 21 | 46% | 46% (21 of 45) |
86 tests (29 not shown)
C128
tested | passed | percent | ||
---|---|---|---|---|
x128 r45384 | 2154 | 2115 | 98% | 98% (2,115 of 2,154) |
z64k (c128) 30 November 2024 | 2151 | 2007 | 93% | 93% (2,007 of 2,151) |
kernal64 (c128) 1.8.5_b1 | 2151 | 106 | 4% | 4% (106 of 2,151) |
2185 tests (133 not shown)
PLUS4
tested | passed | percent | ||
---|---|---|---|---|
xplus4 r45384 | 11 | 11 | 100% | 100% (11 of 11) |
Path | Chip | Type | xplus4 r45384 |
---|
17 tests (17 not shown)
PET
tested | passed | percent | ||
---|---|---|---|---|
xpet r45384 | 16 | 13 | 81% | 81% (13 of 16) |
Path | Chip | Type | xpet r45384 |
---|---|---|---|
../CRTC crtc3.prg | screenshot | fail | |
../CRTC crtc10.prg | screenshot | fail | |
../CRTC crtc13.prg | screenshot | fail |
21 tests (18 not shown)
DTV
tested | passed | percent | ||
---|---|---|---|---|
x64dtv r45384 | 303 | 247 | 81% | 81% (247 of 303) |
314 tests (258 not shown)
SCPU
tested | passed | percent | ||
---|---|---|---|---|
kernal64 (scpu64) 1.8.5_b1 | 14 | 12 | 85% | 85% (12 of 14) |
xscpu64 r45384 | 15 | 10 | 66% | 66% (10 of 15) |
Path | Chip | Type | kernal64 (scpu64) 1.8.5_b1 | xscpu64 r45384 |
---|---|---|---|---|
../SCPU/scputest scputest-0.prg | fail | fail | ||
../SCPU/scputest scputest-1.prg | fail | fail | ||
../memory-expansions c64-dqbb-emd.prg | n/a | fail | ||
../memory-expansions c64-georam-emd.prg | ok | fail | ||
../memory-expansions c64-reu-emd.prg | ok | fail |
16 tests (11 not shown)
CBM5x0
tested | passed | percent | ||
---|---|---|---|---|
xcbm5x0 r45384 | 8 | 8 | 100% | 100% (8 of 8) |
Path | Chip | Type | xcbm5x0 r45384 |
---|
12 tests (12 not shown)
CBM2
tested | passed | percent | ||
---|---|---|---|---|
xcbm2 r45384 | 8 | 8 | 100% | 100% (8 of 8) |
kernal64 (cbm2) 1.8.5_b1 | 8 | 7 | 87% | 87% (7 of 8) |
Path | Chip | Type | xcbm2 r45384 | kernal64 (cbm2) 1.8.5_b1 |
---|---|---|---|---|
./selftest cbm610-pass.prg | screenshot | ok | fail | |
./selftest (cbm610-pass.crt) | ok | n/a | ||
./selftest (cbm610-fail.crt) (must always fail) | fail (ok) | n/a | ||
./selftest (cbm610-pass.crt) | screenshot | ok | n/a | |
./selftest (cbm610-fail.crt) (must always fail) | screenshot | fail (ok) | n/a |
13 tests (8 not shown)
SID
tested | passed | percent | ||
---|---|---|---|---|
vsid r45384 | 2 | 2 | 100% | 100% (2 of 2) |
Path | Chip | Type | vsid r45384 |
---|
2 tests (2 not shown)