Skip to content

Commit 247d360

Browse files
committed
readme: update the regression caused by recent control unit change
1 parent 08bf61b commit 247d360

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ Notes: other tests hasn't been tried.
7070
| call timing2 | :+1: | :x: | :+1: | :+1: | :+1: | :+1: |
7171
| call cc_timing | :+1: | :x: | :+1: | :+1: | :+1: | :+1: |
7272
| call cc_timing2 | :+1: | :x: | :+1: | :+1: | :+1: | :+1: |
73-
| di timing GS | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: |
73+
| di timing GS | :+1: | :+1: | :+1: | :+1: | :+1: | :x: |
7474
| div timing | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: |
75-
| ei sequence | :+1: | :+1: | :+1: | :+1: | :x: | :+1: |
76-
| ei timing | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: |
77-
| halt ime0 ei | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: |
78-
| halt ime0 nointr_timing | :+1: | :+1: | :+1: | :+1: | :+1: | :x: |
79-
| halt ime1 timing | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: |
75+
| ei sequence | :+1: | :+1: | :+1: | :+1: | :x: | :x: |
76+
| ei timing | :+1: | :+1: | :+1: | :+1: | :+1: | :x: |
77+
| halt ime0 ei | :+1: | :+1: | :+1: | :+1: | :+1: | :x: |
78+
| halt ime0 nointr_timing | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: |
79+
| halt ime1 timing | :+1: | :+1: | :+1: | :+1: | :+1: | :x: |
8080
| halt ime1 timing2 GS | :+1: | :+1: | :+1: | :+1: | :+1: | :x: |
8181
| if ie registers | :+1: | :+1: | :+1: | :+1: | :+1: | :x: |
8282
| intr timing | :+1: | :+1: | :+1: | :+1: | :+1: | :x: |
@@ -88,11 +88,11 @@ Notes: other tests hasn't been tried.
8888
| oam dma timing | :+1: | :x: | :+1: | :+1: | :+1: | :+1: |
8989
| pop timing | :+1: | :x: | :+1: | :+1: | :+1: | :+1: |
9090
| push timing | :+1: | :x: | :x: | :+1: | :+1: | :+1: |
91-
| rapid di ei | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: |
91+
| rapid di ei | :+1: | :+1: | :+1: | :+1: | :+1: | :x: |
9292
| ret timing | :+1: | :x: | :+1: | :+1: | :+1: | :+1: |
9393
| ret cc timing | :+1: | :x: | :+1: | :+1: | :+1: | :+1: |
9494
| reti timing | :+1: | :x: | :+1: | :+1: | :+1: | :+1: |
95-
| reti intr timing | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: |
95+
| reti intr timing | :+1: | :+1: | :+1: | :+1: | :+1: | :x: |
9696
| rst timing | :+1: | :x: | :x: | :+1: | :+1: | :+1: |
9797

9898
#### Instructions
@@ -119,7 +119,7 @@ Notes: other tests hasn't been tried.
119119

120120
| Test | mooneye-gb | BGB | Gambatte | Higan | MESS | VerilogBoy |
121121
| --------------------------- | ---------- | ---- | -------- | ------| ---- |------------|
122-
| boot sclk align dmgABCmgb | :x: | :+1: | :+1: | :x: | :x: | :+1: |
122+
| boot sclk align dmgABCmgb | :x: | :+1: | :+1: | :x: | :x: | :x: |
123123

124124
Note: this test only seems to test the time to finish the first transfer. What about the second? (Delta time required to do a transfer and get notified by the interrupt)
125125

0 commit comments

Comments
 (0)