mirror of
https://github.com/Odebe/chip-8-crystal
synced 2024-11-16 19:48:23 +01:00
убрал ромы в отдельную директорию
This commit is contained in:
parent
32c0794a14
commit
750817395d
9 changed files with 5 additions and 6 deletions
Binary file not shown.
|
@ -12,11 +12,11 @@ Signal::INT.trap do
|
|||
exit
|
||||
end
|
||||
|
||||
# file = File.open("BC_test.ch8")
|
||||
# file = File.open("src/test_opcode.ch8")
|
||||
# file = File.open("src/TETRIS")
|
||||
# file = File.open("src/GUESS")
|
||||
file = File.open("src/BRIX")
|
||||
# file = File.open("roms/BC_test.ch8")
|
||||
# file = File.open("roms/test_opcode.ch8")
|
||||
# file = File.open("roms/TETRIS")
|
||||
# file = File.open("roms/GUESS")
|
||||
file = File.open("roms/BRIX")
|
||||
|
||||
int = Vm::Interpreter.new(file)
|
||||
|
||||
|
|
1
src/test
1
src/test
|
@ -1 +0,0 @@
|
|||
1
|
Loading…
Reference in a new issue