chore: update README
This commit is contained in:
parent
558c03b12b
commit
fd57703939
64
README.md
64
README.md
|
@ -28,31 +28,45 @@ Finally it's worth noting that ZBA uses a TOML config file it'll store in your O
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
- [x] [jsmolka's GBA Test Collection](https://github.com/jsmolka/gba-tests)
|
GBA Tests | [jsmolka](https://github.com/jsmolka/)
|
||||||
- [x] `arm.gba` and `thumb.gba`
|
--- | ---
|
||||||
- [x] `flash64.gba`, `flash128.gba`, `none.gba`, and `sram.gba`
|
`arm.gba`, `thumb.gba` | PASS
|
||||||
- [x] `hello.gba`, `shades.gba`, and `stripes.gba`
|
`memory.gba`, `bios.gba` | PASS
|
||||||
- [x] `memory.gba`
|
`flash64.gba`, `flash128.gba` | PASS
|
||||||
- [x] `bios.gba`
|
`sram.gba` | PASS
|
||||||
- [x] `nes.gba`
|
`none.gba` | PASS
|
||||||
- [ ] [DenSinH's GBA ROMs](https://github.com/DenSinH/GBARoms)
|
`hello.gba`, `shades.gba`, `stripes.gba` | PASS
|
||||||
- [x] `eeprom-test` and `flash-test`
|
`nes.gba` | PASS
|
||||||
- [x] `midikey2freq`
|
|
||||||
- [ ] `swi-tests-random`
|
GBARoms | [DenSinH](https://github.com/DenSinH/)
|
||||||
- [ ] [destoer's GBA Tests](https://github.com/destoer/gba_tests)
|
--- | ---
|
||||||
- [x] `cond_invalid.gba`
|
`eeprom-test`, `flash-test` | PASS
|
||||||
- [x] `dma_priority.gba`
|
`midikey2freq` | PASS
|
||||||
- [x] `hello_world.gba`
|
`swi-tests-random` | FAIL
|
||||||
- [x] `if_ack.gba`
|
|
||||||
- [ ] `line_timing.gba`
|
gba_tests | [destoer](https://github.com/destoer/)
|
||||||
- [ ] `lyc_midline.gba`
|
--- | ---
|
||||||
- [ ] `window_midframe.gba`
|
`cond_invalid.gba` | PASS
|
||||||
- [x] [ladystarbreeze's GBA Test Collection](https://github.com/ladystarbreeze/GBA-Test-Collection)
|
`dma_priority.gba` | PASS
|
||||||
- [x] `retAddr.gba`
|
`hello_world.gba` | PASS
|
||||||
- [x] `helloWorld.gba`
|
`if_ack.gba` | PASS
|
||||||
- [x] `helloAudio.gba`
|
`line_timing.gba` | FAIL
|
||||||
- [x] [`armwrestler-gba-fixed.gba`](https://github.com/destoer/armwrestler-gba-fixed)
|
`lyc_midline.gba` | FAIL
|
||||||
- [x] [FuzzARM](https://github.com/DenSinH/FuzzARM)
|
`window_midframe.gba` | FAIL
|
||||||
|
|
||||||
|
GBA Test Collection | [ladystarbreeze](https://github.com/ladystarbreeze)
|
||||||
|
--- | ---
|
||||||
|
`retAddr.gba` | PASS
|
||||||
|
`helloWorld.gba` | PASS
|
||||||
|
`helloAudio.gba` | PASS
|
||||||
|
|
||||||
|
FuzzARM | [DenSinH](https://github.com/DenSinH/)
|
||||||
|
--- | ---
|
||||||
|
`main.gba` | PASS
|
||||||
|
|
||||||
|
arm7wrestler GBA Fixed | [destoer](https://github.com/destoer)
|
||||||
|
--- | ---
|
||||||
|
`armwrestler-gba-fixed.gba` | PASS
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue