Skip to content

Commit

Permalink
use submodule roms
Browse files Browse the repository at this point in the history
  • Loading branch information
ichirin2501 committed Jan 19, 2024
1 parent b5b0c0a commit eb9e855
Show file tree
Hide file tree
Showing 68 changed files with 50 additions and 3,022 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true

- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: ./go.mod

- name: Test
run: make test
run: make test
4 changes: 0 additions & 4 deletions roms/README.md

This file was deleted.

Binary file removed roms/apu_test/apu_test.nes
Binary file not shown.
169 changes: 0 additions & 169 deletions roms/apu_test/readme.txt

This file was deleted.

Binary file removed roms/apu_test/rom_singles/1-len_ctr.nes
Binary file not shown.
Binary file removed roms/apu_test/rom_singles/2-len_table.nes
Binary file not shown.
Binary file removed roms/apu_test/rom_singles/3-irq_flag.nes
Binary file not shown.
Binary file removed roms/apu_test/rom_singles/4-jitter.nes
Binary file not shown.
Binary file removed roms/apu_test/rom_singles/5-len_timing.nes
Binary file not shown.
Binary file removed roms/apu_test/rom_singles/6-irq_flag_timing.nes
Binary file not shown.
Binary file removed roms/apu_test/rom_singles/7-dmc_basics.nes
Binary file not shown.
Binary file removed roms/apu_test/rom_singles/8-dmc_rates.nes
Binary file not shown.
Binary file removed roms/cpu_dummy_writes/cpu_dummy_writes_oam.nes
Binary file not shown.
Binary file removed roms/cpu_dummy_writes/cpu_dummy_writes_ppumem.nes
Binary file not shown.
180 changes: 0 additions & 180 deletions roms/cpu_dummy_writes/readme.txt

This file was deleted.

Loading

0 comments on commit eb9e855

Please sign in to comment.